Skip to content

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

Notifications You must be signed in to change notification settings

rajendranr-5483/employee-management-blazor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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.

Prerequisites

  • Visual Studio 2019 16.3.0 Preview 2.0
  • .NET Core 3.0
  • SQL Server 2017

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 44.9%
  • HTML 44.6%
  • CSS 10.5%