What is WPF ? | Windows Pesentation Fundation
Windows pesentaion foundation is one of cool product of Micosoft Coparation.It has extended to UI design to new area
Before it took lot of time to create some user attractive user interface some time Visual Studio it self does not capable of creating animations,positioning controllers in different places or the coder \ Developer have to waster lot of effort to make such things. But today using WPF it is a simple thing
Before if developer need to integrate nice animating background to a form the developer have to design background form some other tool and use it but WPF allows developer to create vector background which is really awsm using few lines of coding
Apart from that it is possible to use WPF in following area
Graphical services
Media Services
Data binding
Layout
Templates
Imaging
Effects
Documents
Text
Annotations
Interoperability
Alternative input
Accessibility
My Hello Word Application of WPF
Actually I had no idea how to use WPF.Because of that I read few tutorials and decided to create a web radio listener which has one form and one web browser
Here is the screen shot of my little artifact
Code


I did not coded for any controller except loading event to maximize the windows form
used language C sharp
