April 2011
5 posts
3 tags
ASP.NET MVC Authorize Attribute with Access Denied... →
I struggled to get the ASP.NET MVC Authorize attribute to redirect to an “Access Denied” page when the user was not in the specified role. I was using windows authentication and no matter what I set in the web config customErrors section (which was recommended) the user would always be prompted to enter a username and password instead. I found this stack overflow answer that suggests...
Apr 29th
36 notes
4 tags
Windsor Logging Facility for log4net →
Can’t wait to try it out. No more coding static logger instances!
Apr 28th
2 notes
3 tags
NHibernate 3.2: Better Batching Support for... →
NHibernate now supports batch sets when performing cascade operations.
Apr 27th
2 notes
3 tags
Using Query Classes With NHibernate →
While query objects may not always be advisable, Liam has an interesting approach using a base class and an extension method for ISession.
Apr 27th
Apr 6th
94 notes