Skip to content
#

unitofwork-pattern

Here are 160 public repositories matching this topic...

developing an enhanced Order Management System. The system should allow customers to place orders, view their order history, and allow administrators to manage orders. The business logic includes applying tiered discounts, handling inventory updates, ensuring order validation, supporting multiple payment methods,and generating order invoices.

  • Updated Jul 18, 2024
  • C#

This repository contains an example project demonstrating the implementation of MediatR and the CQRS (Command Query Responsibility Segregation) pattern in a .NET Core application. The project also utilizes the Generic Repository pattern and Unit of Work pattern for data access and transaction management.

  • Updated Jul 3, 2024
  • C#

Clean structured ASP.NET Core web project, follows the Clean Architecture principles, SOLID design principles, and implements the Dependency Injection, Repository, and Unit of Work design pattern, and utilizes Entity Framework Core for data access.

  • Updated May 2, 2024
  • C#

Improve this page

Add a description, image, and links to the unitofwork-pattern topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the unitofwork-pattern topic, visit your repo's landing page and select "manage topics."

Learn more