4-Tier Architecture in ASP.NET with C#
Posted in 169 on Oct 26th, 2007
using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Data.SqlClient; …
See the original post here: 4-Tier Architecture in ASP.NET with C#