SlideShare a Scribd company logo
Who I am
Emad Alashi
TTL in eSense Software
www.DotNetArabi.com
www.EmadAshi.com
Twitter: @EmadAshi
Introduction to ASP.NET MVC
Introduction to
ASP.NET Webforms
• It’s all about Pages
• Request pages (*.aspx)
• Page lifecycle
• Control within the page
• Postback & Viewstate
• Tree of controls
Webforms Pros
 Rich Controls (grids, etc…)
 RAD
 Event Driven (Winforms)
 Statefull
Webforms Cons
 Less Control
 No built-in SoC
 Complicated Page life-cycle
 Not SEO friendly
 URL
 Big Viewstate at the beginning of the page
ASP.NET
MVC
MVC the pattern
Controller
ModelView
ASP.NET MVC
ASP.NET MVC
Pipeline:
 Routing
 Controller
 Action
 View
 High Flexibility
Code
View Engines
 Webforms view engine
 Bellevue
 Brail
 NDjango
 NHaml
 NVelocity
 Razor (favored by Microsoft recently)
 Spark
Razor
Webforms
Razor
Razor
Webforms
Razor
Spark
<ul if="products.Any()">
<li each="var p in products">${p.Name}</li>
</ul>
<else>
<p>No products available</p> </else>
Filters
 IAuthorizationFilter
 IActionFilter
 OnActionExecuting
 OnActionExecuted
 IResultFilter
 OnResultExecuting
 OnResultExecuted
 IExceptionFilter
Built on top of ASP.NET
platform
 Session Management
 Memebership
 Authentication & Authorization
 Caching
 Routing
 Configuration
 Global.asax
 Master files
 etc…
ASP.NET MVC Pros
 More control
 SoC
 SEO friendly
 TDD
 Flexible & customizable
ASP.NET MVC Cons
 Not RAD
 No rich controls
Important
• ASP.NET MVC is web in different taste
• Not replacing Webforms
• Not better
RESTful (by Roy Fielding)
 It’s all about nouns (Resources)
 A representation of a resource is typically a document
that captures the current or intended state of a
resource.
 URI
 Stateless
 Utilizes web architecture (Methods: GET, POST,
PUT, and DELETE)
 Simple
 Less bandwidth
 Generality
 Human readable
References
 www.asp.net/mvc
 Comparing Web Forms And ASP.NET MVC (Dino Esposito)
 Scott Guthrie: http://weblogs.asp.net/scottgu
 Scott Hanselman: www.computerzen.com
 Wikipedia: MVC, RESTful
 “Pro ASP.NET MVC 2 Framework” book by Steven
Sanderson
 ASP.net MVC Vs ASP.net Web Form
 REST vs. SOAP – The Right WebService
 REST (Representational State Transfer) and RESTful web
services: Methods, Concepts and Examples
Q & A
Emad Alashi
www.emadashi.com
www.dotnetarabi.com
@EmadAshi

More Related Content

PPTX
Mvc framework
Dhurham Fahem
 
ODP
Mvc
abhigad
 
PDF
Asp.net mvc basic introduction
Bhagath Gopinath
 
PPTX
Mortal Kombat! ASP.NET MVC vs ASP.NET Webforms – ASP.NET MVC is amazing
Tom Walker
 
PDF
Dot net interview questions and asnwers
kavinilavuG
 
PPT
Introduction to ASP.NET MVC
Sunpawet Somsin
 
PPT
Asp.net mvc
Naga Harish M
 
PPTX
ASP.net MVC Introduction Wikilogia (nov 2014)
Hatem Hamad
 
Mvc framework
Dhurham Fahem
 
Mvc
abhigad
 
Asp.net mvc basic introduction
Bhagath Gopinath
 
Mortal Kombat! ASP.NET MVC vs ASP.NET Webforms – ASP.NET MVC is amazing
Tom Walker
 
Dot net interview questions and asnwers
kavinilavuG
 
Introduction to ASP.NET MVC
Sunpawet Somsin
 
Asp.net mvc
Naga Harish M
 
ASP.net MVC Introduction Wikilogia (nov 2014)
Hatem Hamad
 

What's hot (20)

PPTX
Mvc fundamental
Nguyễn Thành Phát
 
PPTX
4. Introduction to ASP.NET MVC - Part I
Rohit Rao
 
PPT
MVC Pattern. Flex implementation of MVC
Anton Krasnoshchok
 
PPTX
ASP .NET MVC - best practices
Bohdan Pashkovskyi
 
PPTX
Asp.net mvc presentation by Nitin Sawant
Nitin S
 
PPTX
ASP .NET MVC
eldorina
 
PPTX
Mvc summary
Muhammad Younis
 
PPTX
MVC architecture by Mohd.Awais on 18th Aug, 2017
Innovation Studio
 
PPT
MSDN - ASP.NET MVC
Maarten Balliauw
 
PPT
MVC Architecture in ASP.Net By Nyros Developer
Nyros Technologies
 
