Visual studio 2005 standard vs. developer

  • Thread starter Thread starter Mister Scary
  • Start date Start date
M

Mister Scary

What are the capabilities of Visual Studio 2005 Standard vs. Visual Studio
2005 Professional? I am principally a C++ guy but I do have some interest
in learning C#.
 
Mister Scary said:
What are the capabilities of Visual Studio 2005 Standard vs. Visual Studio
2005 Professional? I am principally a C++ guy but I do have some interest
in learning C#.

Both of the standard and profession editions include support for both
languages. The feature matrix is here:

http://msdn.microsoft.com/vstudio/products/compare/default.aspx

If you want to try out an entry-level single-language tool then take a look
at this:

http://msdn.microsoft.com/vstudio/express/default.aspx

Regards,
Will
 
Mister Scary said:
What are the capabilities of Visual Studio 2005 Standard vs. Visual Studio
2005 Professional? I am principally a C++ guy but I do have some interest
in learning C#.
Not knowing what types of applications you have in mind, one significant
difference is that the Professional Edition includes Crystal Reports for
reporting, whereas the Standard Edition does not.
 
If the menu options on the Standard version aren't any better than the
Express
than I will have to get the Professional, which is what I'm used to using.
I want
to create a dll building project, the AppWizard (or whatever it's called
now)
doesn't offer that option in the Express version. Is it offerred in the
Standard?

I'm just a little irritated that VC++ is no longer offerred standalone.
 
Mister said:
If the menu options on the Standard version aren't any better than the
Express
than I will have to get the Professional, which is what I'm used to
using. I want
to create a dll building project, the AppWizard (or whatever it's
called now)
doesn't offer that option in the Express version. Is it offerred in
the Standard?

AFIAK the menu structure in Standard is the same as in Pro and above.
(modulo those features that aren't in Standard, of course). Only Express
uses the simplified menu structure.

-cd
 
Mister Scary said:
If the menu options on the Standard version aren't any better than the
Express
than I will have to get the Professional, which is what I'm used to
using. I want
to create a dll building project, the AppWizard (or whatever it's
called now)
doesn't offer that option in the Express version. Is it offerred in
the Standard?

I'm just a little irritated that VC++ is no longer offerred
standalone.


You can create dlls using VC++ Express. The process is just obscured
somewhat. See here:

http://groups.google.com/group/micr...on+express&rnum=5&hl=en&#doc_ff58fe5980df91ea
 
What are the capabilities of Visual Studio 2005 Standard vs. Visual
Both of the standard and profession editions include support for both
languages. The feature matrix is here:

http://msdn.microsoft.com/vstudio/products/compare/default.aspx

There are some differences between Standard and Professional which are
important for some specific application areas, like only Pro supporting
OpenMP. Complete comparion from this point of view should be this one:

http://msdn2.microsoft.com/en-us/library/hs24szh9(VS.80).aspx


Regards
Ondrej
 
Back
Top