Skip to content

The Employee Management System is a web-based application developed using ASP.NET framework, designed to streamline and automate the management of employee-related tasks within an organization. This system provides functionalities to perform tasks such as adding, deleting, updating, and reading employee information.

Notifications You must be signed in to change notification settings

Rithikgupta27/Employee-Management-System-Using--ASP.Net-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Software Description: Employee Management System

The Employee Management System is a web-based application developed using ASP.NET framework, designed to streamline and automate the management of employee-related tasks within an organization. This system provides functionalities to perform tasks such as adding, deleting, updating, and reading employee information.

project set up Step After Cloning The Project and Opening It In Visual Studio 2022 Step 1:- go to -> Tool -> NuGet Package Manager -> Manage Nuget Package For Solution -> Browse -> Install the Library -> Microsoft.Data.SqlClient (5.1.2)

Step 2 :- go to -> view
-> SQL Server Object Explorer -> SQL Server -> (localdb)\MSSQLLocalDB -> DataBases -> Create Database with Name "EmployeeDB" -> EmployeeDB -> Create Table -> Paste This Query to Create Table CREATE TABLE [dbo].[Tbl_Student] ( [StudentNo] INT IDENTITY (1, 1) NOT NULL, [Name] VARCHAR (50) NOT NULL, [Branch] VARCHAR (20) NOT NULL, [Section] INT NOT NULL, [EmailId] VARCHAR (50) NOT NULL, PRIMARY KEY CLUSTERED ([StudentNo] ASC) );

About

The Employee Management System is a web-based application developed using ASP.NET framework, designed to streamline and automate the management of employee-related tasks within an organization. This system provides functionalities to perform tasks such as adding, deleting, updating, and reading employee information.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published