Showing posts with label | VB.Net MCQs. Show all posts
Showing posts with label | VB.Net MCQs. Show all posts

Which NameSpace is used to access the metadata in an Assembly?

A. System.XML
B. System.Assembler
C. System.Reflection
D. System.IO

Ans:C

__________ is used to step through each line of code as it executes, including calls to other function.

A. Step Out
B. Step Over
C. Step Into
D. Run to Cursor
E. Set Next Statement

Ans:C