Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.16 KB

README.md

File metadata and controls

49 lines (35 loc) · 1.16 KB

Planify | Todo App

This is a todo app example created as Windows Form project with C# , ADO.NET and SQL

Table of contents

Overview

Screenshot

Installation

###How to run this project in your own PC:

  1. Clone the repo:
git clone https://github.com/incihuseynli/Planify_ToDoApp.git
  1. Open the solution file in Visual Studio.
  2. Go to Tools => NuGet Package Manager => Manages NuGet Packages For Solution
  3. Download this package of Microsoft:
  System.Data.SqlClient
  1. Start connection in Sql Server Management Tools
  2. Replace the SQL server name in the connection string with yours if necessary
  "Server=.;Database=todoExampleDb;Integrated Security=true";

Contributing

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.

License

MIT