Skip to content

The PhoneBook Application is a simple contact management tool built with C# that allows user to add, search, edit, delete, and navigate through contacts using First, Last, Previous, and Next buttons.

Notifications You must be signed in to change notification settings

alamgir-ahosain/PhoneBook

Repository files navigation

PhoneBook Application

A simple phone book application developed in C# using Windows Forms.

Screenshot (450)

Features

  • Add,Update,Delete,Clear entries.
  • Show the First,Previous,Next,Last entries.
  • Search functionality work for any data.

How to Run

1. Clone the project

https://github.com/alamgir-ahosain/PhoneBook.git

2. Open in Visual Studio

  • Go to File > Open > Project/Solution.
  • Select the .sln file in the project folder.

3. Restore NuGet Packages:

  • In Visual Studio, go to Tools > NuGet Package Manager > Manage NuGet Packages for Solution.
  • Restore any missing packages.

4.Database Structure

Screenshot (451)

5. Run the Application:

  • click the Start button in Visual Studio.

How to Use

  • 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.

    Navigate Contacts

  • 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.

About

The PhoneBook Application is a simple contact management tool built with C# that allows user to add, search, edit, delete, and navigate through contacts using First, Last, Previous, and Next buttons.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages