Showing results for:

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.

Latest Articles

Categoris

Home

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.