/BlazorCrud

This repository contains the employee management application, built with Blazor Preview 9 and Entity Framework 3.0 to illustrate performing CRUD actions.

Primary LanguageC#

Employee Management Blazor

This repository contains the employee management application, built with Blazor Preview 9 and Entity Framework 3.0 to illustrate performing CRUD actions.

How to run the project

  • Checkout this project to a location in your disk.
  • Open the solution file using the Visual Studio 2019.
  • Restore the NuGet packages by rebuilding the solution.
  • Change the connection string in the appsettings.json file that points to your SQL Server
  • Run the project.