Displaying SQLite table data on a WinForms GUI Application using C#
In this tutorial we will learn how to integrate the SQLite database into a WinForms application using C# language on the .NET platform.
The Winforms application shown below can open a connection to a SQLite database and display the contents of the database table on a Form using DataGridView control.
SerialPort Communication Example between Arduino and Windows PC using C#
In this tutorial, you will learn to program the Serial Port (USB Virtual COM port) of a Windows PC using C# (Csharp) on the .NET platform.
Simple Serial - C#, WinForms based Serial Port Communication Program
Simple Serial is a WinForms based GUI Serial Port Program for embedded Developers written in C# for interacting with external devices like Arduino or Microcontroller boards like Raspberry Pi.
Simple Serial program uses WinForms for creating its GUI elements and run on Windows 10 or Windows 11 using the .NET Platform.
Learn to use C# to connect with SQLite database for Beginners on .NET Platform
In this tutorial, We will learn to connect with a Sqlite (sqlite3) database using C# on the .NET platform across multiple platforms like Windows, Linux and macOS.