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: 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.
Learn About ASP.NET HtmlGenericControl
In this article, we'll be exploring the HtmlGenericControl of ASP.NET Webforms. What's exciting about this article will see how to create this control dynamically and combine it with some client-side scripting to create a popover/tooltip UI.
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.