SóProvas


ID
1878856
Banca
IESES
Órgão
BAHIAGÁS
Ano
2016
Provas
Disciplina
Programação
Assuntos

No contexto da programação para a web ASP.NET, Razor refere-se à/ao:

Alternativas
Comentários
  • What is Razor?

    Razor is not a programming language. It's a server side markup language.

    Razor is a markup syntax that lets you embed server-based code (Visual Basic and C#) into web pages.

    Server-based code can create dynamic web content on the fly, while a web page is written to the browser. When a web page is called, the server executes the server-based code inside the page before it returns the page to the browser. By running on the server, the code can perform complex tasks, like accessing databases.

    Razor is based on ASP.NET, and designed for creating web applications. It has the power of traditional ASP.NET markup, but it is easier to use, and easier to learn.

    Razor Syntax

    Razor uses a syntax very similar to PHP and Classic ASP.

     

    FONTE: http://www.w3schools.com/aspnet/razor_intro.asp