Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/incihuseynli/planify_todoapp
This is a todo app example created as Windows Form project
https://github.com/incihuseynli/planify_todoapp
adonet backed csharp mssqlserver sql windowsforms-applications
Last synced: about 1 month ago
JSON representation
This is a todo app example created as Windows Form project
- Host: GitHub
- URL: https://github.com/incihuseynli/planify_todoapp
- Owner: incihuseynli
- Created: 2024-08-18T12:20:23.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T15:20:36.000Z (2 months ago)
- Last Synced: 2024-10-12T07:04:22.852Z (about 1 month ago)
- Topics: adonet, backed, csharp, mssqlserver, sql, windowsforms-applications
- Language: C#
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Planify | Todo App
This is a todo app example created as Windows Form project with C# , ADO.NET and SQL
## Table of contents
- [Overview](#overview)
- [Screenshot](#screenshot)
- [Installation](#installation)
- [Contributing](#contributing)
- [License](#license)## Overview
### Screenshot
![](./assets/ScreentShoots/screenshoot1.png)
![](./assets/ScreentShoots/screenshoot2.png)### Installation
###How to run this project in your own PC:
1. Clone the repo:```bash
git clone https://github.com/incihuseynli/Planify_ToDoApp.git
```
2. Open the solution file in Visual Studio.
3. Go to Tools => NuGet Package Manager => Manages NuGet Packages For Solution
4. Download this package of Microsoft:
```
System.Data.SqlClient
```
5. Start connection in Sql Server Management Tools
6. 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](https://choosealicense.com/licenses/mit/)