Windows Development
From PeTechWiki
Revision as of 16:53, 25 August 2015 by J (talk | contribs) (J moved page Windows Development to User:J/Windows Development without leaving a redirect)
I am teaching myself Windows development using Visual Studio 2013 Community Edition.
Resources
- C# Programming Guide
- C# Keywords
- Selection Statements (C# Reference)
- Iteration Statements (C# Reference)
- Exception Class
- Array Class
- enum (C# Reference)
- struct (C# Reference)
- class (C# Reference)
- Fundamentals of Garbage Collection
- IDisposable Interface
- Inheritance (C# Programming Guide)
- System.Collections Namespace
- Lambda Expressions (C# Programming Guide)
- Generic Collections in the .NET Framework
- Generics (C# Programming Guide)
- Events (C# Programming Guide)
- LINQ (Language-Integrated Query)
- Task Parallelism (Task Parallel Library)
- Parallel Programming in the .NET Framework
- Asynchronous Programming with Async and Await (C# and Visual Basic)