I want to know that can I do universal development in windows. I mean can i write code in some-way so that it may run on windows phone 8 and windows store apps ? Is there anyway in UI or in code-behind files ?

I want to make application that run on windows phone, windows 8 and tablets. Please describe !!

有帮助吗?

解决方案

You'll have to code platform specific parts anyway. You can't have the same UI for example.

But you can reduce the amount of code using Portable Class Libraries.

Here you can find some good advices:

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top