Matjaž Bravc
Matjaž Bravc
Microservice.Architecture.Demo
This demo shows a working sample of microservices architecture using ASP.NET Core. It covers how to create microservices, how to create API gateways using Ocelot, how to use MassTransit as distributed...
OpenAPI.Swagger.Demo
This comprehensive sample application show you how to create JWT secured, versioned CRUD OpenAPI using latest ASP.NET 5.0, documented with Swagger and tested with Unit and Integration tests for secure...
Custom.ConfigurationProvider.Demo
Use configuration section from the appsettings.json which can be set from the UI as well. Configuration section values are stored in the database and exposed through a Entity Framework Core DbContext.
Consul.ServiceDiscovery.Demo
This demo shows how to implement simple containerized (Docker) microservice architecture with gateway, load balancer (Ocelot) and automatic service discovery (Consul).
Dapper.Paging.Demo
This sample demonstrate how to implement simple paging functionality in a ASP.NET Core Razor Pages application with Dapper and Microsoft SQL Server.
CQRS.MinimalAPI.Demo
Simple implementation of CQRS pattern, using Minimal API, MediatR library, EFCore 7 and SQLite database.