Skip to main content

Learn to build SQLite WinForms Apps using C# Tutorial

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 will open a SQLite database on the disk using the OpenFileDialog control and display the contents of  the SQLite database on a WinForms datagridview control for easy manipulation.

Cross platform Serial Programming using C# and Arduino on Linux and Windows

Submitted by Rahul.Sreedharan on 29 December 2020 - 5:30am
serial programming tutorial on windows /linux using CSharp (C#) and dot net framework and net core

In this tutorial we are going to learn How to program the serial port on a Windows/Linux PC using C# .

The main goals of the tutorial are