Markdown in JavaScript →
Text Editors for Programmers on the Mac →
I’ve mostly been using Kod but I might give Sublime Text a try.
ASP.NET MVC Authorize Attribute with Access Denied Page →
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 using a custom attribute. It’s the only thing I’ve found that works.
Windsor Logging Facility for log4net →
Can’t wait to try it out. No more coding static logger instances!
NHibernate 3.2: Better Batching Support for Cascades →
NHibernate now supports batch sets when performing cascade operations.
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.
A great tool for generating css3
jQuery Waypoints →
Waypoints is a small jQuery plugin that makes it easy to execute a function whenever you scroll to an element.
(demos: infinite scrolling | sticky elements | scroll analytics)
ILSpy: An open-source alternative to Reflector →
Goodbye Reflector, Hello ILSpy!