SlideShare a Scribd company logo
1 of 16
Introduction to MVC3 with
                                                      Razor



                                     Manoj Kumar
                                     Senior Consultant III
                                     manoj.kumar@neudesic.com   28 June, 2012




The Trusted Technology Partner in Business Innovation
Products | Consulting Services | Managed Services
The Trusted Technology Partner in
   Business Innovation




  August 2010                       August 2010                     July 2010                         June 2010
  Ranked as one of the top          Ranked as one of the top        Named Microsoft Partner of        CRN Magazine's list of the
  technology solution providers     technology solution providers   the Year Finalist in 2 separate   largest solution providers in
  in America by CRN Magazine        in America by CRN Magazine      categories                        North America
  for the past 4 years.             for the past 4 years.




  2009 2010     2007 2008



The Trusted Technology Partner in Business Innovation
Products | Consulting Services | Managed Services
MVC Pattern – A Conceptual View




The Trusted Technology Partner in Business Innovation
Products | Consulting Services | Managed Services
What’s new in ASP.NET MVC 3
                                                      Multiple View         Validation
      Razor View Engine                                                                       Dynamic ViewBag
                                                     Engine Support       Improvements


                                                                           Project Dialog
           Global Filters                           New ActionResults                         VBHTML Support
                                                                          Improvements

                                                       Improved
                                                                        Porting MVC Script       Granular
      Task-based Helpers                              Dependency
                                                                        Libraries to jQuery    ValidateInput
                                                        Injection
                                                      Project Dialog
        Add View Dialog                                                 Improved Caching       JSON Binding
                                                       Extensibility
         Improvements                                                       Support              Support
                                                     Improvements
The Trusted Technology Partner in Business Innovation
Products | Consulting Services | Managed Services
What’s new in ASP.NET MVC 3
                                                      Multiple View         Validation
      Razor View Engine                                                                       Dynamic ViewBag
                                                     Engine Support       Improvements


                                                                           Project Dialog
           Global Filters                           New ActionResults                         VBHTML Support
                                                                          Improvements

                                                       Improved
                                                                        Porting MVC Script       Granular
      Task-based Helpers                              Dependency
                                                                        Libraries to jQuery    ValidateInput
                                                        Injection
                                                      Project Dialog
        Add View Dialog                                                 Improved Caching       JSON Binding
                                                       Extensibility
         Improvements                                                       Support              Support
                                                     Improvements
The Trusted Technology Partner in Business Innovation
Products | Consulting Services | Managed Services
What is Razor?




The Trusted Technology Partner in Business Innovation
Products | Consulting Services | Managed Services
Razor

    •     Clean & Concise
    •     Based on Existing Languages
    •     Intellisense
    •     Code Colorization
    •     Unit Testing Support




The Trusted Technology Partner in Business Innovation
Products | Consulting Services | Managed Services
Razor Fundamentals


                                               @model syntax for specifying the type being passed to the view.




The Trusted Technology Partner in Business Innovation
Products | Consulting Services | Managed Services
Multiple View Engine Support




The Trusted Technology Partner in Business Innovation
Products | Consulting Services | Managed Services
Multiple View Engine Support




    protected void Application_Start()
    {
       ViewEngines.Engines.Add(new SparkViewFactory());
       …
    }




The Trusted Technology Partner in Business Innovation
Products | Consulting Services | Managed Services
Syntax Comparison

                                       Web Forms        <ul>
                                                        <% for (int i = 0; i < 10; i++) {%>
                               6 transitions              <li><%=i %></li>
                                                        <%} %>
                                                        </ul>
                                                        <ul>
                                        Razor           @for (int i = 0; i < 10; i++)
                           2 transitions                {
                                                          <li>@i</li>
                                                        }
                                                        </ul>
The Trusted Technology Partner in Business Innovation
Products | Consulting Services | Managed Services
Dynamic ViewBag

    • Accessible via properties
    • Properties map to ViewData entries
    • Late-bound




The Trusted Technology Partner in Business Innovation
Products | Consulting Services | Managed Services
Dynamic ViewBag




                                     <head>
                                     <title>@ViewBag.Title<title>
                                     </head>


The Trusted Technology Partner in Business Innovation
Products | Consulting Services | Managed Services
Q&A




The Trusted Technology Partner in Business Innovation
Products | Consulting Services | Managed Services
Workshop


