Question : Need a simple app. that runs in both WPF and Silverlight

I'm looking for a simple application that runs in both WPF and Silverlight.  I want to start with something simple then use that as a sandbox where I can try out various other more advanced controls.

Please email me a link or the XAML, and I'd much appreciate it.

Also, if someone could email me a link to a list of controls/properties which are supported by both Silverlight and WPF, as well as the ones supported be either, I'd also be thankful

Thanks,
newbieweb

Answer : Need a simple app. that runs in both WPF and Silverlight

almost all controls of WPF are shared with SL, but they have different reference pages in MSDN, like:
http://msdn.microsoft.com/en-us/library/system.windows.controls.radiobutton(VS.95).aspx (SL)
http://msdn.microsoft.com/en-us/library/system.windows.controls.radiobutton.aspx (WPF)
 
Random Solutions  
 
programming4us programming4us