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:

  1. Integrated Development Environment (IDE)

  2. Introduction to Visual C#

  3. Starting a New Project in Visual C#

  4. Latin Calculator in Visual C#

  5. Integral Data Types in Visual C#

  6. Practice Exercice in Visual C#: Part-1

  7. Practice Exercices in Visual C#: Part-2

  8. Practice Exercices in Visual C#: Part-3

  9. Selection and Repetitions in Visual C#

  10. Loops and Repetitions: The While loop in Visual C#

  11. Loops and Repetitions: The For loop in Visual C#

  12. Tips and Exercices on Loops in Visual C#: Part-1

  13. Additional Exercices on Loops in Visual C#: Part-2

  14. Introduction to Operators in Visual C#

  15. Making Decisions in Visual C#

  16. Examples on Making Decisions in Visual C#: Part-1

  17. Examples on Making Decisions in Visual C#: Part-2


For more details, please contact me here.