Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can any one shows me step by step how to implement the Silverlight WPF application in VS 2008?
Posted
Updated 24-Oct-10 1:44am

1 solution

First things first!
Silverlight and WPF are not the same thing.
For starters, Silverlight run on a smaller "portable" version of the framework where as WPF runs on the full framework.

Next, to start Silverlight, this[^] would be one of the best links. If your system is setup with the Silverlight SDK, you might start with the walkthrough given on the website.
 
Share this answer
 
Comments
amshan1 24-Oct-10 7:51am    
thanks abhi,
Abhinav S 24-Oct-10 12:09pm    
You are welcome.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900