Monthly Archives: May 2011

Entity Framework: getting sproc results the easy way

Most of the articles I read on EF are focused on projects where you only have a database, no sprocs, and your entity model is your primary method for manipulating that data… In the world I work in, that’s typically … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment

Lowering password strength with ASP.Net Authentication

In implementing authentication recently I found it troublesome to pinpoint how to modify this setting. So, here’s how. In this example, I am using the AspNetSqlMembershipProvider over the Active Directory one. I haven’t changed the name from that, although you … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment