Skip to content
What Is Async? There Is No “Async” Inside Async
Open the hood of async/await and you will not find the async. You will find a state machine, a heap object, and one non-blocking call to the operating system — ordinary mechanics, arranged into a pattern. That pattern is what we named “async”.
Jun 9, 2026
The C# Async Cliff: When Synchronous Code Is the Right Engineering Choice
Synchronous code isn’t legacy. It’s correct sizing, right up until a specific, measurable cliff that most applications never reach.
Jun 8, 2026
Introduction of Asynchronous vs Synchronous Programming in C#
A surface-level introduction to asynchronous programming in C#
May 1, 2026
Building a WebSocket Web Server from Scratch in C#
Establishes a persistent connection for real-time, two-way communication between the server and browser in C#
Apr 2, 2026
Building a Server-Sent Event (SSE) Web Server from Scratch in C#
Web server becomes the active communication initiator with browser.
Mar 31, 2026
A Standalone HTTP Request Parser for C#
A white paper on a missing piece in the .NET ecosystem
Mar 31, 2026
Building a Web Server from Scratch in C#
Writing a C# console app that is both a web server and a web application.
Mar 30, 2026
How Programs Talk to Another Program – Introduction to C# Socket and Port
Communication Between Two Programs, Locally and Network
Mar 30, 2026
Documentation: Writing MCP Tools in C# (.NET Framework) for Claude Desktop/Code
A reference documentation for building MCP (Model Context Protocol) tool servers in C# 7.3, .NET Framework 4.8, as a Console Application.
Mar 13, 2026
C#, IF-Else vs Dictionary
An attempt to try to replace a section of if-else with dictionary. There’s actually no performance gain.
Jul 1, 2025
C# AES 256bit Encryption with RANDAM Salt and Compression
Using Random Salt to perform AES 256 bit Encryption in C#. Adding compression process.
May 14, 2025
[C#] Easily Zip/Unzip Files & Folders
A simple C# to perform zip and unzip of files and folders.
Nov 14, 2023
List of C# Video Tutorials
A list of C# Video Tutorials
Nov 8, 2023
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)
Nov 5, 2023
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’
Nov 4, 2023
Writing a Simple C# Files Backup Solution for File Server
An insight of doing files backup solution in C#
Nov 2, 2023
How to Sort a List (C#)
Tips on sorting a list of objects.
Oct 22, 2023
Simple C# Debug Technique in Visual Studio
A quick and simple demonstration of performing debugging in Visual Studio C#
Dec 19, 2022
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
Dec 18, 2022
C# Dictionary – A Quick & Simple Explanation for Beginners
A simple tutorial of C# Dictionary. Basic functionality explained.
Dec 16, 2022
C# List in ASP.NET – Tutorial for Beginners
An introduction and explanaining the usage of C# List in details. Demo with ASP.NET WebForms.
Dec 16, 2022
Bob Tabor – C# Fundamentals for Beginners
.
Aug 2, 2022
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:
Nov 10, 2021
C# AES 256 bits Encryption Library with Salt
A simple implementation of AES 256 bits Encryption in C#
Sep 24, 2021
Convert DataTable to List<> – C#
Let’s say we have a DataTable with the following columns:
Aug 14, 2020
Bro Code – C# Full Course for free
https://www.youtube.com/watch?v=wxznTygnRfQ
Aug 3, 2020
C# Programming All-in-One Tutorial Series (6 HOURS!)
everything you need to know to get started as a C# Programming
Aug 1, 2020
C# Tutorial For Beginners – Programming with Mosh
C# tutorial for beginners: Get up & running with C# and code in just 1 hour! No prior knowledge needed. by Mosh Hamedani.
Aug 1, 2020
C# Tutorial – Full Course for Beginners
This course will give you a full introduction into all of the core concepts in C# (aka C Sharp). Follow along with the course and you’ll be a C# programmer in no time!
Aug 1, 2020