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 3702i 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?
2316Post New Dot Net General Questions
When we use windows api in .net is it managed or unmanaged code?
Explain about .net assemblies?
What method do you use to explicitly kill a users session? How?
How to implement getcommon method in class a? Are you seeing any problem in the implementation?
What is "microsoft intermediate language" (msil)?
How is a managed code executed?
What does il do?
How is .net able to support a lot of languages?
What is cyclomatic complexity and why is it important?
What is .net debug & trace?
What is a variable of implicit type and what is its scope?
Do you know what is the difference between an abstract class and an interface?
What is assembly in .net?
What is the difference between response.redirect & server.transfer?
What is WSDL? Explain its architecture?