Matjaž Bravc

Results 6 repositories owned by Matjaž Bravc

Microservice.Architecture.Demo

37
Stars
10
Forks
Watchers

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

19
Stars
5
Forks
Watchers

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

15
Stars
4
Forks
Watchers

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

37
Stars
9
Forks
Watchers

This demo shows how to implement simple containerized (Docker) microservice architecture with gateway, load balancer (Ocelot) and automatic service discovery (Consul).

Dapper.Paging.Demo

15
Stars
8
Forks
Watchers

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

16
Stars
9
Forks
Watchers

Simple implementation of CQRS pattern, using Minimal API, MediatR library, EFCore 7 and SQLite database.