Skip to content

Instantly share code, notes, and snippets.

View lemusthelroy's full-sized avatar
⌨️

lemusthelroy

⌨️
  • Dudley, West Midlands
View GitHub Profile
@crystianwendel
crystianwendel / DBHelper.cs
Last active April 23, 2024 20:41
DB Helper Class in C#
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Data;
using System.Data.SqlClient;
using System.Collections.Generic;
using System.Collections.Specialized;
namespace Helpers