Back to the main page of this blog The Podcast Network Website
Want to host your own show on TPN?

Archive for the 'Visual Studio' Category

Reposting the Moth on Cross Platform Development

Tuesday, October 10th, 2006

I’m not a big fan of reposting content that other people have already stated numerous times, but Daniel Moth has some exceptional posts that are worthy of some mention:

Retargetable (=256)
Share Code (#if FULL_FRAME)
Deploy to My Computer
Resx compatibility for Smart Device projects
Another use of partial types
Not a strict subset
Sharing Cursor.WaitCursor and InputPanel in VS2005
Dotnet changes
Speaking at MEDC […]

Dual Project for Cross Platform Development

Thursday, October 5th, 2006

One of the topics that was covered in the show with Jeff Arnett is how you can aid cross platform development by using dual, or parallel, projects.  The premise is that for every desktop project, you have a parallel device project.  The projects reside in the same directory and use the same code files, which […]