Pages

Clean Architecture


Clean Architecture with ASP.NET Core


Some nice video about Clean Architecture with Dotnet and Entity framework

Clean Code with Entity Framework Core | Brendan Richards




Usefull links
Northwind-EFCore3 Sample code
MediatR
Bogus fake data generator - bogus on builtwithdot.net


Clean Architecture with ASP.NET Core 3.0 - Jason Taylor - NDC Sydney 2019

Dotnet core 3.x based CMS

Piranha CMS for .NET Core

Small, lightweight, faster, open source and can run on Docker  with SQLite, SQLServer and SQLAzure  databases support .
Website
Github


Orchard Core



Open-source, modular, multi-tenant application framework and CMS for ASP.NET Core and can run on Docker  with SQLite, SQLServer and SQLAzure  databases support .

Oqtane CMS - Modular Application Framework for Blazor

Blazor based CMS

Blazor


Build client web apps with C# (No javascript) and Dotnet core


Run on WebAssembly (Preview) or the server (LTS Support)

Blazor can run your client-side C# code directly in the browser, using WebAssembly. Because it's real .NET running on WebAssembly, you can re-use code and libraries from server-side parts of your application.


Alternatively, Blazor can run your client logic on the server. Client UI events are sent back to the server using SignalR - a real-time messaging framework. Once execution completes, the required UI changes are sent to the client and merged into the DOM.

Useful links
Blazor University


https://blazor-university.com/