The Trusted Technology Partner in Business Innovation
Products | Consulting Services | Managed Services
Thank You
                                                          Manoj Kumar
                                                          manoj.kumar@neudesic.com




The Trusted Technology Partner in Business Innovation
Products | Consulting Services | Managed Services

More Related Content

Viewers also liked (6)

ASP.NET MVC Tips, Tricks and Hidden Gems
ASP.NET MVC Tips, Tricks and Hidden GemsASP.NET MVC Tips, Tricks and Hidden Gems
ASP.NET MVC Tips, Tricks and Hidden Gems
 
The Big Comparison of ASP.NET MVC View Engines
The Big Comparison of ASP.NET MVC View EnginesThe Big Comparison of ASP.NET MVC View Engines
The Big Comparison of ASP.NET MVC View Engines
 
jQuery in 10 minuten
jQuery in 10 minutenjQuery in 10 minuten
jQuery in 10 minuten
 
Getting started with MVC 5 and Visual Studio 2013
Getting started with MVC 5 and Visual Studio 2013Getting started with MVC 5 and Visual Studio 2013
Getting started with MVC 5 and Visual Studio 2013
 
Asp.Net MVC - Razor Syntax
Asp.Net MVC - Razor SyntaxAsp.Net MVC - Razor Syntax
Asp.Net MVC - Razor Syntax
 
Getting Started with ASP.NET MVC 3 and Razor
Getting Started with ASP.NET MVC 3 and RazorGetting Started with ASP.NET MVC 3 and Razor
Getting Started with ASP.NET MVC 3 and Razor
 

Similar to Introduction to ASP.Net Mvc3 with Razor

Enabling company presentation 2011
Enabling company presentation 2011Enabling company presentation 2011
Enabling company presentation 2011
enabling
 
Nearshoring With Tiempo 2011
Nearshoring With Tiempo 2011Nearshoring With Tiempo 2011
Nearshoring With Tiempo 2011
rgfordham
 
The business benefits_of_metastorm_bp_mv9
The business benefits_of_metastorm_bp_mv9The business benefits_of_metastorm_bp_mv9
The business benefits_of_metastorm_bp_mv9
wnowakkk
 
Cloud computing
Cloud computingCloud computing
Cloud computing
paole168
 
Chris Madrid Service Virtualization
Chris  Madrid    Service VirtualizationChris  Madrid    Service Virtualization
Chris Madrid Service Virtualization
SOA Symposium
 
Enhancing The Role Of A Large Us Federal Agency As An Intermediary In The Fed...
Enhancing The Role Of A Large Us Federal Agency As An Intermediary In The Fed...Enhancing The Role Of A Large Us Federal Agency As An Intermediary In The Fed...
Enhancing The Role Of A Large Us Federal Agency As An Intermediary In The Fed...
Wen Zhu
 
Grow your Business: Webcast Wednesday Presentation Series Microsoft Partner O...
Grow your Business: Webcast Wednesday Presentation Series Microsoft Partner O...Grow your Business: Webcast Wednesday Presentation Series Microsoft Partner O...
Grow your Business: Webcast Wednesday Presentation Series Microsoft Partner O...
Jennifer Stevenson
 

Similar to Introduction to ASP.Net Mvc3 with Razor (20)

SOA - Enabling Interoperability And Business Agility March 2009
SOA - Enabling Interoperability And Business Agility   March 2009SOA - Enabling Interoperability And Business Agility   March 2009
SOA - Enabling Interoperability And Business Agility March 2009
 
Service Oriented Approach to Application Modernization sept 2010
Service Oriented Approach to Application Modernization sept 2010Service Oriented Approach to Application Modernization sept 2010
Service Oriented Approach to Application Modernization sept 2010
 
Systems Plus Solutions Brochure
Systems Plus Solutions BrochureSystems Plus Solutions Brochure
Systems Plus Solutions Brochure
 
Keynote Day 1 2009
Keynote Day 1 2009Keynote Day 1 2009
Keynote Day 1 2009
 
Developing An SOA Strategy V1
Developing An SOA Strategy V1Developing An SOA Strategy V1
Developing An SOA Strategy V1
 
Server vs Client in real life and in programming world
Server vs Client in real life and in programming worldServer vs Client in real life and in programming world
Server vs Client in real life and in programming world
 
