-
Thread-Safe Class
Which is the only thread-safe class in System.collections?
-
Control Events
Which controls do not have events?
-
File System Object
How do create a fileSystemObject?
-
Class Library
What Is Class Library? How will you use class library in project?
-
Test case for a calender
Give me sample test case for calender
-
-
-
-
Applications for Smart Phone and other handheld devices can be written using:
A) .NET Smartclient FramworkB) .NET Small FrameworkC) .NET Compact Framework
-
The Visual Basic Compiler is:
A) vbcompiler.exeB) vb.exeC) vbc.exe
-
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#.
-
Which of the folloing kind of collections are supported by VB.NET?
A) ArrayListB) HashTableC) DynamicArray
-
-
Select the keyword used to refer the name space in our code in VB.Net
A) UsingB) PackageC) ImportsD) None of the above
-
How do you trigger an event in VB.NET
A) RaiseEvent keywordB) TriggerEvent keywordC) AddEvent KeywordD) None
-
How do you achieve interface implementation in VB.NET?
A) ImplementsB) UsesC) ImportsD) Overrides
-
By default VB.NET delegate refers
A) Shared MethodsB) Instance MethodsC) Both A & BD) None
-
How do you limit implicit type conversion in VB.NET?
A) Options Strict TrueB) Option Strict=1C) Option Strict OnD) Option Strict off
-
Clone method can create which type of object in VB.NET?
A) Shallow CopyB) Deep CopyC) Either A or BD) None
-
What is the purpose of Invoke Method?
A) Used to call any procedureB) Used to call the procedure through Delegate variableC) BothD) None
VB.NET Interview Questions
Ans