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

which methos do you invoke on the dataadapter control to load your generated dataset with data?

0 Answers  


Explain the top .net class that everything is derived from?

0 Answers  


What is an assembly? What are the different types of assemblies?

0 Answers  


What is 'Common Type System' (CTS) in .NET?

0 Answers   NA,


What is the difference between task and thread in .net?

0 Answers  






What are the types of jit?

0 Answers  


How does the .NET framework work?

1 Answers  


Explain why do we use msmq?

0 Answers  


How does you handle this COM components developed in other programming languages in .NET?

1 Answers   Satyam,


Explain the different parts of an assembly?

0 Answers  


Explain the procedure to add assemly to gac to make it shared one?

0 Answers  


Which is the main Difference Between .Net 2003 and .Net 2005?

1 Answers  


Categories