Enabling company presentation 2011
Enabling company presentation 2011Enabling company presentation 2011
Enabling company presentation 2011
 
Nearshoring With Tiempo 2011
Nearshoring With Tiempo 2011Nearshoring With Tiempo 2011
Nearshoring With Tiempo 2011
 
Concepts integrationandbiztalksoa andbpm
Concepts integrationandbiztalksoa andbpm Concepts integrationandbiztalksoa andbpm
Concepts integrationandbiztalksoa andbpm
 
Next View Live - Product Description
Next View Live - Product DescriptionNext View Live - Product Description
Next View Live - Product Description
 
The business benefits_of_metastorm_bp_mv9
The business benefits_of_metastorm_bp_mv9The business benefits_of_metastorm_bp_mv9
The business benefits_of_metastorm_bp_mv9
 
Alten calsoft labs corporate Info
Alten calsoft labs   corporate InfoAlten calsoft labs   corporate Info
Alten calsoft labs corporate Info
 
How agile BI delivers business value
How agile BI delivers business valueHow agile BI delivers business value
How agile BI delivers business value
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Chris Madrid Service Virtualization
Chris  Madrid    Service VirtualizationChris  Madrid    Service Virtualization
Chris Madrid Service Virtualization
 
Pentaho Enterprise vs. Pentaho Community
Pentaho Enterprise vs. Pentaho CommunityPentaho Enterprise vs. Pentaho Community
Pentaho Enterprise vs. Pentaho Community
 
AUG NYC - Atlassian Server Updates
AUG NYC - Atlassian Server UpdatesAUG NYC - Atlassian Server Updates
AUG NYC - Atlassian Server Updates
 
Enhancing The Role Of A Large Us Federal Agency As An Intermediary In The Fed...
Enhancing The Role Of A Large Us Federal Agency As An Intermediary In The Fed...Enhancing The Role Of A Large Us Federal Agency As An Intermediary In The Fed...
Enhancing The Role Of A Large Us Federal Agency As An Intermediary In The Fed...
 
Application Lifecycle Management & VSTS
Application Lifecycle Management & VSTSApplication Lifecycle Management & VSTS
Application Lifecycle Management & VSTS
 
Grow your Business: Webcast Wednesday Presentation Series Microsoft Partner O...
Grow your Business: Webcast Wednesday Presentation Series Microsoft Partner O...Grow your Business: Webcast Wednesday Presentation Series Microsoft Partner O...
Grow your Business: Webcast Wednesday Presentation Series Microsoft Partner O...
 

More from Manoj Kumar

Structural Design pattern - Adapter
Structural Design pattern - AdapterStructural Design pattern - Adapter
Structural Design pattern - Adapter
Manoj Kumar
 
Html5 Introduction
Html5 IntroductionHtml5 Introduction
Html5 Introduction
Manoj Kumar
 

More from Manoj Kumar (8)

Cloud Computing – Jump start cloud development with Microsoft Azure (Part-2)
Cloud Computing – Jump start cloud development with Microsoft Azure (Part-2)Cloud Computing – Jump start cloud development with Microsoft Azure (Part-2)
Cloud Computing – Jump start cloud development with Microsoft Azure (Part-2)
 
Cloud Computing – Opportunities, Definitions, Options, and Risks (Part-1)
Cloud Computing – Opportunities, Definitions, Options, and Risks (Part-1)Cloud Computing – Opportunities, Definitions, Options, and Risks (Part-1)
Cloud Computing – Opportunities, Definitions, Options, and Risks (Part-1)
 
BizTalk Orchestration Fundamentals
BizTalk Orchestration FundamentalsBizTalk Orchestration Fundamentals
BizTalk Orchestration Fundamentals
 
BizTalk Messaging Fundamentals
BizTalk  Messaging FundamentalsBizTalk  Messaging Fundamentals
BizTalk Messaging Fundamentals
 
BizTalk Fundamentals
BizTalk  FundamentalsBizTalk  Fundamentals
BizTalk Fundamentals
 
Structural Design pattern - Adapter
Structural Design pattern - AdapterStructural Design pattern - Adapter
Structural Design pattern - Adapter
 
Html5 Introduction
Html5 IntroductionHtml5 Introduction
Html5 Introduction
 
