Home Backend Development C#.Net Tutorial A simple definition and introduction of ASP.NET

A simple definition and introduction of ASP.NET

May 24, 2017 pm 05:42 PM

Classic ASP - Active Server Pages (Dynamic Server Pages)

ASP, full name Active Server Pages (Dynamic Server Pages), also known as Classic ASP, was Microsoft's first server in 1998 Introduced by end-side scripting engine.

ASP is a technology that enables scripts in web pages to be executed on an Internet server.

The file extension of an ASP page is .asp and is usually written in VBScript.

If you want to learn classic ASP, please visit our classic ASP tutorial.

ASP.NET

ASP.NET is a new generation of ASP. It is incompatible with classic ASP, but ASP.NET may include classic ASP.

ASP.NET pages are compiled, which makes them run faster than classic ASP.

ASP.NET has better language support, a large set of user controls and XML-based components, and integrated user authentication.

ASP.NET pages have an extension of .aspx and are usually written in VB (Visual Basic) or C# (C sharp).

Controls in ASP.NET can be written in different languages ​​(including C++ and Java).

When a browser requests an ASP.NET file, the ASP.NET engine reads the file, compiles and executes the script file, and returns the results to the browser as a normal HTML page.

ASP.NET Razor

Razor is a new, simple markup syntax for embedding server code into ASP.NET web pages, much like classic ASP.

Razor has the functionality of traditional ASP.NET, but is easier to use and easier to learn.

ASP.NET Programming Languages

This tutorial covers the following programming languages:

Visual Basic (VB.NET)

C# (pronounced: C sharp )

ASP.NET Server Technologies

This tutorial introduces the following server technologies

Web Pages (Razor syntax)

MVC (Model-View-Control Server)

Web Forms (Traditional ASP.NET)

ASP.NET Development Tools

ASP.NET supports the following development tools:

WebMatrix

Visual Web Developer

Visual Studio

In this tutorial, the Web Pages tutorial uses WebMatrix, and the MVC tutorial and Web Forms tutorial use Visual Web Developer.

ASP.NET file extension

The file extension for classic ASP files is .asp

The file extension for ASP.NET files is .aspx

The file extension of ASP.NET files in Razor C# syntax is .cshtml

The file extension of ASP.NET files in Razor VB syntax is .vbhtml

[Related recommendations]

1. ASP.NET free video tutorial

2. Detailed introduction to ASP.NET MVC--routing

3. Detailed introduction to ASP.NET MVC--controller

4. Detailed introduction to ASP.NET MVC--View

5. What is ASP.NET MVC? Summary of ASP.NET MVC

6. In-depth understanding of the differences between ASP.NET MVC and WebForm

The above is the detailed content of A simple definition and introduction of ASP.NET. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot Article Tags

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Detailed introduction to what wapi is Detailed introduction to what wapi is Jan 07, 2024 pm 09:14 PM

Detailed introduction to what wapi is

Detailed explanation of whether win11 can run PUBG game Detailed explanation of whether win11 can run PUBG game Jan 06, 2024 pm 07:17 PM

Detailed explanation of whether win11 can run PUBG game

Introduction to Python functions: Introduction and examples of exec function Introduction to Python functions: Introduction and examples of exec function Nov 03, 2023 pm 02:09 PM

Introduction to Python functions: Introduction and examples of exec function

Detailed introduction to whether i5 processor can install win11 Detailed introduction to whether i5 processor can install win11 Dec 27, 2023 pm 05:03 PM

Detailed introduction to whether i5 processor can install win11

What is Discuz? Definition and function introduction of Discuz What is Discuz? Definition and function introduction of Discuz Mar 03, 2024 am 10:33 AM

What is Discuz? Definition and function introduction of Discuz

How to make custom borders in Microsoft Word How to make custom borders in Microsoft Word Nov 18, 2023 pm 11:17 PM

How to make custom borders in Microsoft Word

Introducing the latest Win 11 sound tuning method Introducing the latest Win 11 sound tuning method Jan 08, 2024 pm 06:41 PM

Introducing the latest Win 11 sound tuning method

Introduction to the skills and attributes of Hua Yishan Heart of the Moon Lu Shu Introduction to the skills and attributes of Hua Yishan Heart of the Moon Lu Shu Mar 23, 2024 pm 05:30 PM

Introduction to the skills and attributes of Hua Yishan Heart of the Moon Lu Shu

See all articles