How to create a stand alone windows executable file using Visual Studio
Once you have completed developing code for your application using Visual Studio, it is time to deploy the code to the world so that the other people could download and use your code on their computers.
Here we will learn
How to create a installation setup file that installs all the required libraries to your Computer like traditional installer
Tags
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.
Simple Introduction on Creating ,Reading and Writing data in CSV format file using C#
![how to create a comma,semi colon,colon,pipe symbol or tab separated values file using C# on .net platform](/sites/default/files/inline-images/create-csv-text-file-using-csharp.jpg)
In this tutorial,
Beginning .NET Platform software development using .NET SDK CLI tools
In this tutorial,
We will learn how to create a console, WinForm or WPF project ,compile ,run and publish the project as a single standalone executable for various platforms like Linux, Windows or macOS using the command line tools provided by the .NET SDK.
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