About Me
 Lohith G N
 Developer Evangelist, Telerik
 Microsoft MVP – ASP.NET/IIS
 Lohith.Nagaraj@Telerik.com
 www.telerikhelper.net
 www.kashyapas.com
 @kashyapa
Agenda
Razor
(1 Hr)
ASP.NET
MVC
(2 Hr)
Break
Web API
(1 Hr)
MVC
Mobile
Features
(1 Hr)
Q & A
(1 Hr)
Telerik at a Glance
• Established in 2002
• Telerik is now a leading vendor of productivity tools & solutions
• 11 global offices, 700+ people, 100,000+ loyal customers in over 90
countries
• 880,000 Registered users in the Telerik Online Community
• True global vendor – no vertical or geographical focus
• Numerous business awards, hundreds of technology awards
“Deliver More Than Expected”
IMPROVING DEVELOPER
PRODUCTIVITY
HOW ABOUT SOME FREE HOURS FOR LEISURE ?
End to End Provider
Solutions for all aspects of Software Development
Automated Functional &
Performance UI Testing
Unit Testing
Load/Stress Testing
Exploratry Testing
Testing
Requirements Gathering
Project Management
Defect Management
Team and Customer
Collaboration
Planning
Multi-platform UI tools
Code quality and performance
tools
Data access and reporting tools
Construction
Overview of Razor
Syntax
LAP AROUND RAZOR
What is Razor
 View Engine in ASP.NET
 Design Goals
 Compact, Expressive, Fluid
 Easy to Learn
 Is not a new language
 Works with any text editor
1. Add Code using @ character
2. Enclose code blocks in braces
3. Inside a block, semicolon ends
the statement
4. Use Variables to store values
5. Enclose literal string values in
double quotation marks
6. Code is Case Sensitive
7. Using Objects
8. Decision Making Code
Thank You.
Q & A

Overview of razor syntax

  • 1.
    About Me  LohithG N  Developer Evangelist, Telerik  Microsoft MVP – ASP.NET/IIS  [email protected]  www.telerikhelper.net  www.kashyapas.com  @kashyapa
  • 2.
    Agenda Razor (1 Hr) ASP.NET MVC (2 Hr) Break WebAPI (1 Hr) MVC Mobile Features (1 Hr) Q & A (1 Hr)
  • 3.
    Telerik at aGlance • Established in 2002 • Telerik is now a leading vendor of productivity tools & solutions • 11 global offices, 700+ people, 100,000+ loyal customers in over 90 countries • 880,000 Registered users in the Telerik Online Community • True global vendor – no vertical or geographical focus • Numerous business awards, hundreds of technology awards “Deliver More Than Expected”
  • 4.
    IMPROVING DEVELOPER PRODUCTIVITY HOW ABOUTSOME FREE HOURS FOR LEISURE ?
  • 5.
    End to EndProvider Solutions for all aspects of Software Development Automated Functional & Performance UI Testing Unit Testing Load/Stress Testing Exploratry Testing Testing Requirements Gathering Project Management Defect Management Team and Customer Collaboration Planning Multi-platform UI tools Code quality and performance tools Data access and reporting tools Construction
  • 6.
  • 7.
    What is Razor View Engine in ASP.NET  Design Goals  Compact, Expressive, Fluid  Easy to Learn  Is not a new language  Works with any text editor
  • 8.
    1. Add Codeusing @ character
  • 9.
    2. Enclose codeblocks in braces
  • 10.
    3. Inside ablock, semicolon ends the statement
  • 11.
    4. Use Variablesto store values
  • 12.
    5. Enclose literalstring values in double quotation marks
  • 13.
    6. Code isCase Sensitive
  • 14.
  • 15.
  • 16.
  • 17.