Bantas Programming Language
- Read more about Bantas Programming Language
- Log in or register to post comments
- 23 views
Objective
This tutorial will explain you to understand how and why a conversion of data type occur in C#. Understanding the conversion will help you to avoid error and lose data when operation happen.
Let's go
When you copy a value from one variable to another variable, a conversion must occur. Also when you want to do a operation on two difference data types, a conversion might also need occur. There are two types of conversion: implicit and explicit conversion.
Implicit Conversion
Objective
In this tutorial, you will understand some basic components in C# Language include:Let's go
In a C# program, we will usually see some basic components like variable, expression, keywords, class. Let's start with all of them to investigate what they are and how to use these components.
Types
1.1 Objective
This tutorial will guide you how to create your first C# program, build and run it. If you are newbie to C# programming language, this tutorial is very important.
1.2 Let’s go
Creating first C# Program
C# is part of Visual Studio that leverage the .NET Framework developed by Microsoft. C# is said to be similar with other popular languages like C/C++ and Java.
C# (pronounced “see-sharp”) can develop Windows and Web based project just like Visual Basic. It is an object-oriented programming language.
Using its powerful editor developed by Microsoft called “Visual C#” that is part of Visual Studio package; you can develop application in short period of time.