Skip Navigation LinksHome > My Articles
Articles
My Post popular articles are listed here.
I am new in article writing, just started writing for the community, the most popular articles are listed here... please read them and comment on them so that i can improve
Code ProjectOthers

A beginner’s guide to WCF in XBAP


This article shows how to use wcf service in xbap or wpf browser application.


Windows presentation foundation in short, wpf is Microsoft’s new user interface technology. Wpf introduced with the release of dot net framework 3.0. Wpf comes with lot of promises, for example, it can be used to show very rich graphics centric 2D and 3D models. WPF uses the client machines graphics capability to full extent. For more information about wpf please visit www.windowclient.net. In this article we will discuss about using wpf in web! It sounds a very strange wish to accomplish. But it’s true; wpf can be used in browser.


Read More