SlideShare a Scribd company logo
Head First ASP.Net MVC 2.0Zhiming JiangMSN GMD Integration
TOPICReviewGetting started with ASP.NET MVCUnderstanding ASP.NET MVCCustomizing and ExtendingBest PracticesMVC 2.0 New Features
reviewThe way of ASP.NET MVC
The Downside of ASP.NETVery complex page pipeline engineDifficult to maintain Impossible to testDifficulty partially arises from simulating Context, Request, Response, and Session objects.The cryptic control ids and sensitivities of ViewStateOverly mix business and presentation logicEvent-driven model
Innovation!
MVC FrameworkHistoryBased on Python1970S….2003 RoR{ ASP.NET MVC }2009.3 MVC1 2010.4 MVC2
ASP.NET MVCIS……New ASP.NET application development styleAnother is“ASP.NET Web Form”Fill the gaps of ASP.NET WebFormNew choiceFull control over URLsFull control over HTMLEasier to test (TDD) Flexible, extendable, easily replaced
ASP.NETMVCIS NOT……The substitute of 3-tier structureASP.NET WebForm’ssubstitute ASP.NET Web Formpromotion versionASP.NET Web Form 4.0Fit RADFit every projectFit everyone
Different Between with Web Form
Getting started with ASP.NET MVCASP.NET MVC101
ASP.NET MVCFramework StructureASP.NET Abstractions(System.Web.Abstractions.dll)ASP.NET Routing(System.Web.Routing.dll)ASP.NET MVC(System.Web.Mvc.dll)
But what is the work process?但是具体的流程是什么样?
Classic Application ArchitectureMvcDemo.Web.UIMvcDemo.ModelsPresentationMvcDemo.Web.ControllersBizServiceMvcDemo.BusinessDataAccessResponsityMvcDemo.Data
ASP.NETMVCExcute Process
Understanding ASP.NET MVCUnderstanding Models, Views, and Controllers
ASP.NET RoutingURL PatternsSetting Default Values for URL ParametersAdding Constraints to RoutesScenarios When Routing Is Not AppliedHow URLs Are Matched to RoutesAccessing URL Parameters in a Routed PageASP.NET Routing and SecurityASP.NET Routing versus URL Rewriting
Working with ModelsWhat’s ModelValidation
Controllers & ActionReceiving inputQueryString, Request.Form, FormCollection, Custome(IModelBinding)FilterAysncactionProducing outputAction Result, View Data, View ModelHow definesEnd with the word ControllerInherit from System.Web.Mvc.Controller (or implement IcontrollerContain public methods that return ActionResult
Filtering Action Methods
Working with ViewsView EngineView PageView DataView HelperForm PostUsing MasterPageOrder
Customizing and ExtendingMVC Custom and Extensions
Customizing & ExtendingExtending URL RoutingCustomer ControllerFactoryExtending Controller & ActionCustom View EngineT4 Template
Best PracticesTruth in Practice
Best PracticesSecuring MVC applications
Dependency Injection of Controllers
Using RESTfulArchitecture
Handling errors in MVC applications
Unit Test & MVC Mock Helpers
Using AJAX in ASP.NET MVC applications
Improving ASP.NET MVC application performance

More Related Content

PPTX
ASP .Net MVC 5
Nilachal sethi
 
PPT
ASP.NET MVC Presentation
ivpol
 
PDF
ASP.NET MVC 3
Buu Nguyen
 
PPT
Silver Light By Nyros Developer
Nyros Technologies
 
PPT
Asp.net mvc
Naga Harish M
 
PPT
MVC Architecture in ASP.Net By Nyros Developer
Nyros Technologies
 
PPT
MSDN - ASP.NET MVC
Maarten Balliauw
 
PPTX
Introduction to mvc architecture
ravindraquicsolv
 
ASP .Net MVC 5
Nilachal sethi
 
ASP.NET MVC Presentation
ivpol
 
ASP.NET MVC 3
Buu Nguyen
 
Silver Light By Nyros Developer
Nyros Technologies
 
Asp.net mvc
Naga Harish M
 
MVC Architecture in ASP.Net By Nyros Developer
Nyros Technologies
 
MSDN - ASP.NET MVC
Maarten Balliauw
 
Introduction to mvc architecture
ravindraquicsolv
 

What's hot (20)

PPTX
Asp.net MVC training session
Hrichi Mohamed
 
PPTX
Getting started with MVC 5 and Visual Studio 2013
Thomas Robbins
 
PPTX
Introduction to ASP.NET MVC
Khaled Musaied
 
PPTX
What's new in asp.net mvc 4
Simone Chiaretta
 
PPTX
ASP.NET MVC for Begineers
Shravan Kumar Kasagoni
 
PPT
CTTDNUG ASP.NET MVC
Barry Gervin
 
PPT
MVC ppt presentation
Bhavin Shah
 
PPTX
ASP .NET MVC Introduction & Guidelines
Dev Raj Gautam
 
PPTX
Asp.net mvc presentation by Nitin Sawant
Nitin S
 
PPTX
ASP.NET MVC Presentation
Volkan Uzun
 
PPTX
ASP .NET MVC
eldorina
 
PDF
Asp.net mvc basic introduction
Bhagath Gopinath
 
PPT
ASP .net MVC
Divya Sharma
 
PPT
Introduction to ASP.NET MVC
Sunpawet Somsin
 
PPTX
SoftServe - "ASP.NET MVC як наступний крок у розвитку технології розробки Web...
SoftServe
 
PPTX
ASP.NET MVC.
Ni
 
ODP
Mvc
abhigad
 
PPTX
Discuss About ASP.NET MVC 6 and ASP.NET MVC 5
Aaron Jacobson
 
PPTX
Building an enterprise app in silverlight 4 and NHibernate
bwullems
 
ODP
What is MVC?
Dom Cimafranca
 
Asp.net MVC training session
Hrichi Mohamed
 
Getting started with MVC 5 and Visual Studio 2013
Thomas Robbins
 
Introduction to ASP.NET MVC
Khaled Musaied
 
What's new in asp.net mvc 4
Simone Chiaretta
 
ASP.NET MVC for Begineers
Shravan Kumar Kasagoni
 
CTTDNUG ASP.NET MVC
Barry Gervin
 
MVC ppt presentation
Bhavin Shah
 
ASP .NET MVC Introduction & Guidelines
Dev Raj Gautam
 
Asp.net mvc presentation by Nitin Sawant
Nitin S
 
ASP.NET MVC Presentation
Volkan Uzun
 
ASP .NET MVC
eldorina
 
Asp.net mvc basic introduction
Bhagath Gopinath
 
ASP .net MVC
Divya Sharma
 
Introduction to ASP.NET MVC
Sunpawet Somsin
 
SoftServe - "ASP.NET MVC як наступний крок у розвитку технології розробки Web...
SoftServe
 
ASP.NET MVC.
Ni
 
Mvc
abhigad
 
Discuss About ASP.NET MVC 6 and ASP.NET MVC 5
Aaron Jacobson
 
Building an enterprise app in silverlight 4 and NHibernate
bwullems
 
What is MVC?
Dom Cimafranca
 
Ad

Similar to Head first asp.net mvc 2.0 rtt (20)

PPTX
Aspnet mvc
Hiep Luong
 
PPTX
Technoligent providing custom ASP.NET MVC development services
Aaron Jacobson
 
PPT
Asp.net mvc
Taranjeet Singh
 
PPTX
New Features of ASP.NET 4.0
Buu Nguyen
 
PPT
Asp.net mvc
Phuc Le Cong
 
PPTX
ASP.NET MVC as the next step in web development
Volodymyr Voytyshyn
 
PDF
Best Institute for ASP NET MVC Course in India
IT DESK INDIA
 
PPTX
Mvc
Furqan Ashraf
 
PPT
Introduction to ASP.NET MVC 1.0
Shiju Varghese
 
PPTX
ASP.NET MVC Fundamental
ldcphuc
 
PDF
Jinal desai .net
rohitkumar1987in
 
PPTX
ASP.NET Presentation
Rasel Khan
 
PPT
MVC From Beginner to Advance in Indian Style by - Indiandotnet
Indiandotnet
 
PPTX
Asp.netmvc handson
Prashant Kumar
 
PPTX
MVC 4
Vasilios Kuznos
 
PPSX
Asp.net mvc
Anurag Gupta
 
PPTX
MVC - Introduction
Sudhakar Sharma
 
PPTX
Asp.Net MVC Intro
Stefano Paluello
 
PPS
Introduction To Mvc
Volkan Uzun
 
PDF
ASP.Net | Sabin Saleem
SaBin SaleEm
 
Aspnet mvc
Hiep Luong
 
Technoligent providing custom ASP.NET MVC development services
Aaron Jacobson
 
Asp.net mvc
Taranjeet Singh
 
New Features of ASP.NET 4.0
Buu Nguyen
 
Asp.net mvc
Phuc Le Cong
 
ASP.NET MVC as the next step in web development
Volodymyr Voytyshyn
 
Best Institute for ASP NET MVC Course in India
IT DESK INDIA
 
Introduction to ASP.NET MVC 1.0
Shiju Varghese
 
ASP.NET MVC Fundamental
ldcphuc
 
Jinal desai .net
rohitkumar1987in
 
ASP.NET Presentation
Rasel Khan
 
MVC From Beginner to Advance in Indian Style by - Indiandotnet
Indiandotnet
 
Asp.netmvc handson
Prashant Kumar
 
Asp.net mvc
Anurag Gupta
 
MVC - Introduction
Sudhakar Sharma
 
Asp.Net MVC Intro
Stefano Paluello
 
Introduction To Mvc
Volkan Uzun
 
ASP.Net | Sabin Saleem
SaBin SaleEm
 
Ad

Recently uploaded (20)

PPTX
How to Build a Scalable Micro-Investing Platform in 2025 - A Founder’s Guide ...
Third Rock Techkno
 
PDF
CIFDAQ's Teaching Thursday: Moving Averages Made Simple
CIFDAQ
 
PDF
Chapter 2 Digital Image Fundamentals.pdf
Getnet Tigabie Askale -(GM)
 
PDF
madgavkar20181017ppt McKinsey Presentation.pdf
georgschmitzdoerner
 
PDF
Event Presentation Google Cloud Next Extended 2025
minhtrietgect
 
PDF
A Day in the Life of Location Data - Turning Where into How.pdf
Precisely
 
PDF
agentic-ai-and-the-future-of-autonomous-systems.pdf
siddharthnetsavvies
 
PDF
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
codernjn73
 
PDF
Enable Enterprise-Ready Security on IBM i Systems.pdf
Precisely
 
PDF
This slide provides an overview Technology
mineshkharadi333
 
PDF
Software Development Methodologies in 2025
KodekX
 
PDF
Oracle AI Vector Search- Getting Started and what's new in 2025- AIOUG Yatra ...
Sandesh Rao
 
PDF
Google’s NotebookLM Unveils Video Overviews
SOFTTECHHUB
 
PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
PPTX
cloud computing vai.pptx for the project
vaibhavdobariyal79
 
PDF
NewMind AI Weekly Chronicles - July'25 - Week IV
NewMind AI
 
PPTX
ChatGPT's Deck on The Enduring Legacy of Fax Machines
Greg Swan
 
PDF
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
DOCX
Top AI API Alternatives to OpenAI: A Side-by-Side Breakdown
vilush
 
PPTX
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
How to Build a Scalable Micro-Investing Platform in 2025 - A Founder’s Guide ...
Third Rock Techkno
 
CIFDAQ's Teaching Thursday: Moving Averages Made Simple
CIFDAQ
 
Chapter 2 Digital Image Fundamentals.pdf
Getnet Tigabie Askale -(GM)
 
madgavkar20181017ppt McKinsey Presentation.pdf
georgschmitzdoerner
 
Event Presentation Google Cloud Next Extended 2025
minhtrietgect
 
A Day in the Life of Location Data - Turning Where into How.pdf
Precisely
 
agentic-ai-and-the-future-of-autonomous-systems.pdf
siddharthnetsavvies
 
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
codernjn73
 
Enable Enterprise-Ready Security on IBM i Systems.pdf
Precisely
 
This slide provides an overview Technology
mineshkharadi333
 
Software Development Methodologies in 2025
KodekX
 
Oracle AI Vector Search- Getting Started and what's new in 2025- AIOUG Yatra ...
Sandesh Rao
 
Google’s NotebookLM Unveils Video Overviews
SOFTTECHHUB
 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
cloud computing vai.pptx for the project
vaibhavdobariyal79
 
NewMind AI Weekly Chronicles - July'25 - Week IV
NewMind AI
 
ChatGPT's Deck on The Enduring Legacy of Fax Machines
Greg Swan
 
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
Top AI API Alternatives to OpenAI: A Side-by-Side Breakdown
vilush
 
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 

Head first asp.net mvc 2.0 rtt