-
-
Date Time Picker
HiI am doing a project on bug tracking tool using VB.NET. For that i need a date time picker control as one in usual vb. I checked the tool box but i couldn't find it. So for the time being i am using a text box and a button to enable the calender control,using which i am selecting the date. Is there any reference to add to get that control.Can some one help. Regards...
-
Visual Studio .NET Windows-based application
You use Visual Studio .NET to create a Windows-based application. The application includes a form named GraphForm, which displays statistical data in graph format. You use a custom graphing control that does not support resizing.You must ensure that users cannot resize, minimize, or maximize GraphForm. Which three actions should you take? (Each answer presents part of the solution. Choose three)A....
-
Root NameSpace Of The .Net
Object
-
JIT (in .NET ) stands for:
A) Just in TimeB) Job in TransitC) Java Intermediate TranslationExplanation: JIT compiler in .NET stands provides Just in time compilation feature.
-
The vbc.exe compiler generates:
A) IL CodeB) Native codeC) Byte Code
-
How do you Dereference an Object in VB.NET
A) By setting the object to NullB) By setting the object to NothingC) With Close keywordD) None of the above
-
In VB.NET default value for Boolean variable?
A) TrueB) FalseC) NothingD) Null
-
What is the significance of Shadowing a method in VB.Net ?
A) It makes a method OverridableB) It makes a method not inheritableC) It replaces all the implementation from high in the inheritance chain
-
How do you terminate code execute with in a VB.NET method
A) Exit SubB) ExitC) Close
-
How you refer the parent class in VB.Net
A) ParentB) MyBaseC) Super
-
-
-
The keyword to use while overloading operators is:
A) OperatorB) OverloadC) Overloads
-
Data can be loaded into a DataSet from:
A) Microsoft SQL ServerB) Microsoft ExchangeC) Microsoft Active Directory
-
How do you preserve the contents of an array from being cleared when the array is redimensioned?
A) Using Redim KeywordB) Using Preserve KeywordC) Using Reserve Keyword
-
VB.NET 2003 can not support following
A) Operator OverloadingB) Multiple InheritanceC) Multilevel InheritanceD) All of the aboveE) A & B Only
-
Which of the following is not member of String classs
A) CopyB) ConcatC) FormatD) Substring
-
How many levels of compilation happens in .NET Framework
A) One LevelB) Two LevelC) Three LevelExplanation: Source Code to MSIL in first level & MSIL to Native code in second level
-
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
VB.NET Interview Questions
Ans