The ability to work with any programming language requires a good understanding of the data types it offers in order to comprehend the language’s possibilities and limitations. In this article, I look ...
AutoMapper makes life easy, but has its limits. Learn how to implement a custom mapper to handle complex data structures or incompatible types. When working on applications, you will often need to ...
Understand the pitfalls of using enumeration types in the domain layer of your .NET applications and the advantages of using record types instead. When working on applications, you will often need to ...