| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Why is catch(Exception) almost always a bad idea? | | 3 |
| What is the base class of .NET? | | 5 |
| How do you install windows service? | Tech-Mahindra | 3 |
| can machine.config file orverrides web.config.
For example: if u set session timeout as 30 mins in
web.config file to a particular application and if u set
session timeout as 10 mins in machin.config. what will
happen and which session is set to the appliction?
| SunGard | 2 |
| How many Directives r in ASP.NET? | | 4 |
| How does Garbage collector(GC) works in .net | Accenture | 8 |
| 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.
| Syntax-Softtech | 1 |
| difference between gridview,data list and repeater control | Olive-Tech | 4 |
| Is It Possible For Whole Page is Saved In View State?
What Is View State? | Phoenix-Technologies | 2 |
| How many time you can fill dataset in asp.net? | Syntel | 1 |
| In C#.net application is run on linux michine | | 3 |
| What is the difference between User Controls and Master Pages | IntraLogic | 13 |
| If there are two web.config files in a application which
config files will get priority? | | 4 |
| How can we do the client side validation and Server side
validations? But i told that At client side by with the help
of validations control or by javascript? But I dont know
about the Server side controls Explain? | iSoft | 5 |
| when user is logged on the information is saved in a
cookie, what is the name of that cookie? | Mind-Tree | 2 |
| What is Runtime callable wrapper? | | 2 |
| main difference between asp.net2.0,asp.net1.1,asp.net1.0 | Northgate-is | 1 |
| Explain Factory pattern? | Microsoft | 1 |
| What namespace does the Web page belong in the .NET
Framework class hierarchy?
| | 1 |
| what is NET Framework ? | TCS | 4 |
| |
| For more ASP.NET Interview Questions Click Here |