Skip to content

mortezarezaei68/specific-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET MICROSERVICE FRAMEWORK


Build Status

On this project I have created some particular microservice patterns often should be used in microservice project. I hope this can help you to extending your developing microservice projects in .NET stack easily.

Tech stack used : ASP.NET5, C# 9.0 and SQL Server, EntityFramework Core 5.0.1

Note


  • This project has been created for my recently project and it might be useful if you change features.

Features


  • Command Handler
  • Query Handler
  • CircuitBreaker
  • AggregateRoot Pattern
  • Unit Of Work
  • Exception Handler
  • Event Bus
  • Core DbContext Configuration