C# Tutorials: Learn C# Step-by-Step
Introduction to Visual C#
C# has been designed to easy to use, general-purpose, object-oriented, very similar to Java programming language, but it's known as the .NET language.
Even though C# program can be compiled to machine code but it's commonly used within the .NET framework.
As we will see later in this tutorial, global variables and functions are dropped in C# and classes play a major role and generally every thing orbits around classes.
Topics Covered:
- Integrated Development Environment (IDE)
- Introduction to Visual C#
- Starting a New Project in Visual C#
- Latin Calculator in Visual C#
- Integral Data Types in Visual C#
- Practice Exercice in Visual C#: Part-1
- Practice Exercices in Visual C#: Part-2
- Practice Exercices in Visual C#: Part-3
- Selection and Repetitions in Visual C#
- Loops and Repetitions: The While loop in Visual C#
- Loops and Repetitions: The For loop in Visual C#
- Tips and Exercices on Loops in Visual C#: Part-1
- Additional Exercices on Loops in Visual C#: Part-2
- Introduction to Operators in Visual C#
- Making Decisions in Visual C#
- Examples on Making Decisions in Visual C#: Part-1
- Examples on Making Decisions in Visual C#: Part-2
For more details, please contact me here.