This book is written for anyone who wants to learn how to become a C# .NET programmer. C# is one of the most popular programming languages in the world today for the .NET platform. C# can create any type of .NET application just like any other .NET language. In this book you will be introduced to the C# language.
By the end of this book you will have learned several very useful techniques that will allow you to create C# applications and have a good foundation on which to continue on with more advanced courses. You will learn many fundamentals such as:
- An overview of Visual Studio .NET
- An introduction to the C# language
- Object Oriented Programming principles
- Using Controls
- Event Programming Basics
- Variables and Operators
- Controlling flow using if statements and loops
- Creating classes with methods and properties