Generic method to get the enum value by string or int in C# Generic method to get the enum value by string or int in C#

Following is the method in C# to get the enum value by string                          ///         /// Method to get enumeration v...

Read complete article »

Setting up Sonar analysis for C# projects Setting up Sonar analysis for C# projects

Setting up Sonar analysis for C# projects

Read complete article »

Difference between var , object and dynamic variable in C# Difference between var , object and dynamic variable in C#

In this post I am going to write the points about the three type of the  var iable  Object ,  Var  and Dynamic. Most of the developer not...

Read complete article »
 
Top