This is a todo app example created as Windows Form project with C# , ADO.NET and SQL
###How to run this project in your own PC:
- Clone the repo:
git clone https://github.com/incihuseynli/Planify_ToDoApp.git
- Open the solution file in Visual Studio.
- Go to Tools => NuGet Package Manager => Manages NuGet Packages For Solution
- Download this package of Microsoft:
System.Data.SqlClient
- Start connection in Sql Server Management Tools
- Replace the SQL server name in the connection string with yours if necessary
"Server=.;Database=todoExampleDb;Integrated Security=true";
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.