What is ASP.Net

ASP.Net is what

what 1 ASP.Net is?

ASP.Net is built on Microsoft's new .Net platform architecture, using common language runtime (Common Language Runtime) to provide users with the establishment of robust enterprise-level Web services applications in the back-end server programming framework.

2. What is the connection and the main difference between ASP.Net and ASP is?

ASP.Net and ASP to maintain existing syntax compatible, we can actually existing ASP source file extension ".asp" changed to ".aspx", and then configure IIS server that supports ASP.Net runtime directory of the Web the next, you can get all the superior performance ASP.Net runtime.

The main difference is that the former ASP and ASP.Net is compiled (Compile) execution, which is explained (Interpret) execution, the former than the latter has a higher efficiency. In fact, we can be seen as the implementation of ASP.Net code that acts as a front-end application and middleware, browser and user interaction common language runtime compiled, it accepts the user's request, HTML output flow to the client display . In addition, ASP.Net can also take advantage of the superior performance of many .Net platform architecture, such as the type of security, strong support for XML, SOAP, WSDL and other Internet standards.

3. Currently ASP.Net development language are those?

Currently ASP.Net development language in three languages, C #, Visual Basic.Net and JScrip.

The main advantage of 4.ASP.Net of what?

ASP.Net .Net architecture can take full advantage of powerful, safe and efficient platform features. ASP.Net is running the code in plain language the server back-end compiler run-time, early binding (Early Binding) run-time, in-time compilation, native optimization, caching services, zero-install configuration, based on a managed runtime code and verification security and so bring exceptional performance to ASP.Net.

Robust support for XML, SOAP, WSDL and other Internet standards for ASP.Net in a heterogeneous network provides a powerful extensibility years.

5. ASP.Net includes what?

ASP.Net WebForm and WebService including two programming models. The former provides users build powerful, rich appearance of the form-based (Form) programmable

Web pages. The latter is provided by support for HTTP, XML, SOAP, WSDL and other Internet standards in heterogeneous network acquisition environment remote service, remote devices, interactive remote application programming interface.

6. HTML Server Control and Web Server Control What is the connection and difference?

HTML Server Control is a class for controls (such as text boxes, buttons) based on static HTML pages in order to remain compatible with traditional ASP developed, they correspond with these controls are located namespace System.Web.UI.HtmlControls years.

Web Server Control is designed for the next generation of component-based development framework tailored .Net platform, which includes not only traditional static HTML control pages and other Web Server Control, it also includes AdRotator, XML and other powerful components, more importantly, it provides a powerful, easy to use underlying technical support for users to develop Web Server Control components. This will become the focus of the next phase of the development ASP.Net. They are located in the namespace System.Web.UI.WebControls years.

Guess you like

Origin www.cnblogs.com/001sir/p/11429222.html