Programming of ASP.NET is quite flexible. The entire library of .NET can be easily accessed using the applications of ASP.NET.as the language is independent, so can be used according to the need of the developer. ASP. NET applications are most secured in comparison to other language because of the usage of specific set of authorization and substantiation schemes. With the help of .NET the usage of codes is reduced and gives ease in development of large applications. It has configuration of pre-application. The configuration of application level is written in XML format, which is quite easy to read and understand and helps in applying new applications. ASP.NET coding is always compiled with CLR code as it improves the web applications. CLR helps in compilation of time in optimization of native and also caching. Compilation process is executed in two stages Stage 1- code is compiled into the Microsoft Intermediate Language (MSIL). Stage 2- it is compiled into the native code. Only the needed portion of the code is compiled into the native code .This is also called as just in time compilation. It helps in improvement of applications as well reduces or saves energy too. The environment of Visual studio provides a very rich tool box. It also provides editing, drag-and-drop server controls, and automatic deployment etc. This gives lots of flexibility to the web pages. ASP. NET is a server side technology so before it is sent to the browser, the code is executed on server. The pages, components and applications running continuously monitor by the Web server. If any memory leaks, infinite loops, other illegal activities are being it noticed; it immediately destroys those activities and restarts itself. so the .net programming seems to be the most widely used wayout for errors and optmizing the system.
Related Articles -
Dot, Net, Programming,
|