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 |
Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?
State some of the different languages supported by .net?
What?s a Windows process?
What are the contents of assembly?
Explain what are the deferred execution and the immediate execution in linq?
Resource Files: How to use the resource files, how to know which language to use?
What is Global Assembly Cache (GAC) and what is the Purpose of it?
Will it go to finally block if there is no exception happened?
What are the advantages of .net?
Explain how garbage collection works?
What method do you use to explicitly kill a users session? How?
Explain me what is the .net framework and how does it work?