Colin Bowern - The Not So Scary Side Of Asp.Net – Model View Controller In The Real World - Presentation Transcript
.NET The Not-So-Scary Side of ASP.NETModel View Controller in the Real World Colin Bowern colin@bowern.com @colinbowern www.colinbowern.com
Trying new things can be hard...
Where does MVC fit? ASP.NET Dynamic Data Presentation ASP.NET WebForms ASP.NET MVC ASP.NET Core Runtime
Controller (Input) Model (Logic) View (Presentation) MVC in a Nutshell
MVC in a Nutshell Controller Controller Handles input (HTTP requests) Request View Visually represents the model View Response
File | New | voilà! Show Me The Code!
Key Tenants of ASP.NET MVC
Models, Views, And Controllers, Oh MY! Show Me The Code!
Getting Data into the Controller Request Controller ModelBinders Incoming Values Query string Route Form Duties Re-hydrate request into parameters Perform basic validation
Passing the dutchie Show Me The Code!
ASP.NET Runtime ASP.NET MVC
Run It Here, There and Everywhere
Resources Microsoft Starting Points http://microsoft.com/web http://asp.net/mvc http://aspnet.codeplex.com http://codeplex.com/MVCContrib Community Starting Points http://channel9.msdn.com/tags/asp.net+mvc http://haacked.com/ http://stackoverflow.com
0 comments
Post a comment