.NET
.NET is the free, open-source, cross-platform framework for building modern apps and powerful cloud services
Learn
Quickstart
Key components
CoreCLR (Common Language Runtime) is the runtime for .NET Core. It includes the garbage collector, JIT compiler, primitive data types and low-level classes.
Guides
Videos
Ecosystem
.NET Foundation
Open source libraries & tools
Recipes
Password hashing
Code obfuscation
dotfuscator (overview)
dotfuscator
is a tool, available in Community Edition, that can be installed from Visual Studio 2017
.
Readings:
From marketplace.visualstudio.com:
Decompile .NET Code tools
ILSpy (icsharpcode/ILSpy)
JustDecompile (telerik.com)
Package management
Code analysis
FxCop
StyleCop
Performances
Local debugging
Certificate management: Stackoverflow questions
Others
Additional readings
Blogs
Last updated