Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1019 Bytes

HOW_TO_RUN.md

File metadata and controls

20 lines (13 loc) · 1019 Bytes

Inorder to run this project you need to install SQL Server and Visual Studio.

Here are the few steps to run this project.

  • First of all clone the project.
  • Click on EmployeeManagementSystem.sln file. Basically, it will open the project in Visual Studio.
  • Build EmployeeManagementSystem Project
  • Before running the project, change the connection string in EmployeeManagementContext.cs file.

Sln File.

image

Project structure in Visual Studio

image

Connection String

image

I hope this helped you. If you have any further question, feel free to ask.