I’ve developed Windows Mobile apps in the past and have always found that when trying to share a codebase with Windows (Winforms/WPF) apps, generally things get very difficult. Has this changed with Windows Phone 7? It would be great to add a WP7 app to a solution containing a WPF app and ASP.NET site and have everything share the same code base.
Share
Have a look at the Portable Library Tools CTP here
It’s a Visual Studio add-in that enables you to create libraries that run on a variety of .NET platforms without recompilation.