Difference between revisions of "Windows Development"
From PeTechWiki
Jump to navigationJump to searchm (J moved page Windows Development to User:J/Windows Development without leaving a redirect) |
m |
||
Line 2: | Line 2: | ||
I am teaching myself Windows development using Visual Studio 2013 Community Edition. | I am teaching myself Windows development using Visual Studio 2013 Community Edition. | ||
+ | |||
+ | Now experienced in C++, C#, and Web development using latest VS. --[[User:J|Jeremy]] ([[User talk:J|talk]]) 10:52, 14 September 2018 (EDT) | ||
== Resources == | == Resources == |
Revision as of 09:52, 14 September 2018
I am teaching myself Windows development using Visual Studio 2013 Community Edition.
Now experienced in C++, C#, and Web development using latest VS. --Jeremy (talk) 10:52, 14 September 2018 (EDT)
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)