How i can use wcf in a wpf application [closed]

WPF is a computer-software graphical subsystem for rendering user
interfaces in Windows-based application.

WCF is a set of APIs in the .NET Framework for building connected,
service-oriented applications.

There is a cool blog post about how you can implement a WCF service and then consume it using a WPF client.

Leave a Comment