.NET is the free, open-source, cross-platform framework for building modern apps and powerful cloud services
- CoreCLR (Common Language Runtime) is the runtime for .NET Core. It includes the garbage collector, JIT compiler, primitive data types and low-level classes.
- Roslyn, .NET compiler, provides C# and Visual Basic languages with rich code analysis APIs. See GitHub.
- .NET CLI
-
dotnet tool install -g dotnet-format
- Password Hashing
- Hashing passwords in .NET Core with tips
- Encode and decode a string, with password and salt, in dotnet core
- Exploring the ASP.NET Core Identity PasswordHasher
- IPasswordHasher Interface
dotfuscator (overview)
dotfuscator
is a tool, available in Community Edition, that can be installed from Visual Studio 2017
.
Readings:
- From docs.microsoft.com:
- From preemptive.com:
- From marketplace.visualstudio.com:
- ILSpy (icsharpcode/ILSpy)
- JustDecompile (telerik.com)
- FuGet
- Nukeeper
- Dependabot
- SourceLink
- Certificate management: Stackoverflow questions