PPTX
Asp.net MVC training session
Hrichi Mohamed
 
PDF
Mvc3 crash
Melick Baranasooriya
 
PPTX
Mvc 4 0_jayant_jindal_28082010
Rishu Mehra
 
PPT
Introduction to ASP.NET MVC 1.0
Shiju Varghese
 
PPTX
Getting started with MVC 5 and Visual Studio 2013
Thomas Robbins
 
PPSX
Asp.net mvc
Er. Kamal Bhusal
 
PPT
MVC ppt presentation
Bhavin Shah
 
PPTX
Introduction to mvc architecture
ravindraquicsolv
 
PDF
ASP.NET MVC 3
Buu Nguyen
 
PPTX
MVC Framework
Ashton Feller
 
Mvc fundamental
Nguyễn Thành Phát
 
4. Introduction to ASP.NET MVC - Part I
Rohit Rao
 
MVC Pattern. Flex implementation of MVC
Anton Krasnoshchok
 
ASP .NET MVC - best practices
Bohdan Pashkovskyi
 
Asp.net mvc presentation by Nitin Sawant
Nitin S
 
ASP .NET MVC
eldorina
 
Mvc summary
Muhammad Younis
 
MVC architecture by Mohd.Awais on 18th Aug, 2017
Innovation Studio
 
MSDN - ASP.NET MVC
Maarten Balliauw
 
MVC Architecture in ASP.Net By Nyros Developer
Nyros Technologies
 
Asp.net MVC training session
Hrichi Mohamed
 
Mvc 4 0_jayant_jindal_28082010
Rishu Mehra
 
Introduction to ASP.NET MVC 1.0
Shiju Varghese
 
Getting started with MVC 5 and Visual Studio 2013
Thomas Robbins
 
Asp.net mvc
Er. Kamal Bhusal
 
MVC ppt presentation
Bhavin Shah
 
Introduction to mvc architecture
ravindraquicsolv
 
ASP.NET MVC 3
Buu Nguyen
 
MVC Framework
Ashton Feller
 
Ad

Similar to Introduction to ASP.NET MVC (20)

PPTX
ASP.NET Presentation
Rasel Khan
 
PPTX
Asp.net With mvc handson
Prashant Kumar
 
PPTX
Mvc presentation
MaslowB
 
PPTX
ASP.NET Lecture 1
Julie Iskander
 
PPTX
Asp.net mvc 5 course module 1 overview
Sergey Seletsky
 
PDF
learn mvc project in 7 day
Quach Long
 
PPT
Asp dot net long
Amelina Ahmeti
 
PPTX
Aspnet architecture
phantrithuc
 
PPTX
Introduction to ASP.NET MVC
Khaled Musaied
 
PPTX
ASP.NET - Ivan Marković
Software StartUp Academy Osijek
 
PDF
Introduction to ASP.NET MVC
Sirwan Afifi
 
PPT
Asp.net control
Paneliya Prince
 
PPT
asp-2005311dgvdfvdfvfdfvdvfdbfdb03252 (1).ppt
Anwar Patel
 
PPTX
Introduction to ASP.NET
Peter Gfader
 
PPTX
Introduction to ASP.Net MVC
Sagar Kamate
 
PDF
Programming ASP NET MVC 4 Developing Real World Web Applications with ASP NET...
barbuhalahdl
 
PDF
Asp.netrole
mani bhushan
 
PDF
Programming ASP NET MVC 4 Developing Real World Web Applications with ASP NET...
aalbxlrt993
 
PDF
Introduction to ASP.NET MVC
Mayank Srivastava
 
PDF
Difference between asp.net web forms and asp.net mvc
Umar Ali
 
ASP.NET Presentation
Rasel Khan
 
Asp.net With mvc handson
Prashant Kumar
 
Mvc presentation
MaslowB
 
ASP.NET Lecture 1
Julie Iskander
 
Asp.net mvc 5 course module 1 overview
Sergey Seletsky
 
learn mvc project in 7 day
Quach Long
 
Asp dot net long
Amelina Ahmeti
 
Aspnet architecture
phantrithuc
 
Introduction to ASP.NET MVC
Khaled Musaied
 
ASP.NET - Ivan Marković
Software StartUp Academy Osijek
 
Introduction to ASP.NET MVC
Sirwan Afifi
 
Asp.net control
Paneliya Prince
 
asp-2005311dgvdfvdfvfdfvdvfdbfdb03252 (1).ppt
Anwar Patel
 
Introduction to ASP.NET
Peter Gfader
 
Introduction to ASP.Net MVC
Sagar Kamate
 
Programming ASP NET MVC 4 Developing Real World Web Applications with ASP NET...
barbuhalahdl
 
Asp.netrole
mani bhushan
 
Programming ASP NET MVC 4 Developing Real World Web Applications with ASP NET...
aalbxlrt993
 
Introduction to ASP.NET MVC
Mayank Srivastava
 
Difference between asp.net web forms and asp.net mvc
Umar Ali
 
