We will go through everything you will need to know about Repository Pattern in ASP.NET Core, Generic Repository Patterns, Unit of Work and related topics. We will build a project right from scratch w...
The Repository pattern adds a separation layer between the data and domain layers of an application. It also makes the data access parts of an application better testable.
This repository has examples of broken patterns in ASP.NET Core applications
翻译 - 该存储库提供了ASP.NET Core应用程序中损坏模式的示例
Medium Article - C# .Net Core - Criando uma aplicação utilizando Repository Pattern com dois ORMs diferentes Dapper e Entity Framework Core
An implementation of the Repository pattern in Golang
Repository Pattern With Unit Of Work In .Net 6 (Core)
🛠 This is a boilerplate for Node.JS, Express.JS, and MongoDB based web application that takes advantage of repository pattern and dependency injection.
A repository for free hydrogen songs and patterns
Laravel-Service-Repository pattern
ASP.NET Core application using Command Pattern and Repository Pattern
翻译 - 使用命令模式和存储库模式的ASP.NET Core应用程序
Files autogenerator for repositorry pattern
翻译 - 用于存储库模式的文件自动生成器
Catalogue de code d'exemples pour patrons de conceptions orientés objet
The Repository Pattern for your Laravel project.
翻译 - Laravel项目的存储库模式。
Mock your eloquent queries without the repository pattern
The Official Repository of Mastering Financial Pattern Recognition
Pattern repository for Django and htmx with full example code
Sample Android Application - MVVM, Clean Architecture, Modularization, Repository Pattern
A generic implementation of the repository pattern in C#.
NestJs v10.x Boilerplate. Repository Design Pattern. MongoDB (Mongoose). Containerization.
The Repository pattern decouples your ASP.NET MVC application and shields it from changes by creating a boundary between your data access code and the other parts of your application.
📦 Repository-ish pattern for working with and storing client-side data!
Pattern language
Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis and visualization.
翻译 - 用于Python的Web挖掘模块,具有用于抓取,自然语言处理,机器学习,网络分析和可视化的工具。
Java Design Patterns. Factory Method Pattern Abstract Factory Pattern Singleton Pattern Prototype Pattern Builder Pattern Object Pool Pattern. Adapter Pattern Bridge Pattern Composite Pattern Decorato...
Pattern Matching
翻译 - 模式匹配
Pattern-defeating quicksort.
翻译 - 破坏模式的快速排序。
Unit of Work + Repository Pattern in MVC5 and Web API 2 with Fluent Nhibernate