EmployeesManageSystem

This repository contains the source code of the Employees Management System

Stars
0
Committers
2

EmployeesManageSystem

EmployeesManageSystem is a simple C# application for managing employee information. This system allows you to add, update, view, and delete employee records. It's built on the .NET framework.

Features

  • Add new employees
  • Update existing employee details
  • View employee information
  • Delete employee records

Getting Started

Prerequisites

To run this application, you will need to have the following installed:

  • .NET SDK (version X.X or later)
  • Any IDE that supports .NET (e.g., Visual Studio, Visual Studio Code)

Installation

  1. Clone the repository:
    git clone https://github.com/Azizbekdevn1/EmployeesManageSystem.git
    
  2. Navigate to the project directory:
    cd EmployeesManageSystem
    
  3. Restore the dependencies:
    dotnet restore
    

Running the Application

To run the application, use the following command:

dotnet run

Contact

If you have any questions or suggestions, please open an issue or contact me at [email protected].

Usage

Once the application is running, you can perform the following actions:

  • Add a new employee: Enter the employee's details such as name, position, and salary.
  • Update an employee: Select an existing employee and update their details.
  • View employees: View the list of all employees with their details.
  • Delete an employee: Remove an employee from the system.