How to Create and Consume a Web Service?



How to Create and Consume a Web Service?..

Answer / honey

1. Create a connection
2. Create the command object, passing in the SQL string
3. Create the DataAdapter
4. Populate the DataSet and close the connection

Is This Answer Correct ?    3 Yes 8 No

Post New Answer

More Dot Net General Interview Questions

What is Application Domain?

1 Answers  


What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?

0 Answers  


i have 2 functions, int add(int a,int b); double add(int a,int b); does this code implement overloading? if not what will be the error?

4 Answers   Deloitte,


What is meant by globalization and localization?

0 Answers  


What is the difference between odbc and ado?

0 Answers  






How will you load dynamic assembly? How will create assemblies at run time?

0 Answers   InfoAxon Technologies,


Is .net core installed?

0 Answers  


How do you instantiate a complex number?

0 Answers  


Explain what rare the types of jit and what is econo-jit?

0 Answers  


Is .net a compiler?

0 Answers  


Which namespace does it belong to by default?

0 Answers  


Please explain about "this" object

4 Answers   CTS,


Categories