Monthly Archives: February 2009

On an ASP.NET MVC Tag Cloud HTML Extension

Want to add a tag cloud to your ASP.NET MVC site? I wrote a simple HtmlHelper extension method to do so. The Code Voyeur article is here – http://www.codevoyeur.com/Articles/14/ASP.NET-MVC-Tag-Cloud-HTML-Extensions.aspx.

Tagged , | 1 Comment

On Database Migrations in .NET

For my next post, I’m planning to review a really solid Ruby on Rails book I’ve been reading. In that book, I once again encountered the Ruby database migrations project. I’d come across a .NET port a while back, but … Continue reading

Tagged , , | Leave a comment