Skip to content

Latest commit

 

History

History
48 lines (25 loc) · 1.35 KB

README.md

File metadata and controls

48 lines (25 loc) · 1.35 KB

Blazor SPA With EF Core 3.1 - Template

Repository for Blazor Server SPA with EF Core 3.1 Template

Download this extension from the VS Marketplace


Features

Create a Blazor Server SPA with EF Core 3.1 in a minute. You can create a simple Employee App with all CRUD actions

Prerequisites

  • Visual Studio 2019 v 16.4 or higher

Steps to install the Template in your Machine

Step 1: Choose our Blazor template from Visual Studio, after successfull installation of the extension

Snippets

Step 2: Choose a valid path and name to your project

Snippets

Step 3: Verify the migration folder is already generated.

Snippets

Step 4: Execute EF Migration command to create database locally. You can change the server details, if needed.

Snippets

Step 5: Thats all!! Run the application

Snippets

Step 6: Create a new Employee record

Snippets

You can try to edit/delete the employee record as well.

License

Apache 2.0