Yes I am studying MVC + EF and other models like Three-teir architecture. The classified starter kits uses the Three-teir architecture model and is a good place to start disecting and learning. The MVC model and the Three-teir model seem the same but topologically
they are different. You can get the kit from
Also, another place to play around with MVC is Joomla. The CMS Joomla uses MVC. They have simple MVC tutorials for building models for their CMS. One con though, you would have to know php or learn php as you play with it.
DoodleTech
Member
22 Points
10 Posts
Re: ASP Starter Kit Classified Categories table
Nov 21, 2011 07:54 PM|LINK
Yes I am studying MVC + EF and other models like Three-teir architecture. The classified starter kits uses the Three-teir architecture model and is a good place to start disecting and learning. The MVC model and the Three-teir model seem the same but topologically they are different. You can get the kit from
http://www.asp.net/downloads/starter-kits/classifieds
There is code for VB and C#
Good tutorials on EF
http://www.asp.net/entity-framework/tutorials
Good tutorials on MVC
http://www.asp.net/mvc/tutorials
Also, another place to play around with MVC is Joomla. The CMS Joomla uses MVC. They have simple MVC tutorials for building models for their CMS. One con though, you would have to know php or learn php as you play with it.