VB.Net Interview Questions

1. Which of the following information is contained in the assembly manifest?
2. Any project that compiles to an EXE or DLL files produces an assembly in .NET.
3. Which of the following is the best to retrieve Read-Only, Forward-only stream of data from database?
4. ______ protects system resources from unauthorized calls?
5. Which of the following is not a method of Debug class?
6. ________is used to step through each line of code as it executes, including calls to other function.
7. COMException class is a part of ________
8. The methods declared with the following modifiers are not accessible out side the current VB.NET project
9. Default properties are always a parameterized property.
10. How do you limit implicit type conversion in VB.NET?
11. Is the Class type in VB.NET a value type?
12. Choose the correct statement about a delegate in VB.NET?
13. Which of the following is not the member of System.Collections?
14. Which of the following control can contain other controls?
15. Which of the following object is used by the DataAdapter to retrieve the data from database?
16. Which of the following control doesn't receive the focus and doesn't have a TabIndex property?
17. Which of the following is not true for Shared members?
18. If no access modifier is specified for a class, it is considered ________