Skip to content

# 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

Notifications You must be signed in to change notification settings

MoARABY/crudConsoleApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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:

About

# 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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages