3 Exploring .NET
Feedback
We are constantly looking at improving our content, so what could be better than listening to what you as a reader have to say? Your feedback is important to us and we will do our best to incorporate it. Could you take two mins to fill out the feedback form for this book and let us know what your thoughts are about it? Here's the link: https://packt.link/A8yX4.
Thank you in advance.
This chapter covers the following recipes:
- Exploring .NET Assemblies
- Exploring .NET Classes
- Leveraging .NET Methods
- Creating a C# Extension
- Creating a cmdlet
Introduction
Microsoft first launched the Microsoft .NET Framework in June 2000, with the code name Next Generation Windows Services. Amidst a barrage of marketing zeal, Microsoft seemed to add the .NET moniker to every product in its portfolio: Windows .NET Server (later renamed Windows Server 2003), Visual Studio.NET, and even MapPoint .NET.
The .NET Framework provided application developers with a host of underlying...