Quote:
Originally Posted by obrienj
Cableguy,
Is the following true? (I think you may have already said this but it didn't sink in.)
If I compile my C# DLL targeting NET CF and I compile my B4P program as a device .exe, both will run on both platforms?
|
NO! The Dll will be useable by both a device compiled or a desktop compiled app, but, a device compiled app will NOT run in the desktop and vice-versa, even if the source file (.spb) is the same.
Quote:
|
Is C# coupled with Net CF interpreted like Java? If not, I really need an explanation.
|
Surelly there is someone with more insight knowleage than me about this issue, but as far as I know, C# is part of the .NET Framework, as well as other # languages like #j...
The main difference is that not All controls, properties, method,etc... have been provided by all those languages, as it was a prerrogative of their own developers/implementers...
the main reason that c# is so far spread in the community, is thet it seems to have the more broad coverage of the .Net Framework, thus giving the more flexible programing eviroment...