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.
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.
JavaScript Sort in a Nutshell
JavaScript Array sort demystified for you and explains to you its default behavior and shows examples on how to use the comparer functions.
Setup a Default NPM Global Settings for New Projects
This article walks you through how you can set up your NPM global settings to benefit you from creating your new projects via npm init.
jQuery CSS Method
In this article, we'll demonstrate how we can utilize jQuery to change the element's style by exploring the following methods: css, addClass, removeClass, and toggleClass. We have also shown how we can pass a function when using the css method. See yeah! Cheers!
What is NPM package.json, npm init, and npm install?
This article explains what's a package.json file and why and why not use it. In addition to that, we'll also show the following commands: npm init and npm install.
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 Basic Walkthrough of SQL Schema
This article shows you the basics of SQL Schema using the DDL statements.
Identify If a Variable is an Array or Object in JavaScript
This article will show and guide you to choose the functions and operators when checking if a variable is an array or object.