https://blog.jacobsdata.com/category/scaffold%20clean%20ddd%20web%20app
Scaffold Your Clean DDD Web Application
Scaffold Your Clean DDD Web Application
Curated lists of awesome resources for .NET Core and its related technologies
https://github.com/mehdihadeli/awesome-dotnet-core-education
https://github.com/mehdihadeli/awesome-software-architecture
https://github.com/mehdihadeli/awesome-dotnet-core-education
https://github.com/mehdihadeli/awesome-software-architecture
Why is your ASP.NET server so slow? 10 performance problems and solutions
https://michaelscodingspot.com/slow-asp-net-server/
https://michaelscodingspot.com/slow-asp-net-server/
Multitenancy in ASP.NET Core – Simplest Way to achieve Multitenancy
https://codewithmukesh.com/blog/multitenancy-in-aspnet-core/
https://codewithmukesh.com/blog/multitenancy-in-aspnet-core/
CodeWithMukesh
Multitenancy in ASP.NET Core - Simplest Way to achieve Multitenancy
In this article, let's learn how to implement Multitenancy in ASP.NET Core in a rather simple way making use of Entity Framework Core.
How to use Parallel.ForEach in C# https://aaronbos.dev/posts/parallel-foreach-csharp
aaronbos.dev
How to Use C#'s Parallel.ForEach
There are certain operations performed in code that lend themselves to being executed in parallel. Some might even call these tasks "embarrassingly parallel". In this post we'll be going over how we can use C#'s Parallel.ForEach to iterate over collections…