All Projects β†’ mjebrahimi β†’ Awesome Microservices Netcore

mjebrahimi / Awesome Microservices Netcore

Licence: cc0-1.0
πŸ’Ž A collection of awesome training series, articles, videos, books, courses, sample projects, and tools for Microservices in .NET Core

Projects that are alternatives of or similar to Awesome Microservices Netcore

Awesome-Nuget-Packages
πŸ“¦ A collection of awesome and top .NET packages sorted by most popular needs.
Stars: ✭ 87 (-89.94%)
Mutual labels:  aspnetcore, dotnetcore, aspnet-core, asp-net-core, asp-net, awesome-lists
Dotnet Istanbul Microservices Demo
This is the demo application that i created for my talk 'Microservice Architecture & Implementation with Asp.Net Core' at Dotnet Δ°stanbul Meetup Group.
Stars: ✭ 109 (-87.4%)
Mutual labels:  microservices, microservice, aspnetcore, dotnet-core, dotnetcore, distributed-systems
Nopcommerce
The most popular open-source eCommerce shopping cart solution based on ASP.NET Core
Stars: ✭ 6,827 (+689.25%)
Mutual labels:  asp-net-core, aspnetcore, asp-net, dotnet-core, aspnet
Cronscheduler.aspnetcore
Cron Scheduler for AspNetCore 2.x/3.x or DotNetCore 2.x/3.x Self-hosted
Stars: ✭ 100 (-88.44%)
Mutual labels:  asp-net-core, aspnetcore, aspnet-core, dotnet-core, dotnetcore
Ocelot
.NET core API Gateway
Stars: ✭ 6,675 (+671.68%)
Mutual labels:  asp-net-core, asp-net, dotnet-core, dotnetcore, microservices-architecture
Csla
A home for your business logic in any .NET application.
Stars: ✭ 865 (+0%)
Mutual labels:  asp-net-core, aspnetcore, asp-net, aspnet
Practical Clean Ddd
A simplified and effortless approach to get started with Domain-driven Design, Clean Architecture, CQRS, and Microservices patterns
Stars: ✭ 28 (-96.76%)
Mutual labels:  microservices, microservice, aspnetcore, microservices-architecture
Home
Home for Blazor Extensions
Stars: ✭ 51 (-94.1%)
Mutual labels:  aspnetcore, aspnet-core, asp-net-core, asp-net
SimpleSocial
A simple social network web application using ASP.NET Core 3.1
Stars: ✭ 16 (-98.15%)
Mutual labels:  aspnetcore, dotnetcore, asp-net-core, asp-net
Architecture
.NET 6, ASP.NET Core 6, Entity Framework Core 6, C# 10, Angular 13, Clean Code, SOLID, DDD.
Stars: ✭ 2,285 (+164.16%)
Mutual labels:  aspnetcore, aspnet-core, dotnet-core, dotnetcore
DNZ.SEOChecker
SEO Checker and Recommander Plugin (like wordpress Yoast) for ASP.NET Core.
Stars: ✭ 18 (-97.92%)
Mutual labels:  aspnetcore, dotnetcore, asp-net-core, asp-net
abp-push
Push Notification System for ASP.NET Boilerplate
Stars: ✭ 16 (-98.15%)
Mutual labels:  aspnetcore, aspnet, aspnet-core, asp-net
Docker Series
Docker Series about containerizing ASP.NET Core app with MySQL..
Stars: ✭ 88 (-89.83%)
Mutual labels:  asp-net-core, aspnetcore, dotnet-core, dotnetcore
Simplcommerce
A simple, cross platform, modularized ecommerce system built on .NET Core
Stars: ✭ 3,474 (+301.62%)
Mutual labels:  asp-net-core, aspnetcore, dotnet-core, dotnetcore
Identity.dapper
Identity package that uses Dapper instead EntityFramework for use with .NET Core
Stars: ✭ 234 (-72.95%)
Mutual labels:  aspnetcore, aspnet-core, aspnet, dotnetcore
awesome-dotnet-async
A curated list of awesome articles and resources to learning and practicing about async, threading, and channels in .Net platform. πŸ˜‰
Stars: ✭ 84 (-90.29%)
Mutual labels:  aspnetcore, dotnetcore, aspnet-core, asp-net-core
Practical Aspnetcore
Practical samples of ASP.NET Core 2.1, 2.2, 3.1, 5.0 and 6.0 projects you can use. Readme contains explanations on all projects.
Stars: ✭ 6,199 (+616.65%)
Mutual labels:  asp-net-core, aspnetcore, aspnet-core, dotnet-core
Aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
Stars: ✭ 10,061 (+1063.12%)
Mutual labels:  aspnetcore, aspnet-core, aspnet, dotnet-core
ChatService
ChatService (SignalR).
Stars: ✭ 26 (-96.99%)
Mutual labels:  aspnetcore, dotnetcore, aspnet-core, asp-net-core
Aspnetcore Developer Roadmap
Roadmap to becoming an ASP.NET Core developer in 2021
Stars: ✭ 8,248 (+853.53%)
Mutual labels:  asp-net-core, aspnetcore, dotnet-core, aspnet-core

πŸ’Ž Awesome Microservices .NET Core Awesome PRs Welcome

A collection of awesome training series, articles, videos, books, courses, sample projects, and tools 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

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

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

Framework

  • Microdot - An Open Source .NET Microservices Framework

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].