Difference between WPF and Silverlight

Difference between WPF and Silverlight.

WPFSilverlight
WPF is used for developing enhanced graphics applications for desktop platform.Silverlight is for developing rich internet applications.
WPF uses XAML for hosting the user interface for web applications.Silver light is a sub set of Windows Presentation Foundation.
It is used for local use.It is used online.
The WPF application is restricted to use the later versions of the Windows operating system.They are used on most of the operating systems.
It supports full 3D images.It has only perspective 3D support.
They can utilize the local resources.They lack the access to the local resources.
Limitations of using external fonts in Silverlight
"Limitations of using external fonts in Silverlight - One of the major challenges is to use a downloader and some of the SetFontSource methods on a TextBlock to perform it..
How to perform Event handling in silverlight?
"Event handling is performed in two event cases – Input events and Non-input events...
Add reference of a Class library project in Silverlight
The following is the process for adding the reference library project: After defining business object classes in another project...
Post your comment