Features in ASP.NET?

Answers were Sorted based on User's Feedback



Features in ASP.NET?..

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

Features in ASP.NET?..

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

Post New Answer

More ASP.NET Interview Questions

Explain file-based dependency and key-based dependency.

0 Answers   MindCracker,


Where is asp.net view state stored?

0 Answers  


What is the used of "ispostback" property?

0 Answers  


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?

2 Answers   247Customer,


How do you define authentication in Web.Config?

2 Answers   Accenture, BirlaSoft, IBM,


Are cookies stored on server or client?

0 Answers  


what is the generics and where used generics in your project?

3 Answers   CTC,


what is uncle aunty file

1 Answers  


Is it possible to change the index of primary key on table?

0 Answers  


What is asp short for?

0 Answers  


What are the asp.net list controls and difference between them?

0 Answers  


In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?

0 Answers  


Categories