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,…
Last article that we talk about the Generic type in the repository of the .NET Core part ("Generic Type in…
We have talked about the CRUD in the .NET Core cases and the .NET MVC cases based on the Onion…
In the last post article, we discuss the Aspect-Oriented Programming(AOP) mechanism in the .NET MVC web application project("Aspect-oriented programming in…
In the Aspect-oriented programming in .Net Core article, we have a short introduction to aspect-oriented programming(AOP). We consider the ASP.NET…
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.…
In recent years, Microsoft provides the ASP.NET framework and the ASP.NET Core framework. I will show two samples for the…