Model validations— Dotnet 6Everyone knows that it is necessary to validate the data sent by the client, but there are many options to do it. In this article, we use…Oct 12, 2022Oct 12, 2022
Builder pattern with C#Builder is a creational design pattern that lets you construct complex objects step by step. The pattern allows you to produce different…Oct 9, 20222Oct 9, 20222
Hexagonal Architecture with Dotnet 6 — Part 3: Domain layerFirst of all, let’s refresh what this layer has and does, it’s something like:Oct 7, 2022Oct 7, 2022
Hexagonal Architecture with Dotnet 6 — Part 2: Create solution and project layersWe go to Visual Studio and click “Create a new project” and select a “blank solution” and call it OCBeCommerce. We should have something…Oct 6, 2022Oct 6, 2022
Hexagonal Architecture with Dotnet 6 — Part 1: Introduction and RequirementsIn this and the following posts I will not go into extensive detail of the theory, I will focus on the practice. Therefore, if you want…Oct 5, 2022Oct 5, 2022