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 |
What is interface and abstract class in .net?
How many types of generations are there in a garbage collector?
What is assembly in .net?
What is the difference between a class and an object, and how do these terms relate to each other?
Is .net core managed code?
Explain how garbage collection works?
State the differences between the dispose() and finalize().
What do you mean by web service?
What are Sessions?
Major role of CLR for CAS
Explain role-based security in .Net.
Can I write il programs directly?