-
-
What is the full form WSDL
A) Web Services Description LanguageB) Web Services Development LanguageC) Web Site Development Language
-
Which of the following protocol is used in WebServices?
A) HTTPB) SOAPC) WSDLExplanation: Sipmle Object Access Protocol is used for web services
-
How do you add Web Methods in VB.Net
A) Add keyword to Method signatureB) Add [WebMethod] on top of the Method SignatureC) Add {WebMethod} on top of the Method Signature
-
Vb.Net classes can be derived in C#
A) TrueB) FalseExplanation: Since VB.Net Adheres to Common Type syetsm it is possible to Derive a class written in VB.Net in C#.
-
-
MessageBox class In VB.NET 2005
Message boxes are often used objects. They are derived form Form Class, displayed modally and used to take user’s acknowledgement and also inform the user or alert the user of any thing that needs to be informed or alerted.
You cannot create a new instance of the System.Windows.Forms.MessageBox class. To display a message box, call the static method System.Windows.Forms.MessageBox.Show.... -
Explain about Assemblies, native assemblies, and the Global Assembly Cache ">
Explain about Assemblies, native assemblies, and the Global Assembly Cache
The primary unit of deployment is the assembly. The assembly is used by the .NET CLR as the smallest unit of deployment; version control; security; type grouping and code reuse. An assembly will consist of a manifest and one or more modules or files.
It can be defined as a logical DLL that contains a manifest, type metadata, MSIL and resources. Assemblies can be application private... -
-
-
-
-
-
-
-
-
-
-
-
VB.NET Interview Questions
Ans