Linked by Eugenia Loli-Queru on Sat 29th Oct 2005 23:29 UTC
.NET (dotGNU too) The Microsoft .NET Compact Framework 2.0 Redistributable includes everything you need to run applications built for both .NET Compact Framework v1 and v2, including the Common Language Runtime and the .NET Compact Framework class library.
Order by: Score:

what size is it?
by Who is That on Sat 29th Oct 2005 23:53 UTC
Who is That
Member since:
2005-07-02

anyone?

Reply Score: 1

RE: what size is it?
by Eugenia on Sun 30th Oct 2005 00:09 UTC in reply to "what size is it?"
Eugenia Member since:
2005-06-28

The download size is 25 MBs, but the installation size on a device is only a few MBs. About 4-6 I would guess, it was about 3MB for .NET CF 1.0 on my PocketPC.

Reply Score: 5

Cool
by DittoBox on Sun 30th Oct 2005 02:42 UTC
DittoBox
Member since:
2005-07-08

Another update to add to my usb key.

Downloading now...

Reply Score: 1

Development
by Anonymous on Sun 30th Oct 2005 03:09 UTC
Anonymous
Member since:
---

Do you still need VS to program in C# for .NET CF?

Reply Score: 0

RE: Development
by Rapsey on Sun 30th Oct 2005 08:35 UTC in reply to "Development"
Rapsey Member since:
2005-08-08

VS was never needed to program in C#.

Reply Score: 1

v RE[2]: Development
by Anonymous on Sun 30th Oct 2005 09:46 UTC in reply to "RE: Development"
RE: Development
by n4cer on Sun 30th Oct 2005 11:55 UTC in reply to "Development"
n4cer Member since:
2005-07-06

Do you still need VS to program in C# for .NET CF?

No. The .NET Franework SDK

http://www.microsoft.com/downloads/details.aspx?FamilyId=FE6F2099-B...

includes what is necessary for building .NET CF apps as well as desktop apps. You can use the regular C#/VB.NET compilers to target the CF.

How to: Compile at the Command Prompt
http://msdn2.microsoft.com/en-us/library/ms172492

CF on MSDN
http://msdn2.microsoft.com/en-us/library/f44bbwa1(en-US,VS.80).aspx

CF Team Blog
http://blogs.msdn.com/netcfteam/default.aspx

Reply Score: 3

v RE[2]: Development
by Anonymous on Sun 30th Oct 2005 13:48 UTC in reply to "RE: Development"
RE[3]: Development
by n4cer on Sun 30th Oct 2005 14:54 UTC in reply to "RE[2]: Development"
n4cer Member since:
2005-07-06

You don't need project files.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dn...

If you just want to use project files, you can build them yourself.

MSBuild Overview
http://msdn2.microsoft.com/en-us/library/ms171452

How To: Write a Simple MSBuild Project
http://msdn2.microsoft.com/en-us/library/ms171479(en-US,VS.80).aspx

Edited 2005-10-30 14:58

Reply Score: 3

RE: Development
by bailey86 on Mon 31st Oct 2005 13:59 UTC in reply to "Development"
bailey86 Member since:
2005-10-14

my experience of ASP.NET was that although it was said that you could create apps with a text editor (or the simple Web Matrix) in reality (not MS marketing world) it was not feasible.

we needed to interact with Active Directory and as it turned out using VS was the only way this could be carried out in reality.

(also, ASP.NET is not truly cross-platform. smart navigation which is pretty crucial to a web app which is larger then one page is IE only).

then after the client had bough VS i found out what a pile of bloated code is produced and how unweildy it is i was really disapointed.

then the client went bust - they had tried to change from unix to windows for telecoms servers which constantly let them down amongst other mistakes - so i didn't have to take it any further.

i know this may not apply but thought my experience might shed some light on the way MS does things.

Reply Score: 1

v FUD
by Anonymous on Sun 30th Oct 2005 06:54 UTC
v license
by Anonymous on Sun 30th Oct 2005 14:14 UTC
Re: Development
by Anonymous on Sun 30th Oct 2005 14:54 UTC
Anonymous
Member since:
---

Thanks n4cer. And I think Ramsey was somewhat correct - there is hack to use sharpDevelop to program for NetCF 1.x - it was never supported by Microsoft.
I looked over the msdn site, am I right: RichText / RichInk still not supported?

Reply Score: 0

RE: Re: Development
by n4cer on Sun 30th Oct 2005 15:26 UTC in reply to "Re: Development"
n4cer Member since:
2005-07-06

I looked over the msdn site, am I right: RichText / RichInk still not supported?

As far as I can tell, you're right -- not supported.
Here's a list of CF controls:
http://msdn2.microsoft.com/en-us/library/hf2k718k

Reply Score: 1

RE[2]: Re: Development
by Anonymous on Sun 30th Oct 2005 16:26 UTC in reply to "RE: Re: Development"
Anonymous Member since:
---

It looks like unless you are writing a database front end NetCF 2.0 is not very serious tool. And there is no Outlook Objects support either! Very disapointed...

Reply Score: 0

RE[3]: Re: Development
by Anonymous on Sun 30th Oct 2005 17:06 UTC in reply to "RE[2]: Re: Development"
Anonymous Member since:
---

" And there is no Outlook Objects support either"

There's Outlook support (POOM - Pocket Outlook Object Model) in the Windows Mobile 5.0 SDK. Of course, this only works for devices running Windows Mobile 5.0, but they're starting to hit the market, so at least you have an option.

I've done some work with it, and it's a nice package. The APIs are straightforward enough that you probably won't even need to read the documentation.

Reply Score: 0

RE: Re: Development
by Anonymous on Sun 30th Oct 2005 16:36 UTC in reply to "Re: Development"
Anonymous Member since:
---

I couldn't get that hack to work (which might be my incometence but hey), and anyway the #D visual editor puts the menu bars at the top of the screen instead of the bottom, so good luck with that.

Reply Score: 0

What mobile platforms does it run on?
by Anonymous on Sun 30th Oct 2005 15:18 UTC
Anonymous
Member since:
---

Does this run on anything other than WinCE? Can you develop Palm, Symbian, or RIM apps with this?

Reply Score: 0

n4cer Member since:
2005-07-06

CE only AFAIK (well, technically it runs on regular desktop Windows as well). Palm has a Windows Mobile Treo that will run it but no, there are currently no builds for PalmOS, RIM, et al. You may want to check Mono/Portable.NET/etc. to see if they have any CLI ports.

Reply Score: 1

Info...
by 1c3d0g on Sun 30th Oct 2005 16:47 UTC
1c3d0g
Member since:
2005-07-06

For those of you who need to develop on the *nix platform, there's Mono. Just my 0.03¢ (damn inflation). ;-)

http://www.mono-project.com/

Reply Score: 1