This is a sample application I use in presentations about MVC. I demonstrates basic use of MVC along with NHibernate, Castle Windsor, and MvcContrib
The application is a simple music database. There is a controller action to traverse a folder of your choosing to extract the metadata of your music files into a database. Then the application provides some controller actions for searching the metadata.