Introduction to .NET, C#, and Visual Studio
The section will help you answer the following questions:
- What is .NET?
- What is C# and what are the basics of the language?
- What is Visual Studio, and how do I use it to create an application?
Learning Objectives
- Describe the structure of the .NET Framework.
- Create a Visual Studio Solution/Project.
- Develop source code in C# for classes and console applications.
- Develop source code for Enumerations and Structures.
- Develop documentation for C# source code.