Understanding C# Language
Objective
In this tutorial, you will understand some basic components in C# Language include:- Types in C# Language
- Variables and Constants
- Identifier and Keywords
- Statements and Expression
- Class
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
C++ Read and write Excel files
How to Retrieve Data from Database Table using PDO Query
Creating Your First C# Program
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# Tutorial
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.