Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 743 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 743 Bytes

CRUD Console App using C#

Overview

This is a simple CRUD (Create, Read, Update, Delete) console application written in C#. It allows users to manage a list of friends' data including adding new friends, updating existing friends' information, deleting friends, and displaying the list of friends.

Features

- Add new friends with their name, age, and contact information. - Update existing friends' information such as age and contact details. - Delete friends from the list. - Display the list of friends with their details.

Requirements

.NET Core SDK (version 6.0 or higher)

Installation

1. Clone the repository to your local machine: 2. Navigate to the project directory: 3. Build the project: