Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.01 KB

File metadata and controls

49 lines (32 loc) · 1.01 KB

✅ Task Management System (ToDo App)

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.

🚀 Features

  • ➕ Add new tasks
  • 📋 List all tasks
  • ❌ Delete tasks
  • 🔄 Update task status (completed / not completed)

🛠️ Technologies Used

  • C#
  • .NET Console Application
  • SQL Server
  • ADO.NET

🧠 What I Learned

  • 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

📂 Database Structure

TbsTask

  • TaskId (int)
  • TaskName (nvarchar)
  • IsCompleted (bit)

⚙️ How to Run

  1. Clone this repository
  2. Open the project in Visual Studio
  3. Update the SQL connection string if needed
  4. Run the project

📌 Notes

This project focuses on task tracking and database-based data management.

👩‍💻 Developer

Aleyna