Latest Articles

[C#] Easily Zip/Unzip Files & Folders

A simple C# to perform zip and unzip of files and folders.

List of C# Video Tutorials

A list of C# Video Tutorials

Demo of Using Javascript to Build HTML Pagination

Demo of using javascript to build pagination

Use Javascript to Build a HTML Pagination

Build HTML pagination by using javascript.

Trying To Over-Engineer A Simple C# Program for an Interview Task with AI

Trying to over-engineered a simple C# program with AI (ChatGPT)

Could not load file or assembly ‘System.Diagnostics.DiagnosticSource’ / ‘System.Runtime.CompilerServices.Unsafe’

Fixing error: Could not load file or assembly 'System.Diagnostics.DiagnosticSource' / 'System.Runtime.CompilerServices.Unsafe'

Writing a Simple C# Files Backup Solution for File Server

An insight of doing files backup solution in C#

How to Sort a List (C#)

Tips on sorting a list of objects.

Arduino AES Encryption (128 bits CBC)

A quick and simple implementation of AES Encryption in Arduino

AES Encrypted Data Transmission Between Arduino (ESP32) and C# (ASP.NET)

Encrypt in Arduino C++ and decrypt in C#, using AES.

Syntax Highlightning for Textarea (HTML)

Using textarea (HTML) as code editor with syntax highlighting support.

Build a Simple Android Web App in WebView with Support of Download/Upload Feature

Convert Website Into Android Web App in WebView With Support of Upload/Downlaod

Using hCaptcha in ASP.NET Web Forms

A tool to prevent spam bot

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.

MySqlExpress – Simplifies The Usage of MySQL in C#/.NET

Accelerate the Development With MySQL in C#. MySqlExpress aims to encourage rapid application development and simplified the implementation of MySQL in C#.

Convert HTML to PDF by Using Microsoft Edge in ASP.NET

Generate PDF from HTML with MS Edge. Use MS Edge as PDF Generator to Convert HTML to PDF.

BBCode.NET for ASP.NET – Convert BBCode to HTML

Convert BBCode to HTML in C#.

Automatic Route All Pages in ASP.NET WebForms

Easily route all pages at once in single line. A quick and easy way to route all pages in ASP.NET WebForms.

Part 2: GridView VS dynamic HTML Table (ASP.NET WebForms)

Build HTML table dynamically with Javascript (AJAX). Use Javascript (AJAX) to build HTML table dynamically at client side.

Part 1: GridView VS dynamic HTML Table (ASP.NET WebForms)

Replacing GridView with dynamic HTML Table in ASP.NET WebForms. A comparison of approaches of doing a table in ASP.NET WebForms

Intermediate CSS Tips & Tutorial

Tips more on CSS https://www.youtube.com/watch?v=Qhaz36TZG5Y

Basic HTML Tutorial for Beginner

Introducing a few basic HTML tutorial video

Bob Tabor – C# Fundamentals for Beginners

https://www.youtube.com/watch?v=0QUgvfuKvWU . https://www.youtube.com/watch?v=MqGM70ljpq8&list=PLyJiOytEPs4eQUuzs3PhM_7yU63jdibtf

[C#] Easily Convert All MySQL Databases & Tables to utf8mb4

A C# console program that will convert default character set of all database and tables to utf8mb4 and collation of utf8mb4_general_ci.

Bob Tabor – Beginner’s Guide to JavaScript

https://www.youtube.com/watch?v=UFe82jHovxk&list=PLFqasLx4-AErYTFrfy8toIHt_Cmv43wHg

Backup & Restore MySQL database on CentOS/Linux/Ubuntu in C# with MySqlBackup.NET

The idea is to build a project in .NET Core and publish it as Linux package. MySqlBackup.NET is an open source .NET Library (C#/VB.NET) to backup & restore MySQL database. Here, we're looking into how MySqlBackup.NET can be run on CentOS/Linux to perform backup & restore...

How To Install MySQL on CentOS 8

This tutorial explains how to install MySQL version 8 on a CentOS 8 server. The origin of this tutorial/article was written by Mark Drake from DigitalOcean.com (Updated on March 19, 2020) at https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-centos-8 Introduction MySQL is an open-source database management system, commonly installed as part of the popular LEMP (Linux,...

HTML Table – Freeze Row and Column with CSS

Having a freeze pane effect on HTML Table. Freeze/Fixed/Frozen the Columns and Rows in HTML Table by using CSS. This work was inspired by an article written by Manish Malviya, and I would like to thank for his sharing of freezing the table rows columns...

HTML Table Cell Styling for Excel by using “mso-number-format”

HTML CSS table cell styling for manipulating the data format in Excel.

Visual Studio 2022 is Here

Welcome VS 2022. We're happy to have you here. Great work guys. Let's start the engine. Download Visual Studio 2022: https://visualstudio.microsoft.com/ Launch Event News: https://devblogs.microsoft.com/visualstudio/visual-studio-2022-now-available/ Official Launch Video: https://visualstudio.microsoft.com/launch/ Youtube Launch Event Video: https://www.youtube.com/watch?v=f8jXO946eDw&list=PLReL099Y5nRc9f9Jpo1R7FsdHGQwqoHLn

CassiniDev – Portable ASP.NET Web Server

An open source simple, portable & lightweight ASP.NET web server. Supports .NET Framework 4.8.