Csharp

thumbnail
Design Patterns - Unit of Work Pattern in C# using MongoDB (with transactions)

Before you look at the Unit of Work pattern example in C# using MongoDB, you can see my post about what is the Unit of Work patter...

thumbnail
Constructors access level

The class constructor is invoked when the keyword new is used to create a new class instance. Constructors usually have parameters...

thumbnail
Design Patterns - Unit of Work Pattern in C# using Entity Framework Core

Before you look at the Unit of Work pattern example in C# using Entity Framework Core, you can see my post about what is the Unit ...

thumbnail
Design Patterns - Static Factory Method Pattern in C#

Before you look at the Static Factory Method pattern example in C#, you can see my post about what is the Static Factory Method pa...

thumbnail
Domain-Driven Design - Aggregate Roots in C#

Before you look at the Aggregate Roots example in C#, you can see at my post on what Aggregate Roots are in Domain-Driven Design. ...

thumbnail
Design Patterns - Repository Pattern in C# using Entity Framework Core

Before you look at the Repository pattern example in C# using Entity Framework Core, you can see my post about what is the Reposit...

thumbnail
Domain-Driven Design - Entities in C#

Before you look at the Entities example in C#, you can see at my post on what Entities are in Domain-Driven Design. Entity interfa...

thumbnail
Domain-Driven Design - Value Objects in C#

Before you look at the Value Objects example in C#, you can see at my post on what Value Objects are in Domain-Driven Design. Valu...