Ad

More from Emad Alashi (12)

PPTX
RBAC in Azure Kubernetes Service AKS
Emad Alashi
 
PPTX
Am I a Good Developer
Emad Alashi
 
PPTX
Basic Intro to WinDbg
Emad Alashi
 
PPTX
Acquiring knowledge
Emad Alashi
 
PPTX
Owin, Katana, and Helios
Emad Alashi
 
PPTX
OAuth in the new .NET world (OWIN)
Emad Alashi
 
PPTX
ASP.NET Routing & MVC
Emad Alashi
 
PPTX
Software Life Cycle, Humans & Code
Emad Alashi
 
PPTX
HTML5 & IE
Emad Alashi
 
PPTX
ASP.NET MVC One Step Deeper
Emad Alashi
 
PPTX
Communication Skills one To one
Emad Alashi
 
PPS
Introduction To NHibernate
Emad Alashi
 
RBAC in Azure Kubernetes Service AKS
Emad Alashi
 
Am I a Good Developer
Emad Alashi
 
Basic Intro to WinDbg
Emad Alashi
 
Acquiring knowledge
Emad Alashi
 
Owin, Katana, and Helios
Emad Alashi
 
OAuth in the new .NET world (OWIN)
Emad Alashi
 
ASP.NET Routing & MVC
Emad Alashi
 
Software Life Cycle, Humans & Code
Emad Alashi
 
HTML5 & IE
Emad Alashi
 
ASP.NET MVC One Step Deeper
Emad Alashi
 
Communication Skills one To one
Emad Alashi
 
Introduction To NHibernate
Emad Alashi
 

Recently uploaded (20)

PDF
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
PDF
A Day in the Life of Location Data - Turning Where into How.pdf
Precisely
 
PDF
Enable Enterprise-Ready Security on IBM i Systems.pdf
Precisely
 
PPTX
The Power of IoT Sensor Integration in Smart Infrastructure and Automation.pptx
Rejig Digital
 
PDF
madgavkar20181017ppt McKinsey Presentation.pdf
georgschmitzdoerner
 
PDF
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
codernjn73
 
PDF
Accelerating Oracle Database 23ai Troubleshooting with Oracle AHF Fleet Insig...
Sandesh Rao
 
PDF
This slide provides an overview Technology
mineshkharadi333
 
PDF
Cloud-Migration-Best-Practices-A-Practical-Guide-to-AWS-Azure-and-Google-Clou...
Artjoker Software Development Company
 
PDF
How-Cloud-Computing-Impacts-Businesses-in-2025-and-Beyond.pdf
Artjoker Software Development Company
 
PDF
Chapter 2 Digital Image Fundamentals.pdf
Getnet Tigabie Askale -(GM)
 
PDF
Google’s NotebookLM Unveils Video Overviews
SOFTTECHHUB
 
PDF
Revolutionize Operations with Intelligent IoT Monitoring and Control
Rejig Digital
 
PDF
CIFDAQ's Teaching Thursday: Moving Averages Made Simple
CIFDAQ
 
PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
PDF
The Evolution of KM Roles (Presented at Knowledge Summit Dublin 2025)
Enterprise Knowledge
 
PDF
Building High-Performance Oracle Teams: Strategic Staffing for Database Manag...
SMACT Works
 
PDF
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
PDF
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
PDF
Event Presentation Google Cloud Next Extended 2025
minhtrietgect
 
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
A Day in the Life of Location Data - Turning Where into How.pdf
Precisely
 
Enable Enterprise-Ready Security on IBM i Systems.pdf
Precisely
 
The Power of IoT Sensor Integration in Smart Infrastructure and Automation.pptx
Rejig Digital
 
madgavkar20181017ppt McKinsey Presentation.pdf
georgschmitzdoerner
 
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
codernjn73
 
Accelerating Oracle Database 23ai Troubleshooting with Oracle AHF Fleet Insig...
Sandesh Rao
 
This slide provides an overview Technology
mineshkharadi333
 
Cloud-Migration-Best-Practices-A-Practical-Guide-to-AWS-Azure-and-Google-Clou...
Artjoker Software Development Company
 
How-Cloud-Computing-Impacts-Businesses-in-2025-and-Beyond.pdf
Artjoker Software Development Company
 
Chapter 2 Digital Image Fundamentals.pdf
Getnet Tigabie Askale -(GM)
 
Google’s NotebookLM Unveils Video Overviews
SOFTTECHHUB
 
Revolutionize Operations with Intelligent IoT Monitoring and Control
Rejig Digital
 
CIFDAQ's Teaching Thursday: Moving Averages Made Simple
CIFDAQ
 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
The Evolution of KM Roles (Presented at Knowledge Summit Dublin 2025)
Enterprise Knowledge
 
Building High-Performance Oracle Teams: Strategic Staffing for Database Manag...
SMACT Works
 
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
Event Presentation Google Cloud Next Extended 2025
minhtrietgect
 

Introduction to ASP.NET MVC