-
Web services can handle any type of data that can be serialized
A) TrueB) False
-
An Assembly must have a Strong name to be placed in GAC
A) TrueB) FalseExplanation: Assembly must have a Unique Strong name to be considerd as a shared assembly
-
Which too l is used to add & remove assemblies from GAC
A) RegasmB) GacUtilC) Regsvr32Explanation: Gacutil /I adds an assembly to GAC & GacUtil /U removes an assembly from Gac
-
How do you refer the current class in VB.Net
A) MeB) ThisC) SuperExplanation: Me is used to refer the current class in VB.Net
-
Where do you define attributes in VB.Net
A) Along with Method signatureB) On top of the method signatureC) With in the Method body
-
-
Describe two ways to set the tab order of controls on your form using vb.net / visual C#?
1. in the designer, select each control capable of receiving the focus.2. in the properties window, set the tabindex property to an appropriate value. the focus passes from control to control in the order of lowest to highest value.
-
What is meant by field-level validation and form level validation.
Field- level keyboard events allow you to immediately validate user input : KeyDown, KeyPress, KeyUp.Form-level validation is the process of validating all fields on a form at once. it is usually called when the user is ready to proceed to another step.
-
-
-
-
-
-
-
-
-
-
-
-
VB.NET Interview Questions
Ans