C# Programming/The .NET Framework
The .NET Framework
edit- .NET Framework Overview
- An overview of the .NET class library used in C#.
- Console Programming
- Input and output using the console.
- Windows Forms
- GUI Programming with Windows Forms.
- Collections
- Effectively manage (add, find, iterate, remove, etc.) large sets of data.
- Threading
- Threading with the .NET class library
- Marshalling
- Communicating with unmanaged code