Stories recently tagged with 'active'

Using Active Directory to authenticate users to your ASP.NET Web Site(blog.evonet.com.au)

submitted by bartekmbartekm(485) 3 years, 3 months ago

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 authentication, or for existing sites using database authentication. read more...

2 comments |category: |Views: 472

tags: another

Foundations of Programming - Part 7 - Active Record by Karl Seguin(codebetter.com)

submitted by .NetKicks.NetKicks(1304) 4 years, 1 month ago

The author gives a short summary about what ActiveRecord is and explains the difference between Subsonic/Castle and a O/R mapper (nHibernate). read more...

add a comment |category: |Views: 21

tags: another