ASPX and razor

Source: Internet
Author: User

ASPX

The aspx file is Microsoft'sServer-side operation of theDynamic Web pagesfiles, which can be obtained after execution by IIS parsingDynamic Pages, Microsoft is launching a newNetwork Programmingmethod, rather than an ASP's simple upgrade, because its programming method and ASP are very different, he is on the server side by ServerCompile ExecutionThe program code,ASP uses the scripting language, each time the server calls the script parsing engine to parse the execution of the program code, and ASP. NET can be written in multiple languages, and is fully compiled, faster than ASP, and, not only fast problems, there are many advantages. . asp is an ASPfile suffix name,. aspxis the file suffix name of ASP.

Razor

< Span style= "LINE-HEIGHT:18PX; Text-indent:2em ">  Razor is a simple programming syntax for embedding server-side code in Web pages. The razor syntax is based on the ASP. NET Framework, which is an integral part of the Microsoft, Web application development. The razor syntax gives you all the capabilities of ASP. But with the simplified syntax, it's easier to learn if you're a beginner, If you are an expert, it is more conducive to increased productivity. razor Web pages can be described as HTML pages with two kinds of content: HTML content and Razor code. When the server reads this page, the Razor code is first run before the HTML page is sent to the browser. The code that executes on the server can accomplish tasks that cannot be done in the browser, such as accessing the server database. Server code can create dynamic HTML content before the page is sent to the browser. From the browser, the HTML generated by the server code is no different from the static HTML content. ASP. NET Web pages that use Razor syntax have special file extension cshtml (using C # Razor syntax) or Vbhtml (using VB's Razor).

Grammatical Differences

Summary

Here is simply a comparison, found that razor is simpler than ASPX,Razor is used as a new view template by the ASP. NET MVC3. In the recent project is also used razor, personal use of more is embedded in the HTML page C # code, feel particularly convenient, the above summary is just my online and other information on some of the collation and their own understanding, there are shortcomings, please criticize correct.



Copyright NOTICE: This article for Bo Master original article, reproduced please indicate the source, thank you!

ASPX and razor

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.