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
You’re currently reading “ Database Patterns with ASP.net MVC ,” an entry on Chui's Counterpoint
- Published:
- 10.29.09 / 12am
- Category:
- database
Comments are closed
Comments are currently closed on this entry.