2005 beta 'Express' editions

G

Guest

I've had a look at the VS 2005 express editions on the MS website, does
anybody know the answer to the following about them?

It says that with c# you can create console applications, windows
applications, and class libraries. Presumably this means these are the *only*
types of project you can create with them, but is all the functionality
available for within these? i.e. can you do as much when building a console
application with express edition than you can with normal?

The VC++ says it has a 'professional grade' compiler with 'whole program
optimization'. Does this mean it's the optimizing compiler that you get?

Also has anybody had experience with these editions, if so how good to use /
effective, or otherwise did you find them?
 
J

Jochen Kalmbach

=?Utf-8?B?Qm9uag==?= said:
i.e. can you do as much when
building a console application with express edition than you can with
normal?
Yes.

The VC++ says it has a 'professional grade' compiler with 'whole
program optimization'. Does this mean it's the optimizing compiler
that you get?
Yes.

Also has anybody had experience with these editions, if so how good to
use / effective, or otherwise did you find them?

They are very good, but you should *not* use it in production environment!

--
Greetings
Jochen

My blog about Win32 and .NET
http://blog.kalmbachnet.de/
 
G

Guest

They are very good, but you should *not* use it in production environment!

What, because they're beta or because they're express versions?
 
G

Guest

Have you personally found any problems with them?

Are they good for hobbyist development, i.e. if I try it and I find it
definitely can do what I want, I might aswell trust it to do so?
 
J

Jochen Kalmbach

=?Utf-8?B?Qm9uag==?= said:
Have you personally found any problems with them?
No.

Are they good for hobbyist development, i.e. if I try it and I find it
definitely can do what I want, I might aswell trust it to do so?

Yes

--
Greetings
Jochen

My blog about Win32 and .NET
http://blog.kalmbachnet.de/
 
F

Fred Mellender

I have used C# Express on 5 Form-based projects. There are some rather
minor bugs, but overall I am pleased. You can see some of the work other
folk have done using these tools on the "Summer of Express Contest"
WebPages:
http://channel9.msdn.com/forums.aspx . No one has mentioned any
show-stoppers.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top