Tuesday, September 20, 2011

Advantages of wpf


What is wpf?


  • Ø  It is actually new framework introduced with dot net framework
  • Ø  It has new set of classes  and assemblies which allow us to write programs more efficiently and flexibility
  • Ø  It uses direct 3d rendering which employs graphics cards to render the output on the screen
  • Ø  Thus drawing will be smooth.

Advantages of wpf


Ø  Wpf introduces device independent DPI setting for application built with it.

Ø  rendered with in direct environment.

Ø  Major support for graphics and animation capabilities

Ø  Separate set of classes for animation effect and graphics.

Ø  Graphics are vector based and object oriented.

Ø  Comes with huge flexibilities to define the styles and control templates.

Ø  Comparable to css.

Ø  In traditional system styles are tightly coupled with interfaces. In wpf you can define a style and you put the style on the element.

Ø  Resource based approach

Ø  In wpf you can store styles, controls, animations and even any object as resource and you may associate them to the controls.

Ø  It has introduced new property system. Every element of wpf defines a large number of dependency properties. And it has strong capabilities than normal properties.

No comments:

Post a Comment