By tag: active
0
kicks
Using Active Directory to authenticate users to your ASP.NET Web Site
ASP.NET membership provides the ability to authenticate users to your web application using forms based authentication against a database of users or directory services. This article explains the steps required to provide authentication against Active Directory, either for new sites with no authent...
0
kicks
Foundations of Programming - Part 7 - Active Record by Karl Seguin
The author gives a short summary about what ActiveRecord is and explains the difference between Subsonic/Castle and a O/R mapper (nHibernate).