News

Today’s README file explains how to create connection strings to SQL Server databases using Visual Studio’s built-in tools. To provide an example using real source, I created a simple Winforms ...
It will be available in Visual Studio 2019 Installer( If you don't know which plugin to install, when you run the project it say "Server SQL Express" is missing. Then you can install it. In code you ...
This is a console app written in C# to connect your own Arduino to a MySQL database (local). With this console app, you can get the readings from the Arduino to the DB by using the serial port, so ...