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 is globalization and localization in asp net?
Is it possible to write code in many languages in one asp.net project?
What is ascx?
Can viewstate be accessed in another page?
How can you pass multiple complex types in Web API?
Write a code for passing ArrayList in Web API?
How many types of file extensions for razor views in ASP.Net MVC?
What is the difference between the response.write() and response.output.write() methods?
How can we apply themes to an asp.net application?
How can I open ashx file in mobile?
Explain what does mvc represent in asp.net? : asp.net mvc
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
How is it possible for .NET to support many languages?
Describe the differences between the lifecycles of Windows services and Standard EXE?
What is a 404 redirect?