News

C# 11 will raise a compile-time exception when creating an instance of the class without supplying values for the required members either in the constructor or in the object initialiser.
AutoMapper makes life easy, but has its limits. Learn how to implement a custom mapper to handle complex data structures or incompatible types.
Take advantage of the MethodImplAttribute class in C# to inline methods and improve the execution speed of your .NET applications.