-
How do you achieve interface implementation in VB.NET?
A) ImplementsB) UsesC) ImportsD) Overrides
-
How do you limit implicit type conversion in VB.NET?
A) Options Strict TrueB) Option Strict=1C) Option Strict OnD) Option Strict off
-
What is the lower bound value of array in VB.NET?
A) 0B) -1C) 2D) 3
-
-
Which program will you use to assemble a program written in IL:
A) ilasmB) ildasmC) clr
-
How do you implement inheritance in VB.NET
A) Using Extends KeywordB) Using Imports KeywordC) Using Override keywordD) None
-
Which of the following functions have been removed in VB.NET from VB 6?
A) String( )B) IsEmpty( )C) DoEvents ( )D) All of the above
-
Applications for Smart Phone and other handheld devices can be written using:
A) .NET Smartclient FramworkB) .NET Small FrameworkC) .NET Compact Framework
-
Every type supported by CTS is derived from
A) System .ObjectB) System .TypeC) System .DataExplanation: System .Object is the base for every type in VB.NET
-
What is the purpose of Invoke Method?
A) Used to call any procedureB) Used to call the procedure through Delegate variableC) BothD) None
-
Control Events
Which controls do not have events?
-
In VB.NET default value for Boolean variable?
A) TrueB) FalseC) NothingD) Null
-
Which keyword refers the parent of the current object
A) MeB) SuperC) MybaseD) This
-
What is .net?
Explain about.NET Technology
-
Which class is used to run the EXE application file in VB.NET
A) ProcessB) ApplicationC) ExeD) Execute
-
-
-
Role Based Security
What do you mean by Role based Security?
-
FCL in Dot Net Framework
What is FCL in Dot Net Framework?
-
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?
VB.NET Interview Questions
Ans