+1 vote
in Design Patterns by
Q. Provide some scenarios when we could use WCF services

1 Answer

0 votes
by

A few sample scenarios include:

  • 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.

While creating such applications was possible prior to the existence of WCF, WCF makes the development of endpoints easier than ever. In summary, WCF is designed to offer a manageable approach to creating Web services and Web service clients.

Related questions

0 votes
asked Aug 12, 2020 in C Sharp by RShastri
0 votes
0 votes
0 votes
asked Apr 14, 2020 in C Sharp by GeorgeBell
...