How to Save and Retrieve Data in the ListView Using C#

Submitted by janobe on
This time, I will teach you how to save and retrieve data in the listview using c# and MySql database. This is a simple method that you can do in no time. The program contains the following function such as saving data in the database and it will be retrieved in the listview control.

How to Get the Volume of a Cylinder Using C#

Submitted by janobe on
In this tutorial I will teach you how to get the volume of a cylinder using c#. We all know that the formula for the volume of a cylinder is pi times radius squared times height. So. I made a program that can help you calculate the volume of a cylinder with ease. In order to use this program, you have to put the radius of the base and the height, then click the calculate button to get the result.