Enum in C#

Submitted by janobe on
In this tutorial I will teach you how to use enum in c#.net. In this method you will learn how the enum works based on employee’s status. This method is very helpful to use not only for beginner developers but also for professional developers.

How Pass the Data to Another Form in C#.Net

Submitted by janobe on
In this tutorial, I will teach you how to pass the data to another form in c#. This method has the ability to pass the value of the TextBox in Form1 to a TextBox in Form2. This method is so simple yet powerful. I hope this tutorial will help you solve your current problem in passing data to another form in c#. See the procedure below.