You have been given the task of designing a web services to
expose the data that is stored in a database on the server.
In order to successfully build the web services, you need to
import some namespaces. What is the minimum namespace you
need to import?



a) System.Web
b) System.WebServices
c) System.Web.Services
d) System.Web.ServiceModel

Answers were Sorted based on User's Feedback



You have been given the task of designing a web services to expose the data that is stored in a dat..

Answer / swapna

System.Web.Services

Is This Answer Correct ?    7 Yes 0 No

You have been given the task of designing a web services to expose the data that is stored in a dat..

Answer / dilip

Answer is "C"

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Is it possible to use two versions of assembly at the same time?If possible explain with code?

3 Answers   Tech Mahindra,


What is connection pooling and how to enable and disable connection pooling?

0 Answers  


What is the use of @Register directives?

3 Answers  


Difference between asp and asp.net ?

4 Answers   Accenture, BirlaSoft, TCS,


Is string a value type or a reference type?

13 Answers  






Which template must you provide, in order to display data in a Repeater control?

1 Answers  


How you will improve web application performance?

0 Answers   Wipro,


How to display validation messages in one control?

0 Answers  


Can you edit data in the Repeater control?

4 Answers   Siebel Systems,


Why the javascript validation not run on the asp.net button but run successfully on the html button?

0 Answers  


What are the various types of authentication?

1 Answers  


Is viewstate enabled by default?

0 Answers  


Categories