Design Patterns - Static Factory Method Pattern
The static factory method is a creational design pattern to create instances of a class, it works like the factory method, but ...
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 Aggreg...
Domain-Driven Design - Aggregate Root
In Domain-Driven Design an Aggregate Root is the main Entity in an Aggregate, for example, in the ordering agg...
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 ...
Design Patterns - Repository Pattern
The repository pattern is a design pattern to encapsulate the methods to access to a data source and access to them from any la...
Categories
Automation scripting Development tools Front end web development Infrastructure Kubernetes Programming guide Security Software architectureTags
Recent Posts
Restart Kubernetes pods following a schedule using Helm
Restart Kubernetes pods following a schedule using Kubectl
Create an Azure Key Vault with RBAC role assignments using Terraform
Get the download url of the latest GitHub release using Bash
Get the download url of the latest GitHub release using PowerShell