mahsan692's Stars
codewithmukesh/dotnet-zero-to-hero-course
The Ultimate .NET Zero to Hero Series for Web Developers!
EngincanV/ABP-Many-to-Many-Relationship
This repository was created to demonstrate how the many-to-many relationship can be done in ABP based applications. (by following DDD rules)
jasontaylordev/CleanArchitecture
Clean Architecture Solution Template for ASP.NET Core
mehmetozkaya/AspnetMicroservices
AspnetMicroservices
borakasmer/RedisPerformance
We used Redis on ActionFilter for checking user permission on every Action. So we avoided getting data from SQL Server for every request. And we preferred to check and get data from distributed memory cache with Redis Service on Azure. We used a special algorithm technic as a Bitwise for every Action permission in Controller. We used Entity 6.0 and DBContex for DB operations.
michelcedric/StructuredMinimalApi
The goal of this project it's to show how to use MinimalApi.Endpoint package. It demontrate how to configure API endpoints as individual classes based on minimal Api (.Net 6)
ardalis/CleanArchitecture
Clean Architecture Solution Template: A starting point for Clean Architecture with ASP.NET Core