• Stars
    star
    2,284
  • Rank 20,049 (Top 0.4 %)
  • Language
  • License
    Creative Commons ...
  • Created over 4 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

๐Ÿ’Ž A collection of awesome training series, articles, videos, books, courses, sample projects, and tools for Microservices in .NET

๐Ÿ’Ž Awesome Microservices .NET Awesome PRs Welcome

A collection of awesome training series, articles, videos, books, courses, sample projects, and tools for Microservices in .NET

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

January 2019-September 2019

  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

January 2019-

  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

November 2017-August 2019

  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)

December 2018-April 2019

  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

May 2020-August 2020

  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

August 2020

  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

March 2020-June 2020

  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

January 2018-March 2018

  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

February 2018-September 2018

  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

September 2018-October 2018

  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

Building Microservices on .Net platforms

May 2020

  1. Microservices Architecture on .NET with applying CQRS, Clean Architecture and Event-Driven Communication

  2. Microservices Using ASP.NET Core, MongoDB and Docker Container

  3. Using Redis with ASP.NET Core, and Docker Container for Basket Microservices

  4. Building Ocelot API Gateway Microservices with ASP.NET Core and Docker Container

  5. Microservices Event Driven Architecture with RabbitMQ and Docker Container on .NET

  6. CQRS and Event Sourcing in Event Driven Architecture of Ordering Microservices

  7. AspnetRun Microservices Renewed !

Repository : https://github.com/aspnetrun/run-aspnetcore-microservices

Books

Free eBooks

Courses

Other Tutorials

Sample Projects

Tools and Libraries

Messaging

  • MassTransit - Distributed Application Framework for .NET
  • NServiceBus - The most popular service bus for .NET
  • Rebus - Simple and lean service bus implementation for .NET
  • Kafka - Confluent's Apache Kafka .NET client
  • RabbitMQ - RabbitMQ .NET client for .NET Standard 2.0+ and .NET 4.6.1+
  • EasyNetQ - An easy to use .NET API for RabbitMQ
  • ZeroMQ - A 100% native C# implementation of ZeroMQ for .NET
  • CAP - Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern
  • Brighter - Command Dispatcher, Processor, and Distributed Task Queue
  • Silverback - Silverback is a simple but feature-rich message bus for .NET (supports Kafka, RabbitMQ and MQTT).

Api Gateway

  • Ocelot - .NET core API Gateway
  • YARP - YARP (which stands for "YARP: A Reverse Proxy") is a toolkit for developing high-performance HTTP reverse proxy applications

Service Discovery

Frameworks

  • Microdot - Microdot is an open source .NET framework that answers a lot of the needs for easily creating microservices.
  • Foundatio - Pluggable foundation blocks for building distributed apps.

Other

  • Dapr - Dapr SDK for .NET (Dapr is a portable, event-driven, serverless runtime for building distributed applications)
  • Project Tye - Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier
  • Health Checks - Enterprise HealthChecks for ASP.NET Core Diagnostics Package

Contribution

Contributions are always welcome! Feel free to open an issue or create a pull request.

License

CC0

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

More Repositories

1

Awesome-Nuget-Packages

๐Ÿ“ฆ A collection of awesome and top .NET packages sorted by most popular needs.
226
star
2

EasyCompressor

โšก A compression library that implements many compression algorithms such as LZ4, Zstd, LZMA, Snappy, Brotli, GZip, and Deflate. It helps you to improve performance by reducing Memory Usage and Network Traffic for caching.
C#
210
star
3

SeoTags

SeoTags create all SEO tags you need such as meta, link, twitter card (twitter:), open graph (og:), and JSON-LD schema (structred data).
C#
113
star
4

Awesome-Tools-For-WebDevelopers

Awesome Tools For Web Developers
67
star
5

AspNetCore.Unobtrusive.Ajax

Unobtrusive Ajax Helpers (like MVC5 Ajax.BeignForm and Ajax.ActionLink) for ASP.NET Core
C#
48
star
6

AspNetCore-WebApi

Professional REST API design with ASP.NET Core and WebAPI
C#
44
star
7

RamDisk

RamDisk is a library for create virtual disk drive on system memory
C#
41
star
8

Elasticsearch-NEST-CheatSheet-Tutorials

A collection of most used Queries, Methods, and Concepts of Elasticsearch and NEST (.NET Client) with related samples and refrences, and also useful tutorials and sample projects.
C#
31
star
9

SqlInMemory

SqlInMemory is a library for creating SqlServer database on Memory instead of hard disk, at last Drops and Disposes database when you're done with it. This is useful for Integration Testing.
C#
27
star
10

DNZ.MvcComponents

A set of useful UI-Components (HtmlHelper) for ASP.NET Core MVC based-on Popular JavaScript Plugins (Experimental project).
JavaScript
27
star
11

Jwt-Encryption-AspCore

Encrypt/Secure JWT (Json Web Token) in ASP.NET Core. Its also called JWE (Json Web Encryption)
C#
25
star
12

DNZ.SEOChecker

SEO Checker and Recommander Plugin (like wordpress Yoast) for ASP.NET Core.
C#
20
star
13

SharpMt940Lib.Core

SharpMT940Lib implements the MT940 format in C# and is based on specifications of multiple banks. You can use it as a base for financial software or for conversions to other formats like CSV or OFX.
C#
18
star
14

auto-mapping

Auto mapping with AutoMapper and Reflection in ASP.NET Core
C#
14
star
15

Best-Free-Admin-Dashboard-Template

Best Free Admin Dashboard Template
12
star
16

SmartCacheManager

SmartCacheManager is a smart caching module to cache objects with resilient and variable expiration timing that is useful for caching result of web services.
C#
10
star
17

Micro-Optimization-Samples

Micro Optimization Samples
C#
10
star
18

awesome-dotnet-core-education

โšก Collection of useful articles and resources to learning and practicing about .Net Core and its related technologies. ๐Ÿ˜‰
C#
10
star
19

EasyMongo

A full-feature and easy-to-use Repository implementation for MongoDb
C#
7
star
20

NopLocalization

Simplified multi-language POCO localization for ASP.NET Core
C#
7
star
21

EFCore-Include-Filtering-Benchmark

EFCore Include Filtering Benchmark
C#
5
star
22

.Net-Async-Resources

Useful resources about async, threading, and channel in .Net platform. This repository will update continuously, keep yourself up to date ๐Ÿ˜‰
5
star
23

MongoDb.Bugs

This repo reproduce some bugs of MongoDB C# Driver.
C#
3
star
24

SmartCachable.POC

C#
3
star
25

mjebrahimi

3
star
26

Pipeline-Filter-Pattern

Pipeline/Filter Pattern Implementation in C#
C#
3
star
27

Awesome-Viusal-Stuido-Extensions

Awesome Extensions for Viusal Stuido 2022
3
star
28

OpenTelemetry.Demo

C#
3
star
29

RazorPages_Bugs

Reproduce some bugs in ASP.NET Core Razor Pages.
C#
2
star
30

HybridCachePlayground

C#
1
star
31

DNZ.MvcComponents.Mvc5

Useful UI Html Helpers for ASP.NET MVC 5 from Popular JavaScript Plugins (Experimental project - Not maintained)
JavaScript
1
star