ASP.NET

API Gateway in .NET 5 with Ocelot

What is the API gateway? An API gateway is an API management tool that sits between the client and a…

3 years ago

.NET 5 application with Onion architecture

The .NET 5 SDK is a kind of milestone in the .NET world. The .NET 5 include the .NET Core…

4 years ago

SOLID Principles – Dependency inversion principle

In object-oriented design, the dependency inversion principle is a specific methodology for loosely coupling software modules. When following this principle,…

4 years ago

Generic Type in Repository – .NET MVC Part

Last article that we talk about the Generic type in the repository of the .NET Core part ("Generic Type in…

5 years ago

Generic Type in Repository – .NET Core Part

We have talked about the CRUD in the .NET Core cases and the .NET MVC cases based on the Onion…

5 years ago

Extended Aspect-Oriented Programming (AOP) in .NET MVC

In the last post article, we discuss the Aspect-Oriented Programming(AOP) mechanism in the .NET MVC web application project("Aspect-oriented programming in…

5 years ago

Aspect-oriented programming in .NET MVC

In the Aspect-oriented programming in .Net Core article, we have a short introduction to aspect-oriented programming(AOP). We consider the ASP.NET…

5 years ago

Aspect-oriented programming in .NET Core

Aspect-oriented programming(AOP) is based on Object-oriented programming(OOP) concepts to extend concepts. It separates the main code to record the log…

5 years ago

Building MVC pattern project by Visual Studio 2017 ( ASP.Net Core Part )

Last week, we talked about the building MVC pattern project, which uses the enterprise architecture based on the .Net framework.…

6 years ago

Building MVC pattern project by Visual Studio 2017 ( ASP.Net framework Part )

In recent years, Microsoft provides the ASP.NET framework and the ASP.NET Core framework. I will show two samples for the…

6 years ago