Articles Tagged with 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.
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.
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.