-
VB.NET testing
What's involved in end to end VB.NET testing?
-
Transfer Value
How to transfer value from one form to another form?
-
FCL in Dot Net Framework
What is FCL in Dot Net Framework?
-
Role Based Security
What do you mean by Role based Security?
-
Stop rolling page in Dot Metrix Printer
After Print the Label How to stop the printer page rolling and Other Label Started from the next of it.
-
Thread-Safe Class
Which is the only thread-safe class in System.collections?
-
Control Events
Which controls do not have events?
-
File System Object
How do create a fileSystemObject?
-
Class Library
What Is Class Library? How will you use class library in project?
-
Test case for a calender
Give me sample test case for calender
-
-
You can create COM Dll’s using VB.NET
A) YesB) NoExplanation: The DLLs you created in VB.NET are assemblies that contain managed code
-
Which part of the .NET Framework provides Context for managed code?
A) CLRB) .NET Context ManagerC) CTS
-
The ildasm.exe is a tool to
A) Generate Assembly language code from ILB) to display the contents of a .NET program fileC) to view the IL within individual functions
-
What’s the difference between a class field property?
A) A field always has Get and Set MethodsB) A property always has Get and Set MethodsC) None of the aboveExplanation: These methods are internally used set and retrieve values of a property.
-
Classes from which namespace will have to be used to read or write to a file?
A) System.IOB) System.FileObjectsC) System.FileSystem
-
To determine the folder in which your application is placed you can use:
A) My.Computer.CurrentFolderB) My.Application.CurrentFolderC) My.System.CurrentFolder
-
To ping network addresses, you can use:
A) My.Computer.Network.Ping(“hostname”)B) My.Computer..Ping(“hostname”)C) My.Network.Ping(“hostname”)
-
Which namespace Provides access to the database classes:
A) System.DatabaseB) System.DataAdapterC) System.Data
-
How do you enable Strict Type Checking in VB.NET
A) With OPTION STRICT ON keywordB) With OPTION EXPICIT KeywordC) With OPTION STRICT OFF keyword
VB.NET Interview Questions
Ans