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; }
1 3842i had attended to infosys interview on 17th april 2010...on .net..3+ experience for Technology Analyst .. to my knowledge i did well in technical and hr whether i loose the interview or still processing is taking place..am confused please. what accuatly would be happend?
2360Post New Dot Net General Questions
Explain the difference between constants and read-only variables?
Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?
which methos do you invoke on the dataadapter control to load your generated dataset with data?
Explain about managed heap?
In code behind class, name the type of code found. Is it the server side code or client side code?
What is the use of Treeview control?
What is .net debug & trace?
What is gac in .net?
why you wouldn't want to write into it even if you could
How to use datagrid value in select statements where condition ,if cell is hyperlink bounded column?
Show different types of collection in .NET?
What is the difference between constants and read-only variables?
which method do you use to redirect the user to another page without performing a round trip to the client? How?
What is the root class in .net?
What is view state in .net?