Visual Studio 2008 Editions

S

Stefano

Hello,

I'm searching for a feature comparation table of visual studio
versions (express, standard and professional).
Somebody know real differences of various VS editions?

What feature are missing in express edition?

Thanks in advance

Stefano
 
L

Leon Mayne

Stefano said:
I'm searching for a feature comparation table of visual studio
versions (express, standard and professional).
Somebody know real differences of various VS editions?

Not sure about the express editions, but here's a comparision between
Standard and Professional:
http://msdn2.microsoft.com/en-gb/vs2008/products/bb980920.aspx
The express editions are probably quite similar to Standard, but are split
into different products. You won't get integrated source control in the
express editions.
 
C

Cowboy \(Gregory A. Beamer\)

Standard is a conglomeration of the express skus, essentially. If you have
all of the Express products, you have most of standard.

One bit that will work in standard that does not work in Express is
multi-project solutions. You can only run one project at a time.

I am not sure there is a precise comparison between express and other skus.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************
| Think outside the box!
|
*************************************************
 
F

Family Tree Mike

You can actually have multiple projects defined in one express solution. You
cannot have multiple languages, nor can you create depoloyment & setup
projects. You can develop a main app project with multiple supporting class
libraries.
 
C

Cowboy \(Gregory A. Beamer\)

I thought it was only one project, so you have given me some good news.

I guess I should amend this to say: You cannot edit both a web application
and a class library in the same instance, as Web Developer Express does not
allow you to edit class library projects.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************
| Think outside the box!
|
*************************************************
 

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