Let’s explore the basics of hash algorithms such as MD5, SHA-1, SHA-2. And discussing some code samples using C# in the .NET Core library.
Category: .NET Core
Enable Razor Runtime Compilation
This article/tutorial will show you how to enable runtime compilation when creating ASP.NET Core and ASP.NET Core MVC projects.
A Walkthrough C# Attributes
In this article, we'll explore the world of C# attributes. We’re going to discuss the different types of attributes, some useful ones, how to read and create one and see some weird code examples.