Re: Portable Code Base for both Pocket PC's and Desktops by Peter
Peter
Mon Sep 13 04:59:00 CDT 2004
Code compiled for the .NET Compact Framework will run on the desktop,
provided it doesn't used any Compact Framework specific features -
Microsoft.WindowsCE.Forms, System.Net.IrDA, System.Data.SqlServerCe
libraries.
Therefore you can write much of your logic in a Compact Framework dll which
you can also reference from a desktop project. You will probably find it
necessary to create your front-end code separately since you UI for desktop
and device will likely be very different.
Peter
--
Peter Foot
Windows Embedded MVP
www.inthehand.com | www.opennetcf.org
Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups
"Tarundeep Singh Kalra" <tkalra_at_GoRemote_dot_com@Remove.unnecessary>
wrote in message news:%23D7SUvWmEHA.3756@TK2MSFTNGP11.phx.gbl...
> Hi,
> i am facing a peculiar problem with regards to Code Portability both on
> Pocket PC and Desktops.
>
> My company wants me to maintain the common code base for both the
> platforms.
>
> Is .NET suitable for that ( Is WinCE.NET and .NET same).
>
> Can we do it in SDK (pocket pc sdk and desktop SDK).
>
> I need inputs from all of you.
> Thanks a lot in advance.
>
> --
> Regards
> Tarundeep Singh Kalra
>
> www_dot_tarunsadhana_dot_com.
>
> tarun_at_removeAT_tarunsadhana_dot_com.remove_dots
>
>
>
> --
> Regards
> Tarundeep Singh Kalra
>
> www_dot_tarunsadhana_dot_com.
>
> tarun_at_removeAT_tarunsadhana_dot_com.remove_dots
>