This is a Windows Forms application developed using .NET Framework 4.8. The program utilizes an SQLite database with Entity Framework 6 ORM for storing and editing information about people. Users can create a list to add people nodes, print the content of the list to a text (txt) or Microsoft Word (docx) file, and benefit from localization supporting English, Russian, and Ukrainian languages.
-
Create and manage lists of people with customizable information fields such as:
- First Name
- Last Name
- Middle Name
- Date of Birth
- Phone Number
- Email Address
- Additional Information
-
Export list content to:
- Text file (.txt)
- Microsoft Word document (.docx)
-
Localization support for three languages:
- English
- Russian
- Ukrainian
- Framework: .NET Framework 4.8
- Database: SQLite
- ORM: Entity Framework 6
- UI: Windows Forms
- Clone the repository to your local machine.
- Open the solution file (PeopleManagementProgram.sln) in Visual Studio.
- Build the solution to restore dependencies.
- Run the application.
- Launch the program.
- Create a new list or load an existing one.
- Add people to the list by providing their information.
- Edit or delete existing entries as needed.
- Export the content of the list to a text or Word document.
- Utilize localization to switch between supported languages.