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
- Host: GitHub
- URL: https://github.com/xanthium-enterprises/gui-app-for-sqlite-database-crud-ops-using-csharp-and-winforms
- Owner: xanthium-enterprises
- Created: 2024-10-30T13:58:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-07T08:06:47.000Z (over 1 year ago)
- Last Synced: 2025-03-23T16:46:20.879Z (about 1 year ago)
- Topics: csharp, database, dotnet, dotnet-core, sqlite, sqlite-database, sqlite3, sqlite3-database, windows-forms, winforms
- Language: C#
- Homepage: https://www.xanthium.in/building-csharp-sqlite-gui-crud-applications-using-winforms-api-tutorial
- Size: 9.39 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GUI app for SQLite database Operations using C# (CSharp) and WinForms

- 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

- [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

- [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)
- 
## Screenshots
- 
- 