Database Patterns with ASP.net MVC

Brad Wilson has a nice long post about the use of model metadata in ASP.NET MVC.

While most of these do not deal with database operations, they have a certain place in database modelling. The following are must haves:

  • Short Display Names – a sane toString() for tabular listings
  • Simple Display Text – a sane toString() for summarizing complex displays

I’m sure there are more gems to be mined from ASP.Net MVC. If anyone who knows more, please e-mail me.


About this entry