News

Understand the pitfalls of using enumeration types in the domain layer of your .NET applications and the advantages of using record types instead.
This article presents a discussion on enums, what they are and why they are useful and the design constraints when using enums in applications and how to implement a type-safe enum pattern with ...