- A secure service to process business transactions.
- A service that supplies current data to others, such as a traffic report or other monitoring service.
- A chat service that allows two people to communicate or exchange data in real time.
- A dashboard application that polls one or more services for data and presents it in a logical presentation.
- Exposing a workflow implemented using Windows Workflow Foundation as a WCF service.
- A Silverlight application to poll a service for the latest data feeds.
Steps to create WCF Service with IIS host in visual studio
- Open visual studio(run as administrator), click on file ->website
- Select Wcf service template. provide the name of service below, I created as http://localhost/FirstWcf then click ok.
- Visual studio will generate a solution in that solution you will get the service.svc file.
- in App_Code it will generate one Interface IService.cs and one class Service.cs which inherits IService.
- your services created press f5 to run the application.
No comments:
Post a Comment