About 708,000 results
Open links in new tab
  1. Implementing the Repository and Unit of Work Patterns in an …

    Jul 1, 2022 · The repository and unit of work patterns are intended to create an abstraction layer between the data access layer and the business logic layer of an application. Implementing these …

  2. Designing the infrastructure persistence layer - .NET

    Feb 21, 2023 · The Repository pattern is a Domain-Driven Design pattern intended to keep persistence concerns outside of the system's domain model. One or more persistence abstractions - interfaces - …

  3. Google Docs

    Create and edit web-based documents, spreadsheets, and presentations. Store documents online and access them from any computer.

  4. Simplified Hibernate ORM with Panache - Quarkus

    It takes fragments of HQL (JP-QL) queries and contextualizes the rest. That makes for very concise but yet readable code. what was described above is essentially the active record pattern, sometimes just …

  5. Repository Pattern – DevIQ

    Understand the Repository design pattern and its role in software architecture. Learn how it abstracts data access, providing a clean separation between the data layer and business logic for more …

  6. Repository Pattern – ASP.NET Core Web API - DEV Community

    May 26, 2025 · Repository Pattern – ASP.NET Core Web API This guide will help you, as a newcomer to ASP.NET Core, understand how to structure a web API project that interacts with a database. The …

  7. Sign in to GitHub · GitHub

    GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.

  8. Repository - Martin Fowler

    Mar 5, 2003 · Repository Mediates between the domain and data mapping layers using a collection-like interface for accessing domain objects. A system with a complex domain model often benefits from a …

  9. 1. Working with Spring Data Repositories

    Learn how to work with Spring Data Repositories, including creating instances and configuring repository activation using Java-based configuration.

  10. Implementing the infrastructure persistence layer with Entity …

    Mar 1, 2023 · .NET Microservices Architecture for Containerized .NET Applications | Explore the implementation details for the infrastructure persistence layer, using Entity Framework Core.