SlideShare a Scribd company logo
ASP.NET
                           MVC3
Melick Rajee Baranasooriya
http://melick-rajee.blogspot.com
Introduction
   ASP.NET MVC 3 is a framework for building

       Scalable
        Standards-based web applications


   using well-established design patterns and
    the power of ASP.NET and the .NET
    Framework.
Features
   Rock Features

       NuGet
       Razor View Engine
       HTML Helpers
       Dependency Injection
       Model Validation
Features …
   Improvements

       Sessionless Controllers

       ViewBag Property

       JSON Model Binding

       Granular Input Validation

       Partial Page Output Cache

       Global Action Filters

       New Action Result Types
Technology Stack
   Web Platform Installer 3.0
   Visual Studio 2010
       Express
       Web Developer Express
   Visual Studio 2010 SP1
       MVC 3
   IIS Express
   [SQL Server 2008 R2 Express]
How It works
/Customer/Add                 CustomerController

   Request       Controller


                                                   Model
                                         Model

                                                   Model
 /Customer/Add

   Response         View
Controllers
   We are going to look
       Routing

       Controller Actions

       Action Filters

       Action Parameters

       Action Results
Routing

          http://localhost/Customer/Edit/5
Routing ..
   Global.asmx
Routing ..
   Accessing Routing Data


       RouteData.Values["Controller"]

       RouteData.Values["Action"]

       RouteData.Values["Id"]);
Action Results

   ContentResult             JsonResult

   EmptyResult               RedirectToAction

   FileResult                RedirectResult

   HttpStatusCodeResult      RedirectToRouteResult

   HttpNotFoundResult        ViewResultBase

   JavaScriptResult          Many ..
Action Selectors
   Decorate Control Actions

       ActionName
       AcceptVerbs
           GET
           POST
           DELETE
           ..
Action Filters
   Uses to restrict the action based on filer

       [Authorize(Roles="Admin")]
   How Routing Works

   Accessing Routing Data

   Action Results

   Action Selectors
Views
   MVC 3 Supports
       Aspx

       Razor

   Razor
       Simple

       Powerfull
Views ..
   Strong Type View
   Scaffold Template
       Create
       List
       Details
       Edit
       ..
   Partial View
Views ..
   Razor Syntax @

   Custom Helpers

   Partial Views
Declarative Custom Helper
Models
   Models
       Data Annotations

       Model Validation


   JQuery
JQuery
   jQuery is a fast and concise JavaScript Library that
    simplifies HTML document traversing, event
    handling, animating, and Ajax interactions for
    rapid web development. jQuery is designed to
    change the way that you write JavaScript.
Demo
Thank You.
http://melick-rajee.blogspot.com

More Related Content

PDF
Asp.net mvc basic introduction
PPTX
Introduction to ASP.NET MVC
PPTX
ASP.NET MVC and ajax
PDF
Dot net interview questions and asnwers
ODP
Mvc
PPTX
Mvc framework
PPTX
ASP .NET MVC
PPTX
Mortal Kombat! ASP.NET MVC vs ASP.NET Webforms – ASP.NET MVC is amazing
Asp.net mvc basic introduction
Introduction to ASP.NET MVC
ASP.NET MVC and ajax
Dot net interview questions and asnwers
Mvc
Mvc framework
ASP .NET MVC
Mortal Kombat! ASP.NET MVC vs ASP.NET Webforms – ASP.NET MVC is amazing

What's hot (20)

PDF
ASP.NET MVC 3
PPT
Asp.net mvc
PPTX
Asp.net mvc presentation by Nitin Sawant
PPTX
ASP.net MVC Introduction Wikilogia (nov 2014)
PPT
ASP .net MVC
PPT
Introduction to ASP.NET MVC
PPTX
ASP .NET MVC - best practices
PPT
ASP.NET 4.0 Roadmap
PPT
MVC ppt presentation
PDF
Introduction to Asp.net 3.5 using VS 2008
PPTX
New microsoft office power point presentation
PPTX
Introduction to ASP.NET MVC
PPSX
Asp.net mvc
PPT
ASP.NET 3.5 SP1 (VSLive San Francisco 2009)
PPTX
Angular introduction basic
PPTX
ASP.NET MVC 5 - EF 6 - VS2015
PPT
MSDN - ASP.NET MVC
PPT
Silverlight 2
PPTX
MVC Training Part 1
ASP.NET MVC 3
Asp.net mvc
Asp.net mvc presentation by Nitin Sawant
ASP.net MVC Introduction Wikilogia (nov 2014)
ASP .net MVC
Introduction to ASP.NET MVC
ASP .NET MVC - best practices
ASP.NET 4.0 Roadmap
MVC ppt presentation
Introduction to Asp.net 3.5 using VS 2008
New microsoft office power point presentation
Introduction to ASP.NET MVC
Asp.net mvc
ASP.NET 3.5 SP1 (VSLive San Francisco 2009)
Angular introduction basic
ASP.NET MVC 5 - EF 6 - VS2015
MSDN - ASP.NET MVC
Silverlight 2
MVC Training Part 1
Ad

Similar to Mvc3 crash (20)

PPTX
Asp.Net MVC3 - Basics
PPTX
Asp.Net Mvc
PPTX
Introduction to ASP.Net MVC
PPTX
ASP.NET MVC as the next step in web development
PPTX
ZZ BC#7.5 asp.net mvc practice and guideline refresh!
PPTX
MVC & SQL_In_1_Hour
PDF
ASP.NET MVC 2.0
PDF
ASP.NET MVC - Whats The Big Deal
PPTX
Asp.net mvc 6 with sql server 2014
PPS
Introduction To Mvc
PPTX
Hanselman lipton asp_connections_ams304_mvc
PPTX
8-9-10. ASP_updated8-9-10. ASP_updated8-9-10. ASP_updated
PPTX
Asp.net With mvc handson
PPTX
Head first asp.net mvc 2.0 rtt
PDF
Programming ASP NET MVC 4 Developing Real World Web Applications with ASP NET...
PPTX
PDF
Programming ASP NET MVC 4 Developing Real World Web Applications with ASP NET...
PPT
Introduction to ASP.NET MVC
PDF
Asp.Net MVC Framework Design Pattern
PPTX
Aspnet mvc
Asp.Net MVC3 - Basics
Asp.Net Mvc
Introduction to ASP.Net MVC
ASP.NET MVC as the next step in web development
ZZ BC#7.5 asp.net mvc practice and guideline refresh!
MVC & SQL_In_1_Hour
ASP.NET MVC 2.0
ASP.NET MVC - Whats The Big Deal
Asp.net mvc 6 with sql server 2014
Introduction To Mvc
Hanselman lipton asp_connections_ams304_mvc
8-9-10. ASP_updated8-9-10. ASP_updated8-9-10. ASP_updated
Asp.net With mvc handson
Head first asp.net mvc 2.0 rtt
Programming ASP NET MVC 4 Developing Real World Web Applications with ASP NET...
Programming ASP NET MVC 4 Developing Real World Web Applications with ASP NET...
Introduction to ASP.NET MVC
Asp.Net MVC Framework Design Pattern
Aspnet mvc
Ad

More from Melick Baranasooriya (18)

PPTX
App deployment
PPTX
Share point developement Introduction for students
PPTX
SharePoint 2013 variations feature
PPTX
JSOM and java script practices
PPTX
Apps for SharePoint 2013
PPTX
Apps for SharePoint
PPTX
Introduction to asp.net
PPTX
Oop concepts
PPTX
Serialization
PPTX
PPTX
PPTX
Lambda expressions
PPTX
Info path advanced development @ Sri Lanka SharePoint Forum
PPTX
Conventions & Best Practices
PPTX
Introduction To Windows Workflow Foundation 4.0
PDF
Custom workflow in sharepoint
PDF
Infopath controls
PDF
Beginners SharePoint introduction
App deployment
Share point developement Introduction for students
SharePoint 2013 variations feature
JSOM and java script practices
Apps for SharePoint 2013
Apps for SharePoint
Introduction to asp.net
Oop concepts
Serialization
Lambda expressions
Info path advanced development @ Sri Lanka SharePoint Forum
Conventions & Best Practices
Introduction To Windows Workflow Foundation 4.0
Custom workflow in sharepoint
Infopath controls
Beginners SharePoint introduction

Recently uploaded (20)

PDF
Per capita expenditure prediction using model stacking based on satellite ima...
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
KodekX | Application Modernization Development
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Electronic commerce courselecture one. Pdf
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Machine learning based COVID-19 study performance prediction
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Per capita expenditure prediction using model stacking based on satellite ima...
The AUB Centre for AI in Media Proposal.docx
KodekX | Application Modernization Development
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Electronic commerce courselecture one. Pdf
Encapsulation_ Review paper, used for researhc scholars
MYSQL Presentation for SQL database connectivity
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Reach Out and Touch Someone: Haptics and Empathic Computing
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
20250228 LYD VKU AI Blended-Learning.pptx
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Mobile App Security Testing_ A Comprehensive Guide.pdf
The Rise and Fall of 3GPP – Time for a Sabbatical?
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
MIND Revenue Release Quarter 2 2025 Press Release
Programs and apps: productivity, graphics, security and other tools
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Machine learning based COVID-19 study performance prediction
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...

Mvc3 crash

  • 1. ASP.NET MVC3 Melick Rajee Baranasooriya http://melick-rajee.blogspot.com
  • 2. Introduction  ASP.NET MVC 3 is a framework for building  Scalable  Standards-based web applications  using well-established design patterns and the power of ASP.NET and the .NET Framework.
  • 3. Features  Rock Features  NuGet  Razor View Engine  HTML Helpers  Dependency Injection  Model Validation
  • 4. Features …  Improvements  Sessionless Controllers  ViewBag Property  JSON Model Binding  Granular Input Validation  Partial Page Output Cache  Global Action Filters  New Action Result Types
  • 5. Technology Stack  Web Platform Installer 3.0  Visual Studio 2010  Express  Web Developer Express  Visual Studio 2010 SP1  MVC 3  IIS Express  [SQL Server 2008 R2 Express]
  • 6. How It works /Customer/Add CustomerController Request Controller Model Model Model /Customer/Add Response View
  • 7. Controllers  We are going to look  Routing  Controller Actions  Action Filters  Action Parameters  Action Results
  • 8. Routing http://localhost/Customer/Edit/5
  • 9. Routing ..  Global.asmx
  • 10. Routing ..  Accessing Routing Data  RouteData.Values["Controller"]  RouteData.Values["Action"]  RouteData.Values["Id"]);
  • 11. Action Results  ContentResult  JsonResult  EmptyResult  RedirectToAction  FileResult  RedirectResult  HttpStatusCodeResult  RedirectToRouteResult  HttpNotFoundResult  ViewResultBase  JavaScriptResult  Many ..
  • 12. Action Selectors  Decorate Control Actions  ActionName  AcceptVerbs  GET  POST  DELETE  ..
  • 13. Action Filters  Uses to restrict the action based on filer  [Authorize(Roles="Admin")]
  • 14. How Routing Works  Accessing Routing Data  Action Results  Action Selectors
  • 15. Views  MVC 3 Supports  Aspx  Razor  Razor  Simple  Powerfull
  • 16. Views ..  Strong Type View  Scaffold Template  Create  List  Details  Edit  ..  Partial View
  • 17. Views ..  Razor Syntax @  Custom Helpers  Partial Views
  • 19. Models  Models  Data Annotations  Model Validation  JQuery
  • 20. JQuery  jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.
  • 21. Demo