microservices-in-dotnet-book-second-edition
Microservice samples
An open-source code repository featuring complete .NET microservice application examples
Code for the second edition of Microservices in .NET Core
89 stars
11 watching
54 forks
Language: C#
last commit: over 2 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
procodeguide/microservices.sample | A sample project demonstrating ASP.NET Core 3.1 microservices architecture and design principles. | 36 |
madslundt/netcoremicroservicessample | Demonstrates a microservices architecture with CQRS, event sourcing, and message brokers in a .NET Core application | 698 |
snatch-dev/convey | A framework for building and managing .NET Core microservices | 953 |
thangchung/clean-architecture-dotnet | A Microservices project demonstrating Minimal Clean Architecture with DDD-lite and CQRS-lite, using .NET 6 and Cloud-native patterns for an eCommerce sample. | 1,236 |
iammukeshm/microservice.webapi | Demonstrates a microservice architecture in ASP.NET Core with an API gateway using Ocelot for routing and unifying multiple services. | 69 |
thangchung/practical-dapr | A full-stack .NET microservices application demonstrating Dapr and Kubernetes deployment | 301 |
n-stefan/eshoponcontainers | An example microservices-based .NET application showcasing containerization with Docker and Azure Kubernetes Services | 4 |
liuhll/silky-samples | A tutorial project demonstrating the development of microservices using Silky framework | 3 |
mmacneil/aspnetcoredockermicroservices | Demonstrates building and running a microservices-based application with ASP.NET Core using Docker. | 167 |
meilisearch/meilisearch-dotnet | A .NET client library for interacting with the Meilisearch API | 269 |
dex-it/dex-common | Provides shared functionality and common patterns for building micro-service applications in C# | 10 |
dotnet/csharpstandard | The C# language standard repository contains all official versions of the C# specification, including draft versions and past standards. | 723 |
asc-lab/dotnetcore-microservices-poc | An insurance sales system built using .NET Core microservices architecture | 1,910 |
peterkottas/dotnetcore.windowsservice | Allows hosting of .NET Core console applications as Windows services | 568 |