What is WCF and WPF?


Follow are the definition of Windows Communication Foundation & Windows Presentation Foundation.


Windows Communication Foundation(WCF):
            
         WCF stands for Windows Communication Foundation. WCF is a unified programming model for building service oriented application. WCF is the next generation of distributed applications and Web Services. It consist of a runtime and classes in System.ServiceModel namespace.

Windows Presentation Foundation(WPF):

       WCF stands for Windows Presentation Foundation. WPF provides developers with a unified programming model for building rich Windows smart client user experiences that incorporate UI, media, and documents. It is a next-generation presentation system for building Windows client applications with visually stunning user experiences.

Recent Posts