Skip to Content

This is a notification message!

background image

Code Reference and Snippets

My Brain Dump. Some of the Code Samples I keep, so I could just copy-paste them 😜

Toggle Switch Button made with Tailwind

Sample code for making a Sliding Toggle Button using Tailwind CSS only
#Tailwind CSS#UI Design

Connecting SQL Server with C# Web Forms A Step-by-Step Guide

The process of establishing a connection between C# Web Forms and SQL Server, using ADO.NET.
#C##C Sharp#SQL Server#ADO.NET