Shortcut Navigation:

VB.NET Quiz

How many levels of compilation happens in .NET Framework

Most of the underlying integration of .NET is done through XML

An Assemblyinfo file in a VB.NET project will have blank as file extesion.

Every type supported by CTS is derived from

Which of the following Types will have data of fixed size

What is the significance of Option Explicit statement when it is set to On

Which of the following class does not belong to Collection namespace

Methods declared with the following modifier are not accessible outside the class

The methods which return the values back to the calling code are called as

How do you terminate code execute with in a VB.NET method

How do you create a Read only Property in VB.NET

The constructors in VB.Net is similar to which event in previous versions of VB

Which interface allows to implement the Dispose method to do cleanup work

How do you call non shared methods of a class

How do we implement private interfaces

Where do you find COMException class

Which method of the XMLdocument class takes xml as string while loading

Which is the base class for TypedDataset

Which is the best to retrieve Read-Only, Forward-only stream of data from database

The DataAdapter uses which of the following object to retrieve the data from database

Which of the method is used to display the form as modal

The tool provided with .Net framework to register assemblies for use by COM is

How do you add Web Methods in VB.Net

How do you refer the current class in VB.Net

How you refer the parent class in VB.Net

The serialization of an Object means that it is written out to a stream

Which of the following is not a method of Debug class

Tagged as: vb net, vb net, net