Skip to content

Instantly share code, notes, and snippets.

View romeosierra1's full-sized avatar

Rajbir Singh romeosierra1

  • Amritsar, Punjab, India
View GitHub Profile
@romeosierra1
romeosierra1 / DatabaseHelper.cs
Last active August 2, 2018 05:22
Helper class to perform CRUD operations in ASP.Net Web Forms
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Data.SqlClient;
using System.Linq;
using System.Web;
/// <summary>
/// Summary description for CRUDHelper