What is the use of trace utility?
Answer / vandana joshi
if u write trace="true" then it will give all important
information about your application like statevariable
value, version information.....everything
| Is This Answer Correct ? | 0 Yes | 0 No |
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
What is an anonymous method?
What are the two kinds of properties.
Can "this" be used within a static method?
What is connection pooling and how do you make your application use it?
Why you want to leave your previous company.
What is 'Common Type System' (CTS) in .NET?
what is yield keyword in .Net?
Explain how viewstate is being formed and how it's stored on client in .net?
What is the use of immutability?
What is the difference between Dataset and DataReader? Can u breif me ADO.net classes and architecture
Where?s Windows service database located?