1 ASP.NET?
ASP.NET is based on Microsoft's new generation .NET platform architecture, using ordinary language runtime (CommON language runtime) provides users with a powerful enterprise-level web application service for users.
2. What is the connection between ASP.NET and ASP and what is the main difference?
ASP.NET keeps syntax compatible with existing ASPs, in fact, we can change existing ASP source file extensions ".asp" to ".aspx", then configure the web directory of IIS servers that supports ASP.NET runtime It will be available to all superior performance at the ASP.NET runtime.
The main difference between ASP.NET and ASP is that the former is executed, while the latter is interpreted, the former has a higher efficiency than the latter. In fact, we can see the execution of ASP.NET as a compiled ordinary language runtime code act as an application for a front-end browser and middleware user interaction, it accepts the user's request, and outputs HTML to the client display. . In addition, ASP.NET can also utilize many superior performance of the .NET platform architecture, such as type security, strong support for Internet standards such as XML, SOAP, WSDL.
3. What are the development languages of ASP.NET?
There are currently three languages, C #, Visual Basic.net, and JSCRIP in ASP.NET.
4. What are the main advantages of 4.asp.net?
ASP.NET can fully utilize the powerful, safe and efficient platform characteristics of the .NET architecture. ASP.NET is a normal language runtime code running after the server's backend, running early binding, instant compile, local optimization, cache service, zero installation configuration, runtime based on runtime code Safety mechanisms are superior performance for ASP.NET.
Strong support for Internet standards such as XML, SOAP, WSDL, provides powerful scalability to ASP.NET in heterogeneous networks.
5. What is the main include what contents from ASP.NET
ASP.NET mainly includes two programming models of WebForm and WebService. The former provides users with powerful and expropriated programmable.
Web page. The latter provides remote services, connects to remote devices, and interacting remote applications, connecting remote devices, interacting remote applications, using Internet standards for HTTP, XML, SOAP, WSDL.
6. What is the connection and difference between HTML Server Control and Web Server Control?
HTML Server Control is an HTML static page-based control (such as a text box, buttons), which is maintained compatible with traditional ASP, which corresponds to these controls that in the namespace system.web.ui.htmlControls.
Web Server Control is designed to be tailored to the next generation of component-developed .NET platform architectures, it includes not only WEB Server Control, including controls with traditional HTML static pages, but also includes ADROTATOR, XML and other powerful components, More importantly, it provides a powerful and easy-to-use technology underline support for users to develop Web Server Control components. This will become a hot spot development in the next stage. They are located in the namespace system.web.ui.webControls.