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

How do you implement sql caching in asp.net?

0 Answers  


what is abstract class and method..

2 Answers  


What is difference between masterpage and user control, what is the objective of master page when we had user control in .NET 1.1 version

3 Answers   DELL, Soham,


which is faster ArraytList Or Collection ? how? hows the Hashing works internally ?

2 Answers   Emphasis,


How do sessions work?

0 Answers  






Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?

0 Answers  


Can the dictionary object be created in client?s scope ?

0 Answers   Satyam,


Difference between abstract factory pattern and factory method pattern in .NET with example.

3 Answers   ACS, IBM, Keane India Ltd,


What is http request and response?

0 Answers  


what is diffrent between asp & asp.net

2 Answers  


How to authenticate users using web.config ?

1 Answers   Patni,


What are the advantages of using Master Pages?

0 Answers   MCN Solutions,


Categories