First things first! Before one deep dives into the programming concepts of any language, one needs to understand the terms used commonly and grasp their meaning. To begin with, we will go thru some of ...
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 ...