Sunday, October 10, 2010

ASP.NET programming – An introduction to ASP.NET Programming & Development

ASP.NET stands for Active Server Pages and. NET Framework. ASP.NET is a very popular programming language. Unlike ASP ASP.NET runtime uses the Common Language Runtime. CLR is. NET runtime environment and controls the execution of the code. CLR allows the objects that are created in different languages to interact with each other, thus eliminating the language barrier. CLR provide a simplification of the design of the web application. It has many other advantages that must be considered.

CLR improves the performance of a web application. The ASP.NET code is compiled CLR code. The CLR provides just-in-time compilation, native optimization, and caching. Compilation is a two stage process. In the first stage, the code is compiled into Microsoft Intermediate Language (MSIL). In the second stage in the execution time it is compiled to native code. It is noteworthy that only the part of the code in the native code, which is most needed is compiled. This is called just-in-time compilation. This feature leads to the overall improvement in performance. This saves time and energy ASP.NET programming both. ASP.NET Programming is flexible. You can access the whole. NET class library with ASP.NET application. You can use the language best suited to your application this way, it is language independent. ASP.NET application uses a number of standard authentication and authorization are set up so that they at secured

ASP.NET reduces the amount of code needed. In this way, great application to create an ease. It has pre-application configuration. The application level configuration is in XML format to read the light and to write is stored. This format makes it easy for applications for the new settings without the help of any local management tools.

development environment of Visual Studio provides a comprehensive toolbox. It offers WYSIWYG editing, drag-and-drop server controls, and automatic implementation, etc. The source code and HTML are together so easily maintain ASP.NET pages and write. The source code is running on the server. That gives a lot of power and flexibility to Web pages. ASP.NET is a purely server-side technology is ASP.NET code runs on the server before it is sent to the browser. The Web server continuously monitors the pages, components and applications running on it. Where information is no memory leaks, infinite loops, other illegal activities, they immediately destroyed those activities and restarts itself

No comments:

Post a Comment

ShareThis

Bookmark and Share