Google News
logo
WPF - Interview Questions
What is difference between WCF (Windows Communication Foundation) and WPF (Windows Presentation Foundation)?
WCF (Windows Communication Foundation) : WCF is a Microsoft unified programming technology used for creating, configuring and deploying applications to a production environment for testing purposes. Developers can use it to create secure, reliable solutions that work across multiple platforms. It deals with the interoperability of distributed applications using the .NET framework. 

WPF (Windows Presentation Foundation) : WPF is a new form of .NET technology developed by Microsoft that is used to build desktop applications and high-fidelity experiences for Windows. A comprehensive set of built-in features are available in WPF, including controls, application model, data binding, layout, 2D and 3D graphics, animation, styles, templates, documents, resources, typography, etc., for application development.
Advertisement