Links
Some interessting Links
Microsoft .NET Downloads
- http://msdn.microsoft.com – Link to Microsoft Developer Network
- https://www.visualstudio.com – Visual Studio
C# Guides / Tutorials
- https://docs.microsoft.com/en-us/dotnet/csharp/index – a very good starting point into C#
.NET Source code
- https://referencesource.microsoft.com – starting point to Microsoft’s open source code
- https://github.com/microsoft/referencesource .NET SDK Reference implementation
- https://github.com/Microsoft/dotnet – the .NET source code on Github
Microsoft .NET Other Resources
- MSDN Code Gallery – Sample Code and Programs from MS
- .Net Framework 4.5 Poster
Some Helpful Tools for Visual Studio
- http://www.jetbrains.com/resharper/ – Refactoring, Analysis, Recommender – you can’t really work without it efficiently (unfortunately commercial but at an affordable price)
OpenSource .NET Projects
- The Mono Project – Opensource implementation of MSIL
- CodePlex – Microsoft’s open source project hosting web site
- http://www.nunit.org/ – .NET implementation of JUnit
Communities & other developer Resources
- http://stackoverflow.com/ – Will answer you almost any question
- http://www.codeproject.com/
You know other interesting links? – let us know ?