-
-
-
Which of these tools is used to display the IL contained with in a module
A) ATL Trace toolB) Spy ++C) DisassemblerExplanation: Disassembler is the tool with which one navigate the metadata with in the module
-
-
-
-
-
-
How do you break out of Try Catch block
A) Exit Try keywordB) CloseC) ExitExplanation: Exit try will make the code terminate from try catch block.
-
A ‘for’ loop will run faster in VB.NET or C#?
A) VB.NETB) C#C) Both of them will run equally fast.Explanation: Using default compiler settings, VB.NET includes overflow checks by default, so it runs slower than C#.
-
-
-
-
-
-
-
-
-
What is wsdl?
Web service description languageit is used to describe the webservices
-
VB.NET Interview Questions
Ans