repr-pattern
There are 16 repositories under repr-pattern topic.
FastEndpoints/FastEndpoints
A light-weight REST API development framework for ASP.NET 8 and newer.
threenine/api-template
API Template pack provides an opinionated implementation guide to making use of popular leading .net framework based tools and utilities to assist developers to quickly and efficiently develop secure, stable and resilient REST API’s.
Jackpieking/ASPNET_CORE_VSA_Template
ASP.NET Core projects follows the Vertical Slice Architecture
yavorfingarov/Reprise
A micro-framework that brings the REPR pattern into ASP.NET Core Minimal APIs.
foxminchan/DrugStore
A simple drug store application with Clean Architecture, DDD, CQRS, REPR 💊
modabas/ModEndpoints
Minimal APIs in REPR pattern endpoint format with built-in validation, constructor dependency injection, and type-safe responses.
futurum-dev/dotnet.futurum.nanocontroller
A dotnet library that allows you to build WebApi controllers using a vertical slice architecture approach.
HamedStack/HamedStack.AspNetCore.Endpoint
Offers a concise mechanism for integrating Minimal API endpoints in ASP.NET Core, enhancing code modularity and project structure.
futurum-dev/dotnet.futurum.webapiendpoint
A dotnet library that allows you to build WebApiEndpoints using a vertical slice architecture approach.
HamedStack/HamedStack.CleanSample
CleanSample is a .NET application showcasing Clean Architecture, DDD principles, and CQRS for improved scalability and maintainability.
MoMakkawi/Quizmaker
Minimal API deals to determine students' levels of English by making quizzes, in this project we will be based on REPR pattern.
dafegima/car-rental-api
This project is an approach to a car rental service using various design patterns and architectural approaches such as CQRS (Command Query Responsibility Segregation), REPR (Request-Response Pattern), and Clean Architecture. In this repository, you can explore how these patterns are applied to structure and optimize a robust, scalable API.
ottaway-c/aws-dotnet-todo-api
Sample Todo REST API built using: AWS CDK, Dynamo, Lambda and API Gateway
AdsHan/dotnet-repr-pattern
An alternative approach to Minimal APIs and MVC using the REPR design pattern with FastEndpoints.
nazem0/Store
Vertical Slice Architecture, REPR Pattern : Simple CRUD on SQLite, using FastEndpoints, FluentValidation
sgbj/minimalendpoints
A simple and unopinionated way to map minimal API endpoints.