Git Product home page Git Product logo

awesome-microservices-netcore's Introduction

Awesome Microservices .NET Core Awesome PRs Welcome

The Best Resources for Microservices in .NET Core

Give a Star! ⭐️

If you liked this repo or if it helped you, please give a star ⭐️ for this repository. That will not only help strengthen our .NET community but also improve skills about the Microservices for .NET developers around the world 👍. Thank you very much.

Contents

Training Series

Building Microservices On .NET Core

  1. Building Microservices On .NET Core – Part 1 The Plan

  2. Building Microservices On .NET Core – Part 2 Shaping microservice internal architecture with CQRS and MediatR

  3. Building Microservices On .NET Core – Part 3 Service Discovery with Eureka

  4. Building Microservices On .NET Core – Part 4 Building API Gateways With Ocelot

  5. Building Microservices On .NET Core – Part 5 Marten An Ideal Repository For Your Domain Aggregates

  6. Building Microservices On .NET Core – Part 6 Real time server client communication with SignalR and RabbitMQ

  7. Building Microservices On .NET Core – Part 7 Transactional Outbox with RabbitMQ

Repository : https://github.com/asc-lab/dotnetcore-microservices-poc

Building microservices through Event Driven Architecture

  1. Building microservices through Event Driven Architecture part1 : application specific business rules

  2. Building microservices through Event Driven Architecture part2 : domain objects and business rules

  3. Building microservices through Event Driven Architecture part3: Presenters, Views, and Controllers

  4. Building microservices through Event Driven Architecture part4: repositories

  5. Building microservices through Event Driven Architecture part5: dockerization (Web Api Core and SQL Server Linux)

  6. Building microservices through Event Driven Architecture part6: Implementing EventSourcing on Domain Model

  7. Building microservices through Event Driven Architecture part7: Implementing EventSourcing on Repositories

  8. Building microservices through Event Driven Architecture part8: Implementing EventSourcing on Application

  9. Building microservices through Event Driven Architecture part09: Handling updates

  10. Building microservices through Event Driven Architecture part10: Run Unit tests inside a docker container

  11. Building microservices through Event Driven Architecture part11: Continuous Integration

  12. Building microservices through Event Driven Architecture part12 : Produce events to Apache KAFKA

Repository : https://github.com/logcorner/LogCorner.EduSync.Speech.Command/ https://github.com/logcorner/LogCorner.EduSync.Speech.ServiceBus

Building API Gateway Using Ocelot In ASP.NET Core

  1. Building API Gateway Using Ocelot In ASP.NET Core

  2. Part Two - Building API Gateway Using Ocelot In ASP.NET Core - Authentication

  3. Part Three -Building API Gateway Using Ocelot In ASP.NET Core - Logging

  4. Part Four - Building API Gateway Using Ocelot In ASP.NET Core - Rate Limiting

  5. Building API Gateway Using Ocelot In ASP.NET Core - QoS (Quality of Service)

  6. Building API Gateway Using Ocelot In ASP.NET Core - Load Balancing

  7. Building API Gateway Using Ocelot In ASP.NET Core - Service Discovery (Eureka)

  8. Building API Gateway Using Ocelot In ASP.NET Core - Service Discovery (Consul)

  9. Building API Gateway Using Ocelot In ASP.NET Core - Configuration (Consul)

Repository : https://github.com/catcherwong-archive/APIGatewayDemo

Distributed .NET Core (DShop)

  1. Distributed .NET Core (DShop) - Teaser

  2. Distributed .NET Core (DShop) - Episode 1 [Intro, HTTP requests flow, Infrastructure with Docker]

  3. Distributed .NET Core (DShop) - Episode 2 [CQRS - Write side, Discounts service, MongoDB repository]

  4. Distributed .NET Core (DShop) - Episode 3 [Subscribing RabbitMQ messages, API gateway]

  5. Distributed .NET Core (DShop) - Episode 4 [Asynchronous microservices integration via events]

  6. Distributed .NET Core (DShop) - Episode 5 [CQRS - Read side, Internal HTTP communication]

  7. Distributed .NET Core (DShop) - Episode 6 [Service discovery & Load balancing with Consul + Fabio]

  8. Distributed .NET Core (DShop) - Episode 7 [Handling asynchronous requests, SignalR, Polly]

  9. Distributed .NET Core (DShop) - Episode 8 [Distributed transactions, 2PC, Event Choreography, Saga]

  10. Distributed .NET Core (DShop) - Episode 9 [Vault secrets, Seq logging, Jaeger distributed tracing]

  11. Distributed .NET Core (DShop) - Episode 10 [Metrics with AppMetrics, InfluxDB, Prometheus, Grafana]

  12. Distributed .NET Core (DShop) - Episode 11 [Travis CI pipelines, custom MyGet feeds]

  13. Distributed .NET Core (DShop) - Episode 12 [Docker basics, Docker Hub, docker-compose]

  14. Distributed .NET Core (DShop) - Episode 13 [Integration tests with xUnit, Web API, Mongo, RabbitMQ]

  15. Distributed .NET Core (DShop) - Episode 14 [Consumer-driven contract testing with Pact]

  16. Distributed .NET Core (DShop) - Episode 15 [Orchestration with Portainer, Kubernetes and Rancher]

Repository : https://github.com/devmentors/DNC-DShop

Microservices .NET

  1. Meet Pacco & Microservices .NET!

  2. CQRS - reserving a resource

  3. Inbox & Outbox pattern - transactional message processing

  4. API Gateway with Ocelot and RabbitMQ

  5. Contract testing with Pact.io

  6. Distributed Tracing with Jaeger

  7. Dynamic Credentials with Vault

  8. DevMentors Live #0 - "Microservices .NET" Q&A, future plans etc...

  9. Sidecar pattern + custom reverse proxy + k8s

Repository : https://github.com/devmentors/Pacco

.NET Conf: Focus on Microservices

  1. Welcome to .NET Conf: Focus on Microservices

  2. Why You Should Care About Microservices

  3. Stay Sharp

  4. A Journey into .NET Microservices with Steeltoe

  5. Orleans at Microsoft

  6. Adding a Little DAPR to Your .NET Microservices

  7. Developing and Deploying Microservices with 'Tye'

  8. Beyond REST and RPC: Asynchronous Eventing and Messaging Patterns

  9. The Intersection of Microservices, Domain-Driven Design and Entity Framework Core

  10. Build High-performance Microservices with gRPC and .NET

  11. DevOps, Waffles, and Superheroes - Oh My!

  12. API Communication in Microservices with Azure API Management and Azure Functions

  13. Evolving .NET Framework Monoliths with .NET 5 and Kubernetes

  14. Migrating .NET Framework Web Apps to Azure

  15. Building & Debugging Microservices faster using Kubernetes and Visual Studio

  16. Workshop Module 1: Introducing Microservices

  17. Workshop Module 2: Modeling and Architecting Microservices

  18. Workshop Module 3: Microservice Communication

  19. Workshop Module 4: Deploying Microservices to Kubernetes

  20. Workshop Module 5: Deploying Service Mesh to Kubernetes

  21. Workshop Module 6: Distributed Data

Repository : https://github.com/dotnet-presentations/dotNETConf/tree/master/2020/FocusOnMicroservices

Microservices with .NET Core and Docker

  1. Microservices with .NET Core and Docker Episode 1

  2. Microservices with .NET Core and Docker Episode 02

  3. Microservices with .NET Core and Docker Episode 03 - Serilog and Seq

  4. Microservices with .NET Core and Docker Episode 04 - Bandwidth Tester with Serilog and Seq

  5. Microservices with .NET Core and Docker Episode 05 - PostgreSQL Setup

  6. Microservices with .Net Core and Docker Episode 06 - Corona Virus Dashboard Part 01

  7. Microservices with .Net Core and Docker Episode 07 - Corona Virus Dashboard Part 02

  8. DockerMonitoring with Grafana and .NET Core

Repository : https://github.com/DotNetMax/DockerMonitoringService

.NET Microservices Architecture Guidance (Microsoft)

Repository : https://github.com/dotnet-architecture/eShopOnContainers

A Microservices Implementation Journey

  1. A Microservices implementation journey — Part 1

  2. A Microservices implementation journey — Part 2

  3. A Microservices implementation journey — Part 3

  4. A Microservices implementation journey — Part 4

  5. A Microservices implementation journey — Part 5

  6. A Microservices implementation journey — Part 6

Repository : https://github.com/aramkoukia/microservices-prototype

Microservices and Docker with .Net Core and Azure Service Fabric/Kubernetes

  1. Microservices and Docker with .Net Core and Azure Service Fabric - Part One

  2. Microservices and Docker with .Net Core and Azure Service Fabric - Part two

  3. Microservices and Docker with .Net Core and Azure Service Fabric - Part three

  4. Microservices and Docker with .Net Core and Azure Service Fabric - Part four

  5. Building resilient applications with Polly

Repository : https://github.com/vany0114/microservices-dotnetcore-docker-sf-k8s

Microservices with .NET Core Tutorials

  1. Understanding Microservices Architecture

  2. Getting Started with Azure Service Fabric

  3. Building a Microservice with ASP.NET Core

  4. Building an Azure Service Fabric Cluster

  5. Microservices Deployment Patterns

Books

Free eBooks

Courses

Other Tutorials

Other Repositories

Contribution

Let's complete this awesome together and create the most complete resource for microservices in .NET ✌️

Feel free to open an issue or create a pull request with your additions.

License

CC0

To the extent possible under law, Mohammad Javad Ebrahimi has waived all copyright and related or neighboring rights to this work.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.