-
When does a Missing Number exception occurs?
A) When there a DLL versioning problemB) When 0 is used as a divisor in an arithmetic routineC) Occurs when there is not enough memory to continueExplanation: Missing Number exception occurs when an wrong version of DLL is referred inside the code.
-
Where do you find COMException class
A) System.Runtime.InteropservicesB) System.XMLC) System. DataExplanation: Interopservices has all the classes, which related to COM
-
Which method of the XMLdocument class takes xml as string while loading
A) Loadxml ( )B) Load( )C) Save ( )Explanation: Loadxml ( ) expect the xml to be loaded is passed as an valid XML string
-
Which one of the following is the best to retrieve the data multiple time from database and to model a complex a relation ship in memory.
A) Data SetB) Data ReaderC) DataRowExplanation: Dataset is a in memory database hence data can be retrieved any number of times and can be modeled to build any complex relation ship.
-
How do you define attributes in Vb.Net
A) []B) C) {}Explanation: Attributes are enclosed with in the angular brackets in Vb.Net
-
VB.NEt code can be used in Server side scripting of an aspx page
A) TrueB) FalseExplanation: Either C# or Vb.Net can be used in the code behind of an .aspx page
-
-
-
-
-
-
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