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

where is declare global variable in asp.net and what is use of global variable

3 Answers  


What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?

0 Answers  


what is the MSIL assembler do?

1 Answers  


What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?

0 Answers  


what is webservices. howit is use in our project .

4 Answers   TCS,






Fetch one page value to another page without using state-managment ?

0 Answers   HCL,


What is the difference between application and cache variables?

6 Answers   Astadia,


What is the usage of DelegatingHandler?

0 Answers  


What is AutoEventWireup attribute for ?

0 Answers  


Define the term Web Garden?

0 Answers   Sans Pareil IT Services,


What is the typical session identifier?

0 Answers  


What is new asp.net core?

0 Answers  


Categories