Features in ASP.NET?
Answers were Sorted based on User's Feedback
Answer / xyz
It has Comman Language Runtime execution Engin which
translate the source code into Microsoft Intermediate
Language (MSIL) .It is called Managed code.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
How do you perform validations?
How is it possible for .NET to support many languages?
What is redirectpermanent in asp.net?
Can you explain the basic use of dataview?
What is asp.net caching?
What is web.config. How many web.config files can be allowed to use in an application?
6 Answers Accenture, HCL, InterGraph, iSoft,
What is cookies cache and session?
When web.config is called ?
What is the importence of the INTERFACE? but not the inheritence concept?and why we r declaring the empty methods in that? we can directly implements with in the class know? Tell me the importence?
How you will manage the state of ASP.NET controls?
0 Answers Sans Pareil IT Services,
can i use two web.config files of ConnectionString in One Default.aspx page
6 Answers Satyam, Verinon Technology Solutions, Wipro,
Difference between ASP Session and ASP.NET Session?