-
-
-
-
-
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?
-
-
-
Which program will you use to assemble a program written in IL:
A) ilasmB) ildasmC) clr
-
The metadata stored in the assembly is called :
A) AssemblyInfoB) manifestC) AssemblyData
-
A ‘Stack’ Collection provides ‘first-in-first-out’ functionality:
A) TrueB) FalseExplanation: A stack provides last-in-first-out functionality
-
A DataSet can hold any number of tables
A) TrueB) False
-
How do you declare variables in VB.NET
A) Using Dimension keywordB) Using Dim keywordC) Both A & BD) None
-
Which keyword refers the parent of the current object
A) MeB) SuperC) MybaseD) This
-
Which class is used to run the EXE application file in VB.NET
A) ProcessB) ApplicationC) ExeD) Execute
VB.NET Interview Questions
Ans