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 |
where is declare global variable in asp.net and what is use of global variable
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?
what is the MSIL assembler do?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
what is webservices. howit is use in our project .
Fetch one page value to another page without using state-managment ?
What is the difference between application and cache variables?
What is the usage of DelegatingHandler?
What is AutoEventWireup attribute for ?
Define the term Web Garden?
0 Answers Sans Pareil IT Services,
What is the typical session identifier?
What is new asp.net core?