Skip to content

This is a todo app example created as Windows Form project

Notifications You must be signed in to change notification settings

incihuseynli/Planify_ToDoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is a todo app example created as Windows Form project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages