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
What are the different types of cookies in asp.net?
What is an example of an application service provider?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
Can the dictionary object be created in client?s scope ?
What is boxing and unboxing in asp.net?
How to prepare culture-specific formatting in .net.
What are uri parameters?
Tell me the code snippet to show how we can return 404 errors from HttpError?
What are demand-paging and pre-paging?
What are merge modules?
what is the difference between response.write() and response.output.write()?
Explain the different types of assemblies?
How do you deploy your asp.net application?
How many web config files can be created for an application?
How are sessions stored?