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.
.NET Serial Port Programming on Linux using C#
In this tutorial, We will learn to communicate with an Arduino board connected to a Linux PC (Ubuntu, Linux Mint, Fedora etc.) serial port using C# and .NET Platform.
With the release of the opensource .NET Platform by Microsoft, it becomes possible to run .NET programs on other operating systems like Linux and macOS. Earlier similar capability was provided by the Mono Platform.
- Read more about .NET Serial Port Programming on Linux using C#
- Log in to post comments
SerialPort Communication Example between Arduino and Windows PC using C#
![serial port programming using C# on dotnet platform for absolute beginner](/sites/default/files/inline-images/serial-port-programming-tutorial-absolute-beginner.jpg)
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
![learn to build c# example applications that connect and interact with sqlite databases tutorial with free source code for beginners](/sites/default/files/inline-images/communicate-csharp-sqlite-database.jpg)
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.
Serial Port Programming on Linux using Visual Basic.net and .NET Platform
![learn how to program the serial port of a linux sysytem using visual basic.net and the dotnet platform for beginners](/sites/default/files/inline-images/banner-arduino-pc-communication-visual-basic-net-linux.jpg)
Following the introduction of the open-source .NET platform by the .NET Foundation, supported by Microsoft, it became possible to develop .NET applications on platforms other than Windows, including