Skip to content

Pro Code Guide

Developer's Guide to Programming

  • Home
  • Contact
  • About
Pro Code Guide
Developer's Guide to Programming

Design

Singleton Design Pattern

Singleton Design Pattern in C# .NET Core – Creational Design Pattern

BySanjay 7 September 2022

The Singleton design pattern is the most popular design pattern and belongs to the category of creational design patterns. The creational patterns deal with the creation of the object and also control the way objects will be created. The Singleton…

Read More Singleton Design Pattern in C# .NET Core – Creational Design PatternContinue

Async Web API with ASP.NET Core

Creating an Async Web API with ASP.NET Core – Detailed Guide

BySanjay 27 October 2023

In this article, we will learn about the basics of async programming with its benefits in Web API, why do we need async API and also look at how to build an Async Web API with ASP.NET Core 6. We…

Read More Creating an Async Web API with ASP.NET Core – Detailed GuideContinue

Build Resilient Microservices (Web API) using Polly in ASP.NET Core

Build Resilient Microservices (Web API) using Polly in ASP.NET Core

BySanjay 27 October 2023

In this article, we will learn about how to implement Fault Tolerance in Microservices i.e. build resilient Microservices (Web API) using Polly in ASP.NET Core. By implementing fault tolerance in Microservices we ensure that the entire system is not affected…

Read More Build Resilient Microservices (Web API) using Polly in ASP.NET CoreContinue

Repository Pattern in ASP.NET Core & Unit of Work

Repository Pattern in ASP.NET Core with Adapter Pattern

BySanjay 27 October 2023

In this article, we will learn about Repository Pattern in ASP.NET Core along with Unit of Work Pattern & also learn about why & how to combine Repository Pattern with Adapter Pattern for better implementation & testability of data access…

Read More Repository Pattern in ASP.NET Core with Adapter PatternContinue

Solid Principles with C# .NET Core 5

Solid Principles with C# .NET Core with Practical Examples & Interview Questions

BySanjay 27 October 2023

In this article we will learn about Solid Principles with C# .NET Core, why we need them and when or where we should apply these principles in our code. I will also try to cover some actual real-world examples of…

Read More Solid Principles with C# .NET Core with Practical Examples & Interview QuestionsContinue

© 2020-2025 Pro Code Guide

Facebook YouTube Twitter Github Email RSS
Scroll to top
  • Home
  • Contact
  • About
Search
We use cookies to ensure that we give you the best experience on our website.Ok