kallebelins / mvp24hours-netcore-samplesLinks
Samples for quick product building using: Relational database (SQL Server, PostgreSql, MySql); NoSql database (MongoDb); Key-value database (Redis); Message Broker (RabbitMQ); Pipeline (Pipe and Filters pattern); Documentation (Swagger); Mapping (AutoMapper); Logging (NLog); Patterns for data validation (FluentValidation and Data Annotations), n…
☆25Updated 2 months ago
Alternatives and similar repositories for mvp24hours-netcore-samples
Users that are interested in mvp24hours-netcore-samples are comparing it to the libraries listed below
Sorting:
- Hexagonal architecture showcase☆119Updated 2 years ago
- A IOC technique to add Cache to some components without change component itself.☆17Updated 5 years ago
- Exemplo de uso de Entity Framework Core InMemory, Identity Core, Redis, JWT (JSON Web Token), Bearer Authentication e Refresh Tokens em u…☆21Updated 4 years ago
- GWTDO defines a BDD-style test suite, with a clear separation of concerns between the test scenario definition and the implementation det…☆40Updated 2 years ago
- Aplicação Web de uma Bookstore implementando um API Gateway usando o framework OCELOT☆15Updated 5 years ago
- Several samples showing how to protect an application. By Cookies, JWT and OAuth 2.0☆24Updated 2 years ago
- Example of using MassTransit with RabbitMQ in .NET 9.0☆53Updated last year
- A RESTFul API demo for ASP.NET Core☆49Updated 4 years ago
- Example of implementation of the Unit of Work Pattern☆78Updated 5 years ago
- Example app for Event Sourcing with RabbitMQ. To build high available services.☆33Updated 2 years ago
- Extensões do Flunt para validações BR☆16Updated 2 years ago
- Aurora is a project developed in .NET 6, where it aims to show how to create something using an architecture, in layers, simple and appro…☆232Updated 2 years ago
- Example of using Elastic APM with Serilog, HealthChecks and NEST in .NET 7.0☆28Updated last year
- Projeto ASP.NET Core + Entity Framework Core + Dapper, demonstrando o uso de ambos separadamente e em um cenário híbrido.☆114Updated 6 years ago
- A lightweight and straightforward mediator implementation for .NET applications, facilitating in-process messaging with minimal setup.