muratyuceer's Stars
dotnet-architecture/eShopOnContainers
Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 7, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor. Moved to https://github.com/dotnet/eShop.
dapr/dapr
Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge.
dotnet/efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
kgrzybek/modular-monolith-with-ddd
Full Modular Monolith application with Domain-Driven Design approach.
dtm-labs/dtm
A distributed transaction framework, supports workflow, saga, tcc, xa, 2-phase message, outbox patterns, supports many languages.
MudBlazor/MudBlazor
Blazor Component Library based on Material design with an emphasis on ease of use. Mainly written in C# with Javascript kept to a bare minimum it empowers .NET developers to easily debug it if needed.
OrchardCMS/OrchardCore
Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
thangchung/clean-code-dotnet
:bathtub: Clean Code concepts and tools adapted for .NET
microsoft/RulesEngine
A Json based Rules Engine with extensive Dynamic expression support
blazorhero/CleanArchitecture
Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
ardalis/SmartEnum
A base class for quickly and easily creating strongly typed enum replacements in C#.
martinothamar/Mediator
A high performance implementation of Mediator pattern in .NET using source generators.
ardalis/Specification
Base class with tests for adding specifications to a DDD model
mstrYoda/kubernetes-kitap
meysamhadeli/awesome-dotnet-tips
A curated list of awesome tips and tricks, resources, videos and articles in .net, software architecture, microservice and cloud-native.
danielpalme/IocPerformance
Performance comparison of .NET IoC containers
ardalis/CleanArchitecture.WorkerService
A solution template using Clean Architecture for building a .NET Core Worker Service.
kodlamaio-projects/nArchitecture
Inspired by Clean Architecture, nArchitecture is a monolith project which uses advanced techniques.
abpframework/eShopOnAbp
Reference microservice solution built with the ABP Framework and .NET, runs on Kubernetes with Helm configuration, includes API Gateways, Angular and ASP.NET Core MVC applications, PostgreSQL and MongoDB databases
proudmonkey/AutoWrapper
A simple, yet customizable global exception handler and Http response wrapper for ASP.NET Core APIs.
enisn/AutoFilterer
AutoFilterer is a mini filtering framework library for dotnet. The main purpose of the library is to generate LINQ expressions for Entities over DTOs automatically. The first aim is to be compatible with Open API 3.0 Specifications
m-jovanovic/event-reminder
.NET Core Web API for seamless event organization with configurable notification systems.
wintoncode/Winton.Extensions.Configuration.Consul
Enables Consul to be used as a configuration source in dotnet core applications
dotnet/datalab
This repo is for experimentation and exploring new ideas involving ADO.NET, EF Core, and other areas related to .NET data.
matt-bentley/DDDMart
Sample eCommerce application using Domain-Driven Design
kgrzybek/efcore-concurrency-handling
A repository showing how to handle concurrent conflicts using EntityFramework Core and DDD Aggregates
kgrzybek/awesome-ddd
A curated list of Domain-Driven Design (DDD), Command Query Responsibility Segregation (CQRS), Event Sourcing, and Event Storming resources
kgrzybek/awesome-dotnet-core
:honeybee: A collection of awesome .NET core libraries, tools, frameworks and software
kinderbueno360/DDDCore
ahmetkucukoglu/event-sourcing-bank-app
Bank App with Event Sourcing