This project is a console-based task management application developed using C# and SQL Server. It allows users to manage daily tasks with a simple and efficient structure.
- ➕ Add new tasks
- 📋 List all tasks
- ❌ Delete tasks
- 🔄 Update task status (completed / not completed)
- C#
- .NET Console Application
- SQL Server
- ADO.NET
- Performing CRUD operations using C# and SQL Server
- Managing task data with a relational database
- Using ADO.NET for database connection and queries
- Building console-based backend applications
- TaskId (int)
- TaskName (nvarchar)
- IsCompleted (bit)
- Clone this repository
- Open the project in Visual Studio
- Update the SQL connection string if needed
- Run the project
This project focuses on task tracking and database-based data management.
Aleyna