C# Programming/The .NET Framework

From Wikibooks, open books for an open world
Jump to navigation Jump to search

The .NET Framework[edit | edit source]

.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