Page 1 of 1

"Free" PPC with Compact .NET

PostPosted: Mar 22, 2003 @ 5:15am
by Dan East
Microsoft has announced a free Viewsonic V37 to developers that sign up for Visual Studio.NET 2003. Bill Gates also made announcements about the .NET Compact Framework. I don't know how much Visual Studio.NET costs, but it's probably several hundred dollars.




Dan East

PostPosted: Mar 22, 2003 @ 6:54am
by superman
*cough* $1100

for the pro version... unless you're upgrading

the enterprise editions are 1800 and 2400


I am kind of ambivalent about the whole .net thing, particularly the JIT compiler. Maybe if you could prejit your functions before executing them...

PostPosted: Mar 22, 2003 @ 2:06pm
by Dave Johnston
I think .net works by having machine-independant bytecode, which the JIT compiler then converts to more machine-dependant bitcode the first time it is run after installation on a system. So, first-run it has a slight startup delay, but after that is much faster since a bunch of optimisations have been made for that particular system.

That's the idea, anyway.

PostPosted: Mar 22, 2003 @ 4:51pm
by Sergey Chaban

PostPosted: Mar 22, 2003 @ 5:26pm
by Dan East

PostPosted: Mar 22, 2003 @ 6:01pm
by Sergey Chaban

PostPosted: Mar 24, 2003 @ 12:27am
by brendan

PostPosted: Mar 24, 2003 @ 2:04am
by damian

PostPosted: Mar 24, 2003 @ 3:21am
by Sergey Chaban
Hey Damian, but two-three that's a lot already ;)
Besides there are at least 4 different implementations of .NET that run on different OSes.
And you're not ignorant, nobody knows the definite answer to this question anyway :?

PostPosted: Mar 24, 2003 @ 4:55am
by superman