Features in ASP.NET?

Answer Posted / rahul

One of the main features of asp.net is:
The code has not been Compiled instead of that Interpreting.
By doing that, the performance of a website will be
improved. Apart from that in asp.net we're using a
programming code called templates. For example if a
particular page of a website has been updated by inserting
some codes the modification part will not be shown to the
user when he is viewing the source code. apart from that
presentation content and application content have been
separated in Asp.net framework. So that the webdesigner can
create the application and the programmer can develop the
code for an application. And also in Asp.net application if
any changes need to be done in a website it can be done
inside the configuration setting of an application, instead
of that we need not want to restart the webserver, whatever
changes done in the configuration leavl will be altered.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain parts of assembly?

721


What are the various session state management options provided by asp.net?

725


What are the advantages of the code-behind feature?

713


What is the default timeout for a cookie?

752


What kind of programming language is ASP.NET?

802


Can you explain one critical mapping?

725


List all templates of the repeater control.

737


Explain asp.net mvc request life cycle? : asp.net mvc

652


What is the difference between “Web.config” and “Machine.Config”?

878


What is a postback ispostback and autopostback in asp net?

657


Define the term Web Garden?

704


Differentiate between client-side and server-side validations in web pages.

751


How to Separate background image and front image from original picture....

735


In which event of page cycle is the viewstate available?

771


What is server transfer?

672