What is the API gateway? An API gateway is an API management tool that sits between the client and a…
The .NET 5 SDK is a kind of milestone in the .NET world. The .NET 5 include the .NET Core…
In object-oriented design, the dependency inversion principle is a specific methodology for loosely coupling software modules. When following this principle,…
Domain-driven design (DDD) is a software design approach focusing on modelling software to match a domain according to input from…
A microservice architecture – a variant of the service-oriented architecture (SOA) structural style – arranges an application as a collection…
The Repository pattern and Unit of Work pattern are used together in most time. Unit of work pattern can increased…
Transaction means allowing several database operations to be processed by programs in the unit manner or atomic manner. If the…
We have talked about the CRUD in the .NET Core cases and the .NET MVC cases based on the Onion…
Aspect-oriented programming(AOP) is based on Object-oriented programming(OOP) concepts to extend concepts. It separates the main code to record the log…
Last week, we talked about the building MVC pattern project, which uses the enterprise architecture based on the .Net framework.…