Skip to content

sss-software/specification-pattern-asp-net-core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Specification Pattern in ASP.NET Core - Enhancing Generic Repository Pattern

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. We will be building from scratch, an ASP.NET Core WebAPI with Generic Repository Pattern, Entity Framework Core and finally implement the Specification Design Pattern.

Topics Covered:

  1. Understanding the Specification Pattern: The Why?
  2. Implementing Generic Repository Pattern
  3. Creating Generic Repository Implementation
  4. Problem with Generic Repository Pattern: Anti-Pattern?
  5. Enhancing Repository Pattern with Specification Pattern in ASP.NET Core
  6. Upgrading the Generic Repository.

Read the entire article here - https://codewithmukesh.com/blog/specification-pattern-in-aspnet-core/

Buy Me A Coffee

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%