Link to home
Start Free TrialLog in
Avatar of Emmanuel PASQUIER
Emmanuel PASQUIERFlag for France

asked on

Where to start when targeting Windows CE/Mobile plateform with C#

Hi, I've tested some of the solutions to quickly produce applications for Windows mobile plateform, for fun at the beginning, and just to know a bit about this subject. None of them where the clear, easy solution I hoped for, but maybe I didn't invest enough time.

Now I may have to create such small applications for business, and I'm looking for real world advices to get started with the tools that will work best for me, and won't cost me too much.

I'm expert in C and Delphi, so my first choice of technology is .Net/C# which I believe won't be too hard to handle from that experience.

Does any of you have some recommended tools, IDE (free if possible) , great websites specific to mobile development (because googling on these subjects always tend to be polluted with other .NET solutions not compatible with compact framework) ?
Or someone who wants simply to share similar experience getting into this world , tricks, and pitfalls to avoid ?
ASKER CERTIFIED SOLUTION
Avatar of alexey_gusev
alexey_gusev
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Emmanuel PASQUIER

ASKER

That looks good.
Will SharpDevelop work with Compact Framework ?

Otherwise, I think I might go for VS2008. But I don't like the IDE, I'm probably too used to Delphi, and can't understand why is there no 'component treeview' to see a hierarchy of what's on my form. Or maybe I don't just know how MS called it ?

Another thing that really annoys me is that I couldn't find any reference, code, or even hints about projects using TCP/IP with compact framework. That seems unbelievable that there is nothing to do easy out-of-the-box TCP/IP communication on WinMobile using CF, and I would have thought that this would be one of the most frequent topic covered. Do you have anything on that ?
ok, strike the last comment about TCP/IP, I'm probably not used enough to .Net philosophy. I was looking for components where I would just have to edit in design time the IP/Port property and set a received event, like in Delphi, where I should have looked for classes and do that the 'old way' like in C++.

I just found an article about using System.Net.Sockets ...
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
> I have a vague feeling that I even read somewhere about cf and delphi too.
I think I heard rumours about that too... But I think it's not with standard Delphi IDE but something else using Delphi language. I would be too happy if I could find a reliable way to create CF applications using Delphi language...
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Cool ! I'll take a closer look at these.