Code Voyeur
RSS
Data Access Languages MVC ORM About Roadmap Contact Site Map RSS Sample Code Presentations Snippets dll Hell .net Rate My Snippet

Articles Tagged with monorail

A Mapstraction ViewComponent for MonoRail
Mapstraction provides a common API for working several mapping providers (Yahoo!, Google, etc.). This article will demonstrate how to wrap the already simple Mapstraction API into a reusable ViewComponent.
A Tag Cloud ViewComponent for MonoRail
Tagging is an increasingly popular way to categorize data on the web. From flickr to Slashdot, tags are becoming commonplace. This article demonstrates how to create a simple ViewComponent to create tag clouds.
Dynamic Actions in ASP.NET MVC
The Castle Project's Monorail supports the notion of dynamic actions to allow for several named actions to map to a single action. This feature avoids having to create redundant actions that effectively do the same work. Dynamic actions simply map actions to a handler method by name. This article demonstrates a technique for creating dynamic actions in ASP.NET MVC.