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.
- Host: GitHub
- URL: https://github.com/helyousfi/employeemanagementsystem
- Owner: helyousfi
- Created: 2023-05-30T12:24:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T21:54:50.000Z (about 1 year ago)
- Last Synced: 2025-02-26T20:37:17.782Z (7 months ago)
- Language: C#
- Homepage:
- Size: 9.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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.