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

Difference between HTML control and Web Server Control?

4 Answers  


What are the different kinds of assemblies?

0 Answers  


What is the behavior of a Web browser when it receives an invalid element?

0 Answers   MindCracker,


what are the different ASP.NET Application Folders?

1 Answers   Wipro,


Can you explain composite pattern?

0 Answers   QuestPond,


How we can kill our Session in web farm where there is no any sticky server .And user can not Logout bcoz of that.

3 Answers  


When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?

0 Answers   BirlaSoft,


What ports must be open for DCOM over a firewall? What is the purpose of Port 135?

0 Answers  


How about the security in Activex DLL and Activex EXE ?

0 Answers   DELL,


How do you register the .Net Component or Assembly?

2 Answers   Accenture,


SessionState - type of sessionstate and when and how to use it

1 Answers   Syntel,


Explain different types of Caching techniques in ASP.NET?

0 Answers   Sans Pareil IT Services,


Categories