
Feel free to change the connection strings which are located at the appsettings.json and in the Server Project. Make sure that you set the YourNamespace.Server project as the startup project.īy default, the localdb instance of your SQLServer is used as the Data Source with your namespace as the DB Name. Note that these steps are also demonstrated in the Video that I have mentioned in the Important Links Section on this Guide. This will install the entire Solution Template to your machine so that you can generate Awesome Blazor WebAssembly projects using this template and a line of CLI Command. dotnet new -install BlazorHero.CleanArchitecture Fire up Command Prompt and run the following command. Getting Started With Blazor Hero – Clean Architecture Templateīlazor Hero is available as a NuGet Package for you to install.
#Masstransit vs dapr how to
I have written a step-by-step guide on how to implement CQRS using MediatR Library.


I recommend that you read Onion Architecture In ASP.NET Core With CQRS – Detailed article to understand this implementation much better.Install the latest DOTNET & EF CLI Tools by using this command – dotnet tool install –-global dotnet-ef.

Visual Studio 2019 (v16.8+) ( You can check out my Installation Guide of Visual Studio 2019 Community which is completely Free to use.) Make sure that ASP.NET and web development workload is installed.Make sure you are running on the latest.Demo Video on my Facebook page (An Older Version).Github Repository – Fork, Star and Contribute!.Youtube Overview Video about Blazor Hero.
