[CSharp/en]updated topics not covered + added myself :)

This commit is contained in:
Laoujin 2015-01-31 23:39:41 +01:00
parent 710f9fa03b
commit 90e8dac0b8

View File

@ -5,6 +5,7 @@ contributors:
- ["Max Yankov", "https://github.com/golergka"] - ["Max Yankov", "https://github.com/golergka"]
- ["Melvyn Laïly", "http://x2a.yt"] - ["Melvyn Laïly", "http://x2a.yt"]
- ["Shaun McCarthy", "http://www.shaunmccarthy.com"] - ["Shaun McCarthy", "http://www.shaunmccarthy.com"]
- ["Wouter Van Schandevijl", "http://github.com/laoujin"]
filename: LearnCSharp.cs filename: LearnCSharp.cs
--- ---
@ -874,10 +875,14 @@ on a new line! ""Wow!"", the masses cried";
## Topics Not Covered ## Topics Not Covered
* Attributes * Attributes
* Abstraction * async/await, yield, pragma directives
* ASP.NET (Web Forms/MVC/WebMatrix) * Web Development
* Winforms * ASP.NET MVC & WebApi (new)
* Windows Presentation Foundation (WPF) * ASP.NET Web Forms (old)
* WebMatrix (tool)
* Desktop Development
* Windows Presentation Foundation (WPF) (new)
* Winforms (old)
## Further Reading ## Further Reading
@ -890,7 +895,4 @@ on a new line! ""Wow!"", the masses cried";
* [ASP.NET Web Matrix Tutorials](http://www.asp.net/web-pages/tutorials) * [ASP.NET Web Matrix Tutorials](http://www.asp.net/web-pages/tutorials)
* [ASP.NET Web Forms Tutorials](http://www.asp.net/web-forms/tutorials) * [ASP.NET Web Forms Tutorials](http://www.asp.net/web-forms/tutorials)
* [Windows Forms Programming in C#](http://www.amazon.com/Windows-Forms-Programming-Chris-Sells/dp/0321116208) * [Windows Forms Programming in C#](http://www.amazon.com/Windows-Forms-Programming-Chris-Sells/dp/0321116208)
* [C# Coding Conventions](http://msdn.microsoft.com/en-us/library/vstudio/ff926074.aspx)
[C# Coding Conventions](http://msdn.microsoft.com/en-us/library/vstudio/ff926074.aspx)