News

Take advantage of guard clauses in C# to eliminate unnecessary nested constructs and branches and enhance the readability and maintainability of your application’s code.
Using extension methods to extend existing types You can take advantage of extension methods to add additional functionality — integers, strings, chars, etc. — to existing types in C#.