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

May 2020

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

Integrity of Collections in Domain-Driven Design

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

The post describes the issues with Collection integrity in DDD and how we can use ImmutableList to avoid manipulating collections outside the Domain.

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