This project is a console-based application developed using C# and SQL Server. It allows users to manage restaurant menu items with category-based structure and CRUD operations.
- Add new products
- List all products
- Delete products
- Update product information
- Category-based menu system (Starter, Main Course, Dessert)
- C#
- .NET Console Application
- SQL Server
- ADO.NET
- Database connection and management with SQL Server
- Performing CRUD operations using ADO.NET
- Writing SQL queries and managing relational data
- Building console-based backend applications
- CategoryId (int)
- CategoryName (nvarchar)
- ProductId (int)
- ProductName (nvarchar)
- ProductPrice (decimal)
- Clone this repository
- Open in Visual Studio
- Update connection string if needed
- Run the project
This project was developed as part of my backend development learning process.
Aleyna



