-
Which NameSpace is used to access the metadata in an Assembly?
A) System.XMLB) System.AssemblerC) System.ReflectionD) System.IO
-
Which control should not be used for adding Tool tip?
A) ToolTipB) TipWinC) ToolTipWinD) ToolsTipsE) B,C & D
-
How are the parameters referenced by default in VB.NET?
A) By ObjectB) By ValC) By RefD) None
-
Which part of the .NET Framework provides Context for managed code?
A) CLRB) .NET Context ManagerC) CTS
-
Every .NET compliant compiler generates IL:
A) TrueB) False
-
How do you declare abstract members in VB.NET?
A) AbstractB) OverrideC) MustoverrideD) Implements
-
How does VB.NET achieve polymorphism?
A) EncapsulationB) Main functionC) Abstract Class/FunctionsD) Using Implementation
-
Which data type of VB has been removed in VB.NET?
A) StringB) DoubleC) ByteD) Currency
-
What is the operator that is used to cast up & down the inheritance hierarchy?
A) CastingB) DirectCastC) InheritenceCastD) LevelCasting
-
Which keyword refers the current instance of an object
A) ThisB) MeC) MyclassD) Mymodule
-
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
-
Classes from which namespace will have to be used to read or write to a file?
A) System.IOB) System.FileObjectsC) System.FileSystem
-
Which namespace Provides access to the database classes:
A) System.DatabaseB) System.DataAdapterC) System.Data
-
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
-
Application Class in VB.NET
Visual Basic 2005 introduces a speedy way to access many important classes relating to the Computer on which the application is running, the user running it, the application itself, its forms and any associated web services. The best part of it all is that you can access it all using the new My object. The new My object has added features that help the programmer to gain access to some functionality...
-
Explain about .NET Framework Class Librarykk">
Explain about .NET Framework Class Librarykk
The .NET framework class library, as the name suggests, is a library of classes, interfaces and value types. The applications, components and controls for applications are built on this framework and it provides the developer the access to the system functionality. In other words, the classes and structures can be leveraged as base building blocks for application development. These classes are often...
-
How do you Implement Class Library Object
Classical Object Oriented Concepts explain a class as a cookie cutter. A class allows you to create objects of the class. As a programmer you define a class with data fields, properties, methods and events. Then you can create objects based on that class that have state (fields, properties) and behavior (methods, events). A class can be considered as a specification of how the object of the class should...
VB.NET Interview Questions
Ans