using “Default” Keyword in C#
Sometimes default keywords comes very handy when working with generic objects. It returns the default value when the object is…
Sometimes default keywords comes very handy when working with generic objects. It returns the default value when the object is…
Fixed is the one of uncommon keyword in C#. The keyword is Fixed which can only be used in Unsafe…
Here I am going to show you the two important window of the Visual Studio which is useful when you…
__arglist is used to send parameters to a method. Generally we used to send parameters to a function by having…
We use using to define alias. There are 2 types of Alias 1. Namespace Alias: Namespace alias are used when…
If you think only .NET languages are the only thing that is getting evolved day by day while SQL Syntaxes…
In this post I am going to show how to do ordering when you require to order data by using…
Few days ago I was working on my project which is having Linq to Sql as database layer. I got…