N-Tier Application Architecture
N-Tier Application ArchitectureN-Tier Application Architecture
N-Tier Application Architecture
 

Recently uploaded

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
Enterprise Knowledge
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Recently uploaded (20)

Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 

Introduction to ASP.Net Mvc3 with Razor

  • 1. Introduction to MVC3 with Razor Manoj Kumar Senior Consultant III manoj.kumar@neudesic.com 28 June, 2012 The Trusted Technology Partner in Business Innovation Products | Consulting Services | Managed Services
  • 2. The Trusted Technology Partner in Business Innovation August 2010 August 2010 July 2010 June 2010 Ranked as one of the top Ranked as one of the top Named Microsoft Partner of CRN Magazine's list of the technology solution providers technology solution providers the Year Finalist in 2 separate largest solution providers in in America by CRN Magazine in America by CRN Magazine categories North America for the past 4 years. for the past 4 years. 2009 2010 2007 2008 The Trusted Technology Partner in Business Innovation Products | Consulting Services | Managed Services
  • 3. MVC Pattern – A Conceptual View The Trusted Technology Partner in Business Innovation Products | Consulting Services | Managed Services
  • 4. What’s new in ASP.NET MVC 3 Multiple View Validation Razor View Engine Dynamic ViewBag Engine Support Improvements Project Dialog Global Filters New ActionResults VBHTML Support Improvements Improved Porting MVC Script Granular Task-based Helpers Dependency Libraries to jQuery ValidateInput Injection Project Dialog Add View Dialog Improved Caching JSON Binding Extensibility Improvements Support Support Improvements The Trusted Technology Partner in Business Innovation Products | Consulting Services | Managed Services
  • 5. What’s new in ASP.NET MVC 3 Multiple View Validation Razor View Engine Dynamic ViewBag Engine Support Improvements Project Dialog Global Filters New ActionResults VBHTML Support Improvements Improved Porting MVC Script Granular Task-based Helpers Dependency Libraries to jQuery ValidateInput Injection Project Dialog Add View Dialog Improved Caching JSON Binding Extensibility Improvements Support Support Improvements The Trusted Technology Partner in Business Innovation Products | Consulting Services | Managed Services
  • 6. What is Razor? The Trusted Technology Partner in Business Innovation Products | Consulting Services | Managed Services
  • 7. Razor • Clean & Concise • Based on Existing Languages • Intellisense • Code Colorization • Unit Testing Support The Trusted Technology Partner in Business Innovation Products | Consulting Services | Managed Services
  • 8. Razor Fundamentals @model syntax for specifying the type being passed to the view. The Trusted Technology Partner in Business Innovation Products | Consulting Services | Managed Services
  • 9. Multiple View Engine Support The Trusted Technology Partner in Business Innovation Products | Consulting Services | Managed Services
  • 10. Multiple View Engine Support protected void Application_Start() { ViewEngines.Engines.Add(new SparkViewFactory()); … } The Trusted Technology Partner in Business Innovation Products | Consulting Services | Managed Services
  • 11. Syntax Comparison Web Forms <ul> <% for (int i = 0; i < 10; i++) {%> 6 transitions <li><%=i %></li> <%} %> </ul> <ul> Razor @for (int i = 0; i < 10; i++) 2 transitions { <li>@i</li> } </ul> The Trusted Technology Partner in Business Innovation Products | Consulting Services | Managed Services
  • 12. Dynamic ViewBag • Accessible via properties • Properties map to ViewData entries • Late-bound The Trusted Technology Partner in Business Innovation Products | Consulting Services | Managed Services
  • 13. Dynamic ViewBag <head> <title>@ViewBag.Title<title> </head> The Trusted Technology Partner in Business Innovation Products | Consulting Services | Managed Services
  • 14. Q&A The Trusted Technology Partner in Business Innovation Products | Consulting Services | Managed Services
  • 15. Workshop The Trusted Technology Partner in Business Innovation Products | Consulting Services | Managed Services
  • 16. Thank You Manoj Kumar manoj.kumar@neudesic.com The Trusted Technology Partner in Business Innovation Products | Consulting Services | Managed Services

Editor's Notes

  1. I have a demo for adding new views to this dialog.
  2. I have a demo for adding new views to this dialog.
  3. Remember the last note talk about embracing UX team and working closely with them