Showing results for:

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); ...

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; ...

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.

[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