- How to find data with generics list in VB.NET (Write code).
- How to deal with return value of stored procedure when you are using DataReader ?
- What is the default size of Integer data type in VB.NET as VB.NET has Int 16, Int 32 and Int 64 also?
- Which Keyword is used in VBScript to increase or decrease the counter variable by the value?
- How to assign font to label at run-time in vb.net ?
- How to assign width to label/button/textbox in vb.net ?
- Have you ever used IIF? Explain.
- DateTime variables can be null.
- _________ when turned on do not allow incompatible type conversion?
- ____________ when turned on do not allow to use any variable without proper declaration?
- What is “fix” ?
- Difference between Fix and Int.
- Write output:
Dim testString = "TestingStringHere"
Mid(testString, 5) = "..Bore.." - What is difference between Mid function and Mid Statement ?
- What is difference between String.Substring and MID function?
- With Visual Basic Runtime, NOTHING gets evaluated as,
- What is VAL function?
- Name the method in VB.NET used to define a control's color?
- To reverse a string which function is used in VB.NET?
- Which method is used to delete a file in VB.NET?
- What is the keyword used in VB to carry out the work of virtual keyword of C#?
- Equivalent keyword of new in VB?
- To define abstract class in VB which keyword is used?
- To define abstract method which keyword is used in VB?
- Can we Add New Row into a Grid Using Binding Source?
- AddNew() method of BindingSource Class will add a blank row or with some data?
- How can we find the index of current selection in BindingSource Class?
- Can we insert a blank row using BindigSource Class?
- How can we Move to Next and Previous Record using BindingSource Class
- How to apply filter using BindingSouce?
- What are the new features in Visual Basic 10?
- Why Option Strict is used so far?
- What is Optional Explicit in VB.net ?
- What is the Important aspect before using Objects in VB.Net .
- What is the Syntax of get and set properties in VB.net?
- What for " MustInherit " keyword is used in VB.net ?
- Module Module1
Sub Main()
Dim arr(3, 3) As Integer
End Sub
End Module
What is the total number of elements in this array? - What is the use of Option Infer statement in VB?
- How do we read entire contents of a file named MsgSrikanth.txt(Text File Example) into a single string variable ?
VB.NET Interview Questions
List of VB.NET Interview Questions. To get the answers of these VB.NET Interview Questions. click here.
