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.
Tag: c#
Fix Your Vulnerable Code with The Help of Klocwork Static Code Analyzer
Using Klocwork as your static analyzer and see how it can help you with your C# code 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.