c# - applications for multiple environment (windows phone 8, windows phone 8.1, windows 8, windows 7, windows xp) -
c# - applications for multiple environment (windows phone 8, windows phone 8.1, windows 8, windows 7, windows xp) -
i have request simple application containing few views, no business logic, communication rest services. problem lies on multiple environments:
1. windows phone 8
2. windows phone 8.1
3. windows 8
4. windows 7
5. windows xp
i concerning wpf application windows 8 , and windows 7, windows phone 8 application phone 8 , phone 8.1, xp (i know not supported) separate application.
do miss or there hidden pitfall ? possible generalize desktop application windows 8, 7 , xp ?
thanks in advance
edit:
finally help have solution fills requirements:
1. win phone 8.1 , 8.0 windows phone 8.0 application, work on both systems
2. win 8 , win 7, wpf application
3. win xp dedicated application
looks lot of work...
edit: webapplication not allowed/possible i'll update reply leave original reply below
if can install wpf , .net on windows xp may utilize wpf desktop solution. windows phone can create wp8 version. run on wp8, 8.1 , 7.8
please mind windows phone 8 supports subset of wpf if reuse xaml have consider , start phone.
the codebehind (rest communication) c# in both cases.
original answer:
you may create web application/site. on windows phone can create app uses browser control. can distributed in store installed , it's still website. on desktop can either utilize browser or create winforms app browser component.
c# .net wpf windows-phone-8 windows-phone-8.1
Comments
Post a Comment