C# Programming/The .NET Framework
Appearance
From Wikibooks, open books for an open world
The latest reviewed version was checked on 13 March 2020. There are template/file changes awaiting review.
C# Programming
Cover | Introduction | Basics | Classes | Advanced Topics | The .NET Framework | Index
Cover | Introduction | Basics | Classes | Advanced Topics | The .NET Framework | Index
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