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 |
Explain file-based dependency and key-based dependency.
Where is asp.net view state stored?
What is the used of "ispostback" property?
1. What is the difference between Cache and Session? 2. I cache limited to page like viewstate or it's accessible through out the application like session? 3. Which one is better when I've some data that is to be used across the application? Why is to better than the other?
How do you define authentication in Web.Config?
2 Answers Accenture, BirlaSoft, IBM,
Are cookies stored on server or client?
what is the generics and where used generics in your project?
what is uncle aunty file
Is it possible to change the index of primary key on table?
What is asp short for?
What are the asp.net list controls and difference between them?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?