Take advantage of closures in C# — including anonymous methods, delegates, and lambda expressions — to make your code robust, efficient, readable, and easier to maintain. Closures are often associated ...
Take advantage of implicit and explicit operators to convert between user-defined types and improve the readability of your code. One of the lesser known features of C# is the ability to create ...