Related resources for Enum Types In Domain Layer
  • Design Tip - Avoid Enum Types In Domain Layer5/22/2018 5:13:03 PM. An enum is a special value type that lets you specify a group of named numeric constants. They can help make code more readable, as opposed to using int to represent constants or flags.