Browse by Tags

All Tags » mvc (RSS)

Wrap Your EditorTemplates by mxmissile

A really cool feature in Razor is the EditorTemplate's ability to use Layouts. Just like regular Views, you can apply the a Layout. For example, a regular Textbox template: Would then be used with _Layout.cshtml:
Filed under: , , , ,

NHibernate Talk 8/11/09 by mxmissile

How-To: Using the N* Stack, Part 1 , first in a series of articles on setting your first NHibernate ASP.NET MVC application. NerdDinner with Fluent NHibernate Part 1 , first in a series on converting the NerdDinner project to use NHibernate/FluentNhibernate...

HTML ListFormatter by mxmissile

My version of the ListFormatter(s) posted here . Based off the code posted by Joe Chung in the comments. The only real modification was I added overloads for params Func<T, object> and in inline format string. This allows strongly typed code like...
Filed under: ,
More Posts