Showing results for:

Using CKEditor 5 (with Code Block) + Highlight.js (output) in ASP.NET

Using CKEditor 5 + Highlight.js in ASP.NET. CKEditor is a HTML editor. Highlight.js is a syntax highlighting tool.

MySqlExpress – Convert Rows from MySQL into C# Class Objects

An introduction of how to convert rows from MySQL into C# class object.

List of Free Multi-Purpose WordPress Theme

List of Free Wordpress Themes

JavaScript Fetch API as Replacement for AJAX

The Fetch API is a modern interface that allows making HTTP requests to servers from web browsers. It has been largely replacing AJAX.

Salted Password Hashing – Doing it Right

Protecting password by using salted password hashing.

MySqlExpress – To Encourage Rapid Application Development with MySQL in C#

An Easier Way to Use MySQL in C#. Save efforts and time for C# coding with MySQL.

Simple C# Debug Technique in Visual Studio

A quick and simple demonstration of performing debugging in Visual Studio C#

Frequently Used Shortcut Key for Visual Studio Code Editing

List of commonly used shortcut keys while coding of C# and ASP.NET with Visual Studio

C# Dictionary – A Quick & Simple Explanation for Beginners

A simple tutorial of C# Dictionary. Basic functionality explained.

C# List in ASP.NET – Tutorial for Beginners

An introduction and explanaining the usage of C# List in details. Demo with ASP.NET WebForms.