-
-
My.Application.Log.WriteEntry , by default , writes to the file:
A) assemblyname.logB) Applog.LogC) Application.LogExplanation: This file is located in the application’s data directory.
-
Which of the folloing kind of collections are supported by VB.NET?
A) ArrayListB) HashTableC) DynamicArray
-
Filenet and Kofax
What is Filenet and Kofax? Explain in detail
-
-
-
-
-
-
-
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
-
-
How do you create method which can be accessed without the use of objects reference ?
A) Using FRIEND KeywordB) Using STATIC KeywordC) Using SHARED KeywordD) NONE
-
-
-
MessageBox class In VB.NET 2005
Message boxes are often used objects. They are derived form Form Class, displayed modally and used to take user’s acknowledgement and also inform the user or alert the user of any thing that needs to be informed or alerted.
You cannot create a new instance of the System.Windows.Forms.MessageBox class. To display a message box, call the static method System.Windows.Forms.MessageBox.Show.... -
Photos testing in QTP question
I have a page (let say www.abc.com) which contains the text "total photos (15)" where 15 is a variable which keeps changing as and when photos are added or deleted. On this page I have put a Text Checkpoint which is checking whether 'total photos (15)" is there or not and I have given a variable (t) in place of 15, i.e. Browser("abc").Page("def").Check CheckPoint("My photos-Public ("&t&")", so that...
-
-
-
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.
VB.NET Interview Questions
Ans