ASP.NET Security

Articles, News, and Resources about ASP.NET Security

Archive for the '169' Category

4-Tier Architecture in ASP.NET with C#

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#

Read Full Post »