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.