-
-
How do you use two datareaders at the same time in a vb.net windows application ?
For example:while(datareader1.read()) while(datareader2.read()) end whileend whilethis is not allowed even though both datareaders have two different sets of data. can someone help me out with this please..is there another way to do this?thank you
-
-
-
-
VB.NET 2-dimensional array
How do you search within a 2-dimensional array using VB.NET? How can I know that a value already exists in the array?
-
Picture and Image Controls
What is the difference between the picture and image controls in VB6.0
-
.NET 2.0 and .Net 3.0 / .Net 3.5
What are the differences between .NET 2.0 and .Net 3.0 / .Net 3.5 in terms of changes in language (C#/VB.NET) and Framework?
-
-
-
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
VB.NET Interview Questions
Ans