This course begins with an overview of C# and the .NET
platform. In this course, you will learn the fundamentals
of the C# language including how to set up the application
development environment and how to write your first simple
C# applications.
You will learn about variables and constants, expressions
and statements, operators and namespaces. Most important,
you will learn how to create classes and instantiate objects.
This course will provide a solid foundation for exploring
the .NET framework as well as advanced topics in C#.
In this course, you will:
- Understand the design goals of C# and .NET.
- Write your own simple programs in Visual Studio .NET
- Understand reference types and value types.
- Understand variables and constants.
- Differentiate between expressions and statements.
- Create classes and instantiate objects.