Latest Articles

Part 3: Printing Full Dynamic Layout Content (Reports, Data Grids, etc…)

Learn how to generate full dynamic printable reports in ASP.NET Web Forms. Unlike semi-dynamic invoices, full dynamic reports are simpler - no footer positioning, no height calculations, just simple row-based pagination. Build daily sales reports, inventory lists, and data grids with clean pagination.

Part 2: Printing Semi Dynamic Layout Content (Invoices, Bills, etc…)

In this part, we'll tackle semi-dynamic layouts — documents that have both fixed header/footer sections AND a variable-length body section that grows based on data.

ASP.NET Web Forms True Pageless Architecture with Custom Session State

A complete implementation of True Pageless Architecture—no Default.aspx, no page lifecycle, just pure HTTP request handling at Global.asax with custom session state management.

Comparing Web Architectures in .NET World

ASP.NET Web Forms Pageless Architecture vs MVC vs .NET Core

Building Your Own Session State Server with ASP.NET Web Forms WPA Architecture

A complete guide to building a multi-tenant, high-performance session state server using Web Forms Pageless Architecture

Introducing ASP.NET Web Forms Pageless Architecture (WPA)

A modern architectural pattern for building high-performance web applications on ASP.NET Web Forms

Dynu IP Updater – A Free Dynamic DNS Client for Windows

Dynu IP Updater - A Free Dynamic DNS Client for Windows If you're running a home server, remote desktop, security cameras, or any service that needs to be accessible from the internet, you've probably encountered the challenge of dynamic IP addresses. Most residential internet connections...

Building a Self-Improving MCP Server Tool for Claude Desktop in C# (Console App)

Place your MCP server tool source code in a folder that Claude Desktop can access. Enabling Claude to read/write and performs recursive self-improvement. Built in C#.

VelocityKeys.com – A Site for Practicing Code Typing Accuracy

Master Code Typing. Test Your Code Typing Speed & Accuracy - https://velocitykeys.com

Part 1: Printing Invoice, Bill, Ticket, Reports in Vanilla ASP.NET Web Forms (Static Layout)

Generating prints in Vanilla ASP.NET Web Forms. Part 1: Static Layout - The Cinema Tickets.

Single Page Application (SPA) and Client-Side Routing (CSR) with Vanilla ASP.NET Web Forms

Loading all contents dynamically in HTML Single Page Application with Client-Side Routing in ASP.NET Web Forms

Part 2: Building Redis-Like Distributed Cache with Vanilla ASP.NET Web Forms

Utilizing the powerful lightning fast backend processing of Vanilla ASP.NET Web Forms to perform Redis-Like cache

Part 1: Lightning Fast Page Caching Strategy for High Traffic Performance Vanilla ASP.NET Web Forms

Introducing some strategies of page content caching for lighting fast page serving for super high traffic Vanilla ASP.NET Web Forms.

Part 1-2: Complete WinForms Walkthrough – Progress Reporting with MySqlBackup.NET

A comprehensive and complete implementation of progress reporting with MySqlBackup.NET in WinForms

Part 4: Progress Reporting in Web Application using Server-Sent Events (SSE)

Server-Sent Events (SSE), a single constant light weight connection that allows the Backend to have real-time communication with the Frontend. Efficient and Fast. Build in Vanilla ASP.NET Web Forms

Part 2: Progress Reporting in Web Application using HTTP Request/API Endpoint

Build a progress reporting web application with MySqlBackup.NET in Vanilla ASP.NET Web Forms

Part 1-1: Introduction of Progress Reporting with MySqlBackup.NET in WinForms

This article begins the series of doing progressing reporting with MySqlBackup.NET by introducing the basic walkthrough, concepts and core working mechanism.

Part 3: Using Web Socket to Do Real-Time Progress Report with MySqlBackup.NET in Vanilla ASP.NET Web Forms

Using Web Socket to do a real-time bi-direction progress report with MySqlBackup.NET in web application.

CRUD (Create, Read, Update, Delete) with Fetch API in Vanilla ASP.NET Web Forms

Building a Web Forms Page with CRUD (Select, Insert, Update, Delete) Operations without Server Control and Postback

RESTful API Endpoints vs Page Methods/Web Methods – (Vanilla Web Forms)

Building a scalable API-like approach, using a single endpoint with dynamic parameter handling.

JavaScript Portable Object – Reusable Component – (Vanilla Web Forms)

Packing UI Rendering (HTML) and functions in single portable component, just like custom user control, but with JavaScript Objects

Introducing Vanilla ASP.NET Web Forms Architecture: The Craftmanship of ASP.NET Web Forms

Zero ViewState - Building the Modern ASP.NET Web Forms Application

Part 5: Building a Portable JavaScript Object for MySqlBackup.NET Progress Reporting Widget

Create a portable JavaScript object for a MySqlBackup.NET progress reporting widget, enabling reusable UI and functionality with minimal setup

Progress Reporting with MySqlBackup.NET

A comprehensive guide to building beautiful, real-time progress reporting for MySqlBackup.NET operations using modern Web Forms with zero ViewState, featuring 7 stunning CSS themes and universal patterns that work across any .NET framework.

It’s already here

Welcome to the new age

C# – How to Start and Stop MySQL Server Programmatically

Programmatically start and stop MySQL server in C#

Understanding the Parallel Export Mechanism in MySqlBackup.NET v2.6

Explaining how the parallel export works in MySqlBackup.NET v2.6

Performance Benchmark (MySqlBackup.NET v2.6, MySqlDump, MySQL.EXE)

A performance benchmark comparison of MySqlBackup.NET v2.6, MySqlDump v8.4.5 and MySQL.EXE v8.4.5

Grok Added My Article Into It’s Knowledge Base

Grok added the article of using mysqldump and mysql.exe in C# into it's knowledge base.

Understanding MySQL TIMESTAMP Timezone Handling in MySqlBackup.NET

Learn how MySQL's timezone handling can cause timestamp corruption during database migrations and how MySQLBackup.NET's UTC standardization prevents data integrity issues across global deployments.

Using mysqldump and mysql.exe in C# Process without using external script – Backup and Restore of MySQL databases

A journey of discovering the correct steps to use mysqldump and mysql.exe in C# Process

C#, IF-Else vs Dictionary

An attempt to try to replace a section of if-else with dictionary. There's actually no performance gain.

C#, Using mysql instance (mysql.exe) and mysqldump Command Line Tool To Backup, Restore, Export, Import MySQL Database

Using mysqldump and mysql command line This article focus on using MySQL server default built-in tool of mysqldump and mysql.exe (command line) to perform backup and restore of MySQL

C# AES 256bit Encryption with RANDAM Salt and Compression

Using Random Salt to perform AES 256 bit Encryption in C#. Adding compression process.

A Simple and Lightweight CSS Loading Animation

CSS: /* Big Loading Animation */ #bigLoadingOverlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); display: flex; ...

A Simple Reusable JavaScript Confirmation Box with Custom Callback Actions

The CSS: .sp-dialog-container { position: fixed; top: -100px; left: 50%; transform: translateX(-50%); min-width: 300px; max-width: 500px; padding: 20px; border-radius: 5px; ...

A Simple JavaScript Message/Notification Box

Display a quick, simple and lightweight javascript message / notification box

Fail to Install MacOS 14/15 Sonoma/Sequoia on Windows VirtualBox (2024)

A quick on installing MacOS 14 Sonoma on VirtualBox (Windows) 2024

Using Google OAuth 2.0 as User Sign-In for ASP.NET in C# – A Basic Overview

Integrate Google OAuth 2.0 with ASP.NET in C# for seamless user authentication.

Manually Install MySQL On Windows Without Using MySQL Installer

A simple walkthrough of manually installing MySQL on Windows.