I’m willing to build a simple database application using Silverlight. Is it possible to use that code base as a WPF application? Final goal is to have exactly one code base to serve both as a Desktop application and as a Web application.
I’m willing to build a simple database application using Silverlight . Is it possible
Share
There are differences between the XAML that Silverlight and WPF support so you won’t be able to do it this way.
What you will be able to do though is create a Full Trust Application in Silverlight that can be installed onto the desktop.