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

What’s difference between “optimistic” and “pessimistic” locking?

573


How would ASP and ASP.NET applications run at the same time on the same server?

1942


What is Forms Authentication in ASP.NET?

573


Write a code for sending an email from asp.net application.

531


What is applicatio domain?

569






Explain About duration in caching technique

612


How Session use Cookies in State Management?

601


Explain the difference between sql invalidation and sql notification.

551


What are triggers of an updatepanel?

549


What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?

522


Can you set the session out time manually?

370


Explain the asp.net mvc folder conventions? : asp.net mvc

502


Where is cookie used in asp.net?

571


Explain the steps to be followed to use passport authentication.

581


Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?

562