Series 1: What is .NET?
This series covers the fundamental concepts needed to understand what .NET is and how it works.
Articles
- Article 1: The "What" and "Why" of .NET (Part 1)
- 02. The "What" and "Why" of .NET (Part 2): Exploring Diverse Applications
- 03. Core Concepts: C# as a Compiled Language and the Importance of Type Safety in .NET
- 04. Exploring the .NET Ecosystem: The Base Class Library (BCL) and NuGet Packages
- 05. Setting Up Your .NET Development Environment (Part 1): Installing the .NET SDK and Choosing an IDE
- 06. Setting Up Your .NET Development Environment (Part 2): Configuring Your IDE for C# Development
- 07. Your First .NET Console App: "Hello, World!" (Part 1) - Using the Command Line
- 08. Your First .NET Console App: "Hello, World!" (Part 2) - Understanding the Code