Factory Design Pattern

In this article, we will understand the Factory Design Pattern with C# code. It is one of the most popular design patterns used in the programming world. There are mainly 3 types of design patterns which are sub-divided into multiple patterns. Factory Design Pattern comes under Creational Pattern and the other 2 are Structural Patterns … Read more

Middleware Concept in .NET Core

In this article, we will learn about Middleware in .NET Core. Middleware in .NET Core is similar to HttpHandlers and HttpModules which were part of classic ASP.NET. When a user hits the request from a client such as a browser then before it hits the controller, it has to pass through multiple HTTP processes and … Read more

.NET Core Microservice Architecture implementation with Ocelot

In this article, we will see about .NET Core Microservice Architecture and we will also see the implementation of Microservice Architecture with Ocelot API Gateway. What is Microservice Architecture? Microservice is a technique to build small services and each running and handling the logic independently. These are independent services that have their own database. Basically, … Read more

Service lifetime – .NET Core

There are 3 service lifetime available in .NET Core with Dependency Injection. They are Transient, Scoped and Singleton. As you know that Dependency Injection is at the core of .Net Core. To register dependency injection in .Net Core application we use startup.cs file. In this article, we will look into the 3 service lifetime in … Read more

Exam AZ 900 Notes: A beginner guide

Hello friends, this article is an important note for those who are preparing for AZ 900 Certification. After clearing the AZ 900 exam I am sharing my notes and related information via this article. You may treat this article as AZ-900 exam dumps. What is AZ 900? AZ 900 is one of the fundamental exams … Read more

RSS
YouTube
YouTube
Instagram