A simple phone book application developed in C# using Windows Forms.
- Add,Update,Delete,Clear entries.
- Show the First,Previous,Next,Last entries.
- Search functionality work for any data.
https://github.com/alamgir-ahosain/PhoneBook.git
- Go to File > Open > Project/Solution.
- Select the .sln file in the project folder.
- In Visual Studio, go to Tools > NuGet Package Manager > Manage NuGet Packages for Solution.
- Restore any missing packages.
- click the Start button in Visual Studio.
- Add Contact: Fill in the required fields and click Add.
- Search Contact: Enter a keyword in the search box, and the results will display automatically.
- Edit Contact: Select a contact from the list, make changes, and click Update.
- Delete Contact: Select a contact from the list and click Delete.
- First: Click this button to navigate to the first contact in the list.
- Previous: Click this button to move to the previous contact in the list.
- Next: Click this button to move to the next contact in the list.
- Last: Click this button to navigate to the last contact in the list.