An open API service indexing awesome lists of open source software.

https://github.com/xanthium-enterprises/gui-app-for-sqlite-database-crud-ops-using-csharp-and-winforms

Learn to integrate the SQLite database into a WinForms application using C# language and display the data present in a SQLite db in a tabular or grid view on a Windows Form app using the DataGridView Control present in WinForms
https://github.com/xanthium-enterprises/gui-app-for-sqlite-database-crud-ops-using-csharp-and-winforms

csharp database dotnet dotnet-core sqlite sqlite-database sqlite3 sqlite3-database windows-forms winforms

Last synced: 4 months ago
JSON representation

Learn to integrate the SQLite database into a WinForms application using C# language and display the data present in a SQLite db in a tabular or grid view on a Windows Form app using the DataGridView Control present in WinForms

Awesome Lists containing this project

README

          

# GUI app for SQLite database Operations using C# (CSharp) and WinForms

![Build your own sqlite gui app using c# on .net platform for crud operations](/_4_Screenshots/simple-sqlite-database-viewer.jpg)

- In this repo,you can find a C# winforms application that can connect with an SQLite Database and display the contents of the SQLite db on the Form using DataGridView Control.
- Created using Visual Studio 2022 Community
- Supports .NET Core /.NET7 /.NET8 and above.

## Youtube Video Tutorial

Video tutorial on building a C# Winforms application for dotnet platform

- [YT Video Tutorial on Building a C# Winforms application to display SQLite Tables on .NET](https://www.youtube.com/watch?v=LUslHhvLGWA)

## Online Web Tutorial

creating a gui app for displaying sqlite database on winforms

- [Integrating SQLite Database with WinForms GUI app using C# ](https://www.xanthium.in/building-csharp-sqlite-gui-crud-applications-using-winforms-api-tutorial)
- [Introduction to Connecting SQLite Database using C# for Performing CRUD operations](https://www.xanthium.in/cross-platform-create-connect-update-sqlite3-database-using-csharp-dotnet-platform)
- [How to create a stand alone windows executable file using Visual Studio Publish Command](https://www.xanthium.in/create-stand-alone-windows-executable-msi-setup-files-using-visual-studio-click-once)

## Repo Contents

- **_1_SQLite-Database-Viewer-VS2022-Project** -> Visual Studio 2022 **WinForms Project** along with C# Source Codes
- **_2_CommandLine-SQLiteDataAdapter-Tutorial** -> SQLiteDataAdapter Class tutorial (command line program)
- **_3_Sample_SQLite_Database** -> Sample SQLite Database to use with your Project

## Dependencies

- Requires either [System.Data.SQLite.Core](https://www.nuget.org/packages/System.Data.SQLite.Core)

- or [System.Data.SQLite](https://www.nuget.org/packages/System.Data.SQLite)

- ![](_4_Screenshots/nuget-package.jpg)

## Screenshots

- ![learn to display a kaggle data set on winforms using C# and Sqlite ](/_4_Screenshots/display-kaggle-data-set.jpg)
- ![reading and writing into sqlite database using C# and winforms gui api](https://github.com/xanthium-enterprises/GUI-app-for-SQLite-database-CRUD-ops-using-CSharp-and-WinForms/blob/main/_4_Screenshots/sqlite_data_adapter_output.png)