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

What is the main differences between asp and asp.net?

0 Answers  


Difference between viewstate, cache, session

2 Answers   Mind Tree,


You are creating a Web site for Your company. You receive product lists in the form of XML documents. You are creating a procedure to extract information from these XML documents according to criteria that your users will select. When a user makes a request, you want the results of these requests to be returned as quickly as possible. What should you do? A . Create an XmlDataDocument object and load it with the XML dat Use the DataSet property of the object to create a DataSet object. Use a SQL SELECT statement to extract the requested dat B . Create an XmlDataDocument object and load it with the XML data. Use the SelectNodes method of the object to extract the requested data. C . Create an XPathDocument object and load it with the XML data. Call the CreateNavigator method to create an XPathNavigator object. Call the Select method of the XPathNavigator object to run an XPath query that extracts the requested data. D . Create an XmlReader object. Use the Read method of the object to stream through the XML data and to apply an XPath expression to extract the requested data.

1 Answers   Syntax Softtech,


How asp.net mvc differs from asp.net web forms? : asp.net mvc

0 Answers  


In which event of page cycle is the viewstate available?

0 Answers  






a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?

0 Answers   CTS,


What is a bubbled event?

2 Answers  


How does asp net store session ids by default?

0 Answers  


hi wrever i go thy r asking depth abt 3-tier architecture i.e, hw to deploy 3 layers into 3 servers i do nt have much idea on deployment. can any one send me the tips or code if u hav kindly mail me.

1 Answers   Wipro,


What is the Impprsonation?and what is the importence of that?

3 Answers   eXensys,


Which method is used to force all the validation controls to run?

0 Answers  


What is windows active directory authentication?

0 Answers  


Categories