A) assemblyname.logB) Applog.LogC) Application.LogExplanation: This file is located in the application’s data directory.
Latest Answer : C) Application.Log ...
A) My.Computer.CurrentFolderB) My.Application.CurrentFolderC) My.System.CurrentFolder
Latest Answer : My.Application.CurrentFolder ...
A) ProcessB) ApplicationC) ExeD) Execute
Latest Answer : system.Diagnostics.Process.Start() ...
A) ISNull( )B) IsEmpty( )C) IsDdNull( )
Latest Answer : IsEmpty() ...
A) System.Diagnostics.ProcessB) System.App.RunC) System.Diagnostics.RunD) System.Fileapp.Execute
Latest Answer : A ...
When you a create a console application in VB.NET which of the following files are added by default to the project
A) Assembly info file and a Class fileB) Assembly info file and a Module fileC) Class file and a Module file
A) When a non-fatal error occursB) When a Null argument is passed & can not be accepted as nullC) When a recoverable exception occursExplanation: Application Exception is thrown when a fatal exception
Latest Answer : The Correct Answer is B.When a Null argument is passed & can not be accepted as null. ...
ADO.NET allows VB.NET application to generate XML documents and to use such documents to update persisted data.
A) TrueB) False
A) Using Value PropertyB) Using CheckState PropertyC) Using Option PropertyExplanation: ChsekState is gives the whether checkbox is selected or not.Value was there in VB6
Latest Answer : B) Using check state property ...
Latest Answer : not sure of that but with visual studio.net 2005 you could export it to your local computer or a website. VS .NET creates an installer fiile and installes the application on the IIS. ...