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 - Explain the deployment features of the .NET FrameworkExplain 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......