News

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 ...
Understand the pitfalls of using enumeration types in the domain layer of your .NET applications and the advantages of using record types instead.
ENUM is an IETF standard (RFC 2916) for mapping the public telephone number address space into the Domain Name System (DNS). In the iLabs, we use ENUM to centralize our call routing information in ...