IntroductionUsing this template extension, we can quickly create a Blazor Server app using .NET Core 3.0, with default CRUD and Server-side pagination functionalities in a few moments with the help of dapper. Steps to follow, After Download and Install this extension.Set Project Name and location path.Click on the "Create" button. You can read the "ReadMe.txt" file or follow the below steps.Copy and execute SQL script inside your SQL server instance.[Script is inside ReadMe.txt File] Once you execute script, need to add connection string inside "appsettings.json". Tada! Done!, Run the application. |