An open API service indexing awesome lists of open source software.

https://github.com/helyousfi/employeemanagementsystem

This is an Employee Management System developed using the Windows Presentation Foundation (WPF) framework. It provides a user-friendly interface for managing employee data and performing various operations related to employee management.
https://github.com/helyousfi/employeemanagementsystem

Last synced: 7 months ago
JSON representation

This is an Employee Management System developed using the Windows Presentation Foundation (WPF) framework. It provides a user-friendly interface for managing employee data and performing various operations related to employee management.

Awesome Lists containing this project

README

          

# Employee Management System (WPF)

This is an Employee Management System developed using the Windows Presentation Foundation (WPF) framework. It provides a user-friendly interface for managing employee data and performing various operations related to employee management.

## Features

- Employee Registration: Add new employees to the system by providing their details such as name, Job, contact information, etc.
- Employee List: View a list of all employees in the system along with their relevant information.
- Search and Filter: Search and filter employees based on specific criteria such as name, designation, etc.
- Edit and Update: Edit and update employee details such as contact information, designation, etc.
- Delete Employees: Remove employees from the system permanently.

## Technologies Used

- Windows Presentation Foundation (WPF): A UI framework for building desktop applications in Windows.
- .NET Framework: A software development framework for building Windows applications.
- C#: A programming language used for developing the application logic.
- XAML: A markup language used for designing the user interface.

## Installation

1. Clone the repository:
```bash
git clone https://github.com/Helyousfi/EmployeeManagementSystem.git
```
2. Open the solution file EmployeeManagementSystem.sln in Visual Studio.
3. Build the solution to restore dependencies and compile the application.
4. Run the application in Visual Studio or generate a standalone executable to run it outside the development environment.

![image](https://github.com/Helyousfi/EmployeeManagementSystem/assets/78277535/20a59967-3e56-4255-8a26-3f228f6ca7aa)