NET - Explain the steps to consume a web service in a client application

Explain the steps to consume a web service in a client application.

1. Add a web reference to the application
2. Choose from a list of available web services.
3. Name the reference of the web service you want to use.
4. Add the reference i.e. the wsdl of the web service to the application and use it.
NET - Describe the steps to enable transactions in a web method
Describe the steps to enable transactions in a web method - You have to use TransactionOption property of the WebMethod attribute.......
NET - Explain the deployment features of the .NET Framework
Explain the deployment features of the .NET Framework - No-impact applications, Private components by default, Controlled code sharing, Side-by-side versioning, XCOPY deployment and replication, On-the-fly updates, Integration with the Microsoft Windows Installer, Enterprise deployment, Downloading and caching, Partially trusted code......
NET - What are Merge Module projects?
What are Merge Module projects? - Merge Module projects enable creation and deployment of code that can be shared by multiple applications.......
Post your comment