Abundant Code

  • C#
  • C++
  • Elastic Search
  • Entity Framework
  • F#
  • JavaScript
  • ASP.NET
  • C
  • Java
  • SQL Server
  • Assembly Lang

Example of catching the NullReferenceException

August 21, 2012 by AbundantCode Leave a Comment

… [Continue reading]

Filed Under: C# Tagged With: Example, NullReferenceException

Usage of Finally block to Close a StreamWriter

August 21, 2012 by AbundantCode Leave a Comment

… [Continue reading]

Filed Under: C#

Value Types in C#

August 20, 2012 by AbundantCode Leave a Comment

decimalintbool bytesbytechardoublefloatlongshortuintulongushort … [Continue reading]

Filed Under: C# Tagged With: C#, Value Types

finally block in C#

August 20, 2012 by AbundantCode Leave a Comment

Sometimes , it might be necessary to define a block of code that needs to be executed regardless of the exception. For example , you might want to close the database connection or close the file . finally block can usually be used for this … [Continue reading]

Filed Under: C# Tagged With: block, C#, finally

Params in C#

August 20, 2012 by AbundantCode Leave a Comment

The Params keyword in C# lets the developers to specify parameter for the method that can take variable no. of arguments . For example In the above sourcecode , the method Data accepts the parameter integer array . since the parameter is … [Continue reading]

Filed Under: C# Tagged With: C#, keyword, Params

Pass by Value by default

August 20, 2012 by AbundantCode Leave a Comment

By default , the Value type (Data types) are pass by value . Below is a sample sourcecode that demonstrates the pass by value . … [Continue reading]

Filed Under: C# Tagged With: C#, default, Pass by Value

out keyword in c#

August 19, 2012 by AbundantCode Leave a Comment

You can use the keyword out in c# to pass the arguments by reference . The out keyword works almost the same as ref keyword but one of the difference between the out and ref keyword is that out doesn't require the variable to be initialized where … [Continue reading]

Filed Under: C# Tagged With: C#, keyword, out, ref

Pass by Reference using ref keyword

August 19, 2012 by AbundantCode Leave a Comment

You can use the keyword ref in csharp to pass a value by reference instead of call by value . using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Namespace1 { … [Continue reading]

Filed Under: C# Tagged With: csharp, keyword, Pass by Reference, ref

@ Operator in C#

August 18, 2012 by AbundantCode Leave a Comment

Although it is not the best practise , If you want use the reserve words and the variable name , you could use the @ prefixed before the variable name . Below is a sample sourcecode that demonstrates the use of @ symbol. static void Main() { … [Continue reading]

Filed Under: C# Tagged With: @, C#, operator

Using the Namespace Alias Qualifier in C#

August 17, 2012 by AbundantCode Leave a Comment

One of the advantages of the Namespace is the organization of your code and structure . You could use the Namespace Alias Qualifier that allows the developers to replace the namespace names with the alias so that the ambigous definitions of the … [Continue reading]

Filed Under: C# Tagged With: C#, Namespace Alias, Qualifier

  • « Previous Page
  • 1
  • …
  • 104
  • 105
  • 106
  • 107
  • 108
  • Next Page »
RSS
Facebook
fb-share-icon
Twitter
Visit Us
Follow Me
Tweet

Recent Posts

  • Collapsible links for subcategories in Docusaurus Sidebar
  • Python Program to Print Fibonacci Series
  • Python Program to Generate Multiplication Table
  • Python Program to Find the Factorial of a Number
  • Python Program to Print Prime Numbers in a Given Interval

Categories

Tags

.NET App Array ASP.NET ASP.NET MVC Assembly Language C# C# programs c lab programs Collection convert C program csharp database Example F# guide How to How to in Java integer Java Javascript Lab programs Lambda LINQ List Python lab programs Python programs SIC/XE SQL Server string tips tricks tutorial tutorials UWP visual studio 2015 Windows Windows 8 Windows 10 Windows Phone Windows Phone 8 Windows Phone 8.1 wp8 XAML

Blog Stats

  • 8,734,017 hits

Archives

Top Posts & Pages

  • System Software – SIC/XE Program to find the maximum element in the array and store result in MAX
  • How to Convert a Stream to Byte Array in C# 4.0 ?
  • How to open display settings from command line in Windows 10 ?
  • How to Extract number from a string using C# ?
  • Json.NET & VB.NET - How to Serialize an Object ?
  • How to Quickly Delete All Rows in a Table in Entity Framework?
  • System Software – SIC/XE Program to arrange an array of 100 words in ascending order
  • Json.NET & VB.NET - How to Deserialize an Object ?
  • System Software - SIC program to set 100 elements of array to Zero
  • How to retrieve the URL of the current Page in ASP.NET MVC 4 Controller ?

Categories

  • Android
  • Angular 2
  • ASP.NET
  • Assembly Language
  • C
  • C#
  • C++
  • Elastic Search
  • Entity Framework
  • Excel
  • F#
  • HTML
  • Interview Questions
  • Java
  • JavaScript
  • jQuery
  • Microsoft Office
  • MySQL
  • NETWORK
  • News
  • PHP
  • popular
  • PowerShell
  • Python
  • Ruby
  • SharePoint
  • SQL Server
  • SQL Server
  • Unix
  • VB.NET
  • Visual Studio
  • WebAPI
  • Windows
  • Windows Azure
  • Windows Forms
  • XAML

Top Posts & Pages

  • System Software – SIC/XE Program to find the maximum element in the array and store result in MAX
  • How to Convert a Stream to Byte Array in C# 4.0 ?
  • How to open display settings from command line in Windows 10 ?
  • How to Extract number from a string using C# ?
  • Json.NET & VB.NET - How to Serialize an Object ?
  • How to Quickly Delete All Rows in a Table in Entity Framework?
  • System Software – SIC/XE Program to arrange an array of 100 words in ascending order
  • Json.NET & VB.NET - How to Deserialize an Object ?
  • System Software - SIC program to set 100 elements of array to Zero
  • How to retrieve the URL of the current Page in ASP.NET MVC 4 Controller ?

Recent Posts

  • Collapsible links for subcategories in Docusaurus Sidebar
  • Python Program to Print Fibonacci Series
  • Python Program to Generate Multiplication Table
  • Python Program to Find the Factorial of a Number
  • Python Program to Print Prime Numbers in a Given Interval
  • Python Program to Check Prime Number
  • Python Program to Find the Largest Value Among Three Numbers
  • Python Program to Check If a Given Year is Leap Year
  • Python Program to Check if a Number is Odd or Even
  • Python Program to Check if a Number is Positive, Negative or Zero

Tags

.NET App Array ASP.NET ASP.NET MVC Assembly Language C# C# programs c lab programs Collection convert C program csharp database Example F# guide How to How to in Java integer Java Javascript Lab programs Lambda LINQ List Python lab programs Python programs SIC/XE SQL Server string tips tricks tutorial tutorials UWP visual studio 2015 Windows Windows 8 Windows 10 Windows Phone Windows Phone 8 Windows Phone 8.1 wp8 XAML