Skip to content

evaleyn5/csharp-sql-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

βœ… 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

About

C# Console Todo App with SQL Server CRUD

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages