Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><strong>Obviously the first resource I'd point you to is the <a href="http://www.asp.net/mvc/" rel="nofollow noreferrer">official ASP MVC website here</a>.</strong></p> <p>Perhaps the <strong>biggest</strong> and <strong>most key</strong> aspect you need to understand about ASP.NET MVC is that MVC <strong>isn't</strong> explicitly specialised for ASP.NET - it's a <strong>very wide <a href="http://en.wikipedia.org/wiki/Design_pattern_(computer_science)" rel="nofollow noreferrer">design pattern</a></strong> - MVC stands for <a href="http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller" rel="nofollow noreferrer">Model-View-Controller</a>, you should really read up on MVC and gain a general understanding <strong>before</strong> you dive straight into the ASP.NET implementation.</p> <p>You may want to look into <strong>buying a book</strong> that can nicely ease you into ASP.NET MVC. The reviews on amazon are something you want to take into account, as they're usually very accurate.</p> <p><strong>You can find results of a <a href="http://www.amazon.com/s/ref=nb_ss?url=search-alias%3Daps&amp;field-keywords=search+ASP.NET+MVC&amp;x=0&amp;y=0" rel="nofollow noreferrer">ASP.NET MVC search here</a>.</strong></p> <hr> <p>As far as your concerns around version 1 to version 2 of ASP.NET MVC go, you <strong>shouldn't</strong> automatically dismiss any ASP.NET MVC v1 resources you come across - the chances are it's <strong>still relevant</strong>. You may wish to check out the <strong>changelist</strong> between v1 and v2 to see if anything you learn is now <strong>redundant, updated or changed</strong> in any way.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload