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 |
Write the .net syntax for 'while loop'?
How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?
What does .net stand for?
How many design patterns can be created in .net?
Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
Explain acid properties?
What is 'Common Type System' (CTS) in .NET?
What is a formatter in .net?
What is il in vb.net?
Should I implement finalize on my class? Should I implement idisposable?
What is the difference between VB and VB.NET?
Explain cas (code access security)?