Exploring the .NET Ecosystem: The Base Class Library (BCL) and NuGet Packages
Following our understanding of C# as a compiled language and the importance of type safety from Core Concepts the Base Class Library (BCL), which provides a wealth of foundational functionalities, and NuGet, the .NET package manager that allows you to tap into a vast collection of third-party libraries.
The "What" and "Why" of .NET (Part 1): Philosophy, History, and Use Cases
Following our exploration of foundational programming concepts (or for our first article, initiating our journey into modern software development), this article delves into the "What" and "Why" of .NET (Part 1). This concept is essential for understanding the vast capabilities of Microsoft's versatile development platform and is a foundational element in modern software engineering.