C# Best Practices
C# Best Practices
In this article, learn C# Memory Management Best Practices by effectively managing memory in C# through proper code representation.
The DateTime.AddMonths() Method used to return a new DateTime that adds the specified number of months to the value of this instance
In C#, Enum plays a very important role which making code more readable. In this article learn how to convert String to Enum.
C# version 7.0 provides a unique feature called Conditional Pattern Matching that makes your code more concise and readable.
The ? operator plays very important role in C# with respect to code performance. The ? operator is most commonly known as conditional operator in C#. In this ...
In this article we will go one step further and understand how to make code readable by creating namespace alias qualifier in C#.
In this article, learn about one of the powerful feature by visual studio that boost your coding speed. The code snippets (usually called as short form of the ...