Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is an example of a Complex ASP.net MVC model? [closed]

Tags:

asp.net-mvc

I'm looking for an example of a more complex asp.net mvc model. All of the Models I've seen on the ASP.net site are very, very simple and involve only one or two database tables.

I'm curious as to how mvc works with more complex models with many tables and ternary relationships.

like image 829
Jacob Avatar asked Jun 22 '09 04:06

Jacob


1 Answers

Here a a few mvc applications with varying levels of complexity. Checkout Kazi's blog there is some awesome stuff there! Also checkout the ncommon which has repository paterns etc for nhibernate, linq2sql and entity framework, among other goodies.

  1. kigg from Kazi Manzur Rashid
  2. sutekishop from Mike Hadlow
  3. codecampserver from Jeffrey Palermo
  4. mvcstorefront from Rob Conery
  5. ncommon from Ritesh Rao
  6. FubuMvc from Chad Myers, Mark Nijhof, Jeremy Miller etc
like image 171
superlogical Avatar answered Sep 21 '22 13:09

superlogical