Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>A good introduction to asp.net MVC is the <a href="http://www.wrox.com/WileyCDA/Section/id-321793.html" rel="noreferrer">1st chapter of Professional ASP.NET MVC 1.0</a>. There are links part way down the page to the <a href="http://aspnetmvcbook.s3.amazonaws.com/aspnetmvc-nerdinner_v1.pdf" rel="noreferrer">1st chapter download</a>, <a href="http://www.codeplex.com/nerddinner" rel="noreferrer">the completed code</a> and somewhere to <a href="http://p2p.wrox.com/book-professional-asp-net-mvc-1-0-isbn-978-0-470-38461-9-490/" rel="noreferrer">discuss it</a>.</p> <p>There's also the <a href="http://www.asp.net/mvc" rel="noreferrer">asp.net/mvc site</a>, and pretty much anything <a href="http://weblogs.asp.net/scottgu/archive/tags/MVC/default.aspx" rel="noreferrer">tagged "mvc" on Scott Guthrie's blog</a>. Scott Guthrie is the guy that runs the development teams that own ASP.NET, IIS and the CLR (and more!), which pretty much covers everything that makes up MVC. Some of the content there is a bit beyond "beginner" but it'll certainly help you to read around the subject. For example he has two sets of links from the middle of last year (<a href="http://weblogs.asp.net/scottgu/archive/2009/05/30/may-30th-links-asp-net-ajax-asp-net-mvc-visual-studio.aspx" rel="noreferrer">May 30th</a> and <a href="http://weblogs.asp.net/scottgu/archive/2009/06/07/june-7th-links-asp-net-ajax-asp-net-mvc-visual-studio.aspx" rel="noreferrer">June 7th</a>) from which I've extracted the following resources that are probably of specific interest to someone who's primarily a UI developer:</p> <ul> <li><a href="http://flux88.com/blog/jquery-auto-complete-text-box-with-asp-net-mvc/" rel="noreferrer">Query Auto-Complete Text Box with ASP.NET MVC</a></li> <li><a href="http://haacked.com/archive/2009/04/14/using-jquery-grid-with-asp.net-mvc.aspx" rel="noreferrer">Using the jQuery Grid with ASP.NET MVC</a></li> <li><a href="http://blog.maartenballiauw.be/post/2009/05/06/More-ASPNET-MVC-Best-Practices.aspx" rel="noreferrer">More ASP.NET MVC Best Practices</a> (not specifically UI, but certainly useful to know!)</li> </ul> <p>A very high level introduction to C# is contained in <a href="http://www.charlespetzold.com/dotnet/DotNetBookZero11.pdf" rel="noreferrer">.NET Book Zero</a> (<strong>PDF</strong>) by Charles Petzold, it's subtitled "What the C or C++ Programmer Needs to Know about C# and the .NET Framework", but as a broad overview of C# and the CLR, it's not a bad place to start.</p>
    singulars
    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.
    3. 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