
Design Patterns: Asp.Net Core Web API, services, and repositories
Aug 11, 2017 · At the end of this article series, you should be able to program an Asp.Net Core Web API in a structured and testable way using the explained techniques (design patterns). …
Mastering API Design Patterns in .NET 7: "Leverage the Power of …
Apr 19, 2023 · In this article, we have explored some of the most popular API design patterns in .NET 7 and provided practical examples of how to implement them. Armed with this …
Design Patterns in C# With Real-Time Examples - Dot Net …
In this article series, I will discuss all the Design Patterns in C# with Real-Time Examples using different types of dot net applications, including ASP.NET MVC, Web API, ASP.NET Core, and …
ASP.NET Core Basics: Knowing and Applying Design Patterns
Jan 18, 2024 · Learn how to implement one well-known design pattern in an ASP.NET Core application. Design patterns help developers solve common problems when building …
Mastering Design Patterns in .NET 8 Web API - Medium
Jan 13, 2025 · This article describes the implementation of the Factory, Strategy, Repository, and CQRS Patterns using a.NET 8 Web API with MediatR and Entity Framework for clean and …
API Development Using Strategy Design Pattern with 3-Tier …
In this article, we'll explore how to implement the Strategy Design Pattern within a 3-Tier Architecture in an ASP.NET Core Web API. You'll learn how to create a robust business logic …
Patterns and Practices - Super-DRY Development for ASP.NET Core
Jun 2, 2019 · In this article, I’ll introduce you to the magic of super-DRY development and some of the tricks I’ve used over the years that can help you create your ASP.NET Core Web APIs with …
Choosing the Right Architecture for Your ASP.NET Core API: A …
Jan 7, 2023 · In this blog post, we will compare four popular architectures for ASP.NET Core APIs: the repository pattern, CQRS (Command Query Responsibility Segregation), the …
Specification Pattern in ASP.NET Core - codewithmukesh
Apr 24, 2021 · In this article, we will talk about implementing Specification Pattern in ASP.NET Core applications and how it can enhance the already existing Generic Repository Patterns. …
REST API for User Management in Authentication Server for
Jan 25, 2023 · Discuss how to develop REST API endpoints to manage users in a custom Single Sign-On (SSO) server using ASP.NET Core Identity at the design level. When building web …
- Some results have been removed