WPF in .NET

WPF stands for Windows Presentation Foundation. Microsoft stops development for windows forms. Using the WPF we can develop windows applications. A new mark up language XAML has been introduced in the WPF and it is pronounced as zammel. Using the XAML we can design the from easily. Following are the advantages using WPF over windows forms.

1) Using the new mark up language XAML we can design the form very easily. It is simply with XML tags.

2) WPF uses the vector graphics where as the windows forms uses scalar graphics so that if we increase the width or height of an image or video the quality of an image/video is reduced in the windows forms but in the WPF not like this as it is using the vector graphics.

3) In WPF built in animation classes are available for developing animation applications where as in the windows forms no built-in classes are available in the windows forms. If there is any such animation requirement in the windows forms we were achieved it through the timer control.

4) In WPF every control is a container control. So we can place one control in another control like image control can be placed inside the textbox control or dropdown control  where as in the windows forms we can't place one control in another control.

No comments:

Post a Comment