Skip to content

Hi, I'm Ankit

The story of my experiments with code

  • Twitter
  • Facebook
  • GitHub
  • LinkedIn
  • RSS
  • C#
  • .NET/.NET Core
  • Architecture & Design
  • Azure/ AWS
  • DevOps
  • Testing
  • Security
  • About

Enum

Implementing inheritance with Enumeration class

by Ankit Vijay on August 8, 2020September 26, 2020

The traditional Enum types do not support inheritance. The Enumeration class helps us to get away from the limitation.

Read More
.NET, .NET Core, C#, Enum, Enumeration class, Inheritance

Introduction to Enumeration Classes

by Ankit Vijay on May 21, 2020September 26, 2020

This is the first post in the series: Enumeration classes – DDD and beyond. This post gives an introduction to an Enumeration class.

Read More
.NET, .NET Core, Architecture and Design, C#, Domain Driven Design