Showing results for:

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

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.