473,396 Members | 1,693 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Visual studial standart & express

I'm about to buy VS.NET2005 standart edition which fits my need very well.
What would be better though (cheaper and same feature, but I haven't tried)
is to buy C++ express & C# express.
If I buy both of these, could I have a mixed project (and debugging)
experience with native C++, .NET C++ & C#, all together?
Or do I need to go for the standart edition?

--
Regards,
Lloyd Dupont

NovaMind development team
NovaMind Software
Mind Mapping Software
<www.nova-mind.com>
Nov 1 '05 #1
7 1653
Lloyd Dupont wrote:
I'm about to buy VS.NET2005 standart edition which fits my need very
well. What would be better though (cheaper and same feature, but I
haven't tried) is to buy C++ express & C# express.
If I buy both of these, could I have a mixed project (and debugging)
experience with native C++, .NET C++ & C#, all together?
Or do I need to go for the standart edition?


Good question! I'd like to know the real answer, but...

I've never installed any of the Express editions, but I gather that they're
meant to work side by side, not to integrate into a composite Visual Studio
if you install more than one.

There are a few features in Standard Edition that you don't get with the
express products too. The one I'm using the most: the Class Designer. I
find that I do maybe 75% of my interface/structure design using the class
designer directly instead of creating the code from scratch or generating
code from UML.

-cd
Nov 1 '05 #2
ho, class designer is not in express?
that settled then ;-)

Although I should say, even though I like this class designer I am old
school (don't use it much).
If I'm in "design mode" (which is, arguably, not often) I tend to write
multiple empty method myself (with the keyboard)...

"Carl Daniel [VC++ MVP]" <cp*****************************@mvps.org.nospam >
wrote in message news:%2****************@tk2msftngp13.phx.gbl...
Lloyd Dupont wrote:
I'm about to buy VS.NET2005 standart edition which fits my need very
well. What would be better though (cheaper and same feature, but I
haven't tried) is to buy C++ express & C# express.
If I buy both of these, could I have a mixed project (and debugging)
experience with native C++, .NET C++ & C#, all together?
Or do I need to go for the standart edition?


Good question! I'd like to know the real answer, but...

I've never installed any of the Express editions, but I gather that
they're meant to work side by side, not to integrate into a composite
Visual Studio if you install more than one.

There are a few features in Standard Edition that you don't get with the
express products too. The one I'm using the most: the Class Designer. I
find that I do maybe 75% of my interface/structure design using the class
designer directly instead of creating the code from scratch or generating
code from UML.

-cd

Nov 1 '05 #3
How much work do you want? You can buy the express products and save money,
but you will have to do a lot of the work to reference things together as you
cannot contain these projects in a single solution. If this is not an issue,
and will not destroy your productivity, go for it. I would head towards the
unified approach personally, but each one of us has our own priorities.

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

***************************
Think Outside the Box!
***************************
"Lloyd Dupont" wrote:
I'm about to buy VS.NET2005 standart edition which fits my need very well.
What would be better though (cheaper and same feature, but I haven't tried)
is to buy C++ express & C# express.
If I buy both of these, could I have a mixed project (and debugging)
experience with native C++, .NET C++ & C#, all together?
Or do I need to go for the standart edition?

--
Regards,
Lloyd Dupont

NovaMind development team
NovaMind Software
Mind Mapping Software
<www.nova-mind.com>

Nov 1 '05 #4
I am also not fully sure the class designer is in Standard, it may be a
Professional thing. As this is an "I don't know" post, it would be prudent to
read the descriptions and make an informed decision.

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

***************************
Think Outside the Box!
***************************
"Lloyd Dupont" wrote:
ho, class designer is not in express?
that settled then ;-)

Although I should say, even though I like this class designer I am old
school (don't use it much).
If I'm in "design mode" (which is, arguably, not often) I tend to write
multiple empty method myself (with the keyboard)...

"Carl Daniel [VC++ MVP]" <cp*****************************@mvps.org.nospam >
wrote in message news:%2****************@tk2msftngp13.phx.gbl...
Lloyd Dupont wrote:
I'm about to buy VS.NET2005 standart edition which fits my need very
well. What would be better though (cheaper and same feature, but I
haven't tried) is to buy C++ express & C# express.
If I buy both of these, could I have a mixed project (and debugging)
experience with native C++, .NET C++ & C#, all together?
Or do I need to go for the standart edition?


Good question! I'd like to know the real answer, but...

I've never installed any of the Express editions, but I gather that
they're meant to work side by side, not to integrate into a composite
Visual Studio if you install more than one.

There are a few features in Standard Edition that you don't get with the
express products too. The one I'm using the most: the Class Designer. I
find that I do maybe 75% of my interface/structure design using the class
designer directly instead of creating the code from scratch or generating
code from UML.

-cd


Nov 1 '05 #5
Cowboy (Gregory A. Beamer) - MVP wrote:
I am also not fully sure the class designer is in Standard, it may be
a Professional thing. As this is an "I don't know" post, it would be
prudent to read the descriptions and make an informed decision.


I don't "know" fur sure either, having never installed VS Standard, but it's
my understanding that Class Designer was to be included there. Hopefully
someone who's installed it can confirm!

-cd
Nov 1 '05 #6

"Carl Daniel [VC++ MVP]" <cp*****************************@mvps.org.nospam >
wrote in message news:%2***************@TK2MSFTNGP15.phx.gbl...
Cowboy (Gregory A. Beamer) - MVP wrote:
I am also not fully sure the class designer is in Standard, it may be
a Professional thing. As this is an "I don't know" post, it would be
prudent to read the descriptions and make an informed decision.


I don't "know" fur sure either, having never installed VS Standard, but
it's my understanding that Class Designer was to be included there.
Hopefully someone who's installed it can confirm!

-cd


Did not install it but according this:
http://lab.msdn.microsoft.com/vs2005...e/default.aspx
it should include the Class Designer.

Willy.
Nov 1 '05 #7
hehe..
you've got a funny writing style!
don't cry, I already agreed you before you write ;-)

"Cowboy (Gregory A. Beamer) - MVP" <No************@comcast.netNoSpamM> wrote
in message news:6F**********************************@microsof t.com...
How much work do you want? You can buy the express products and save
money,
but you will have to do a lot of the work to reference things together as
you
cannot contain these projects in a single solution. If this is not an
issue,
and will not destroy your productivity, go for it. I would head towards
the
unified approach personally, but each one of us has our own priorities.

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

***************************
Think Outside the Box!
***************************
"Lloyd Dupont" wrote:
I'm about to buy VS.NET2005 standart edition which fits my need very
well.
What would be better though (cheaper and same feature, but I haven't
tried)
is to buy C++ express & C# express.
If I buy both of these, could I have a mixed project (and debugging)
experience with native C++, .NET C++ & C#, all together?
Or do I need to go for the standart edition?

--
Regards,
Lloyd Dupont

NovaMind development team
NovaMind Software
Mind Mapping Software
<www.nova-mind.com>

Nov 1 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Bootstrap Bill | last post by:
A new Google group has been formed for the purpose of discussing the new Visual Studio Express products. http://groups-beta.google.com/group/Visual-Studio-Express The products are currently in...
1
by: Richie Carey | last post by:
Here's my problem. I'm using Visual C# 2005 Express for a small project that requires simple AT modem commands to be sent to an external serial device. The device requires 2400 baud, no parity,...
7
by: Lloyd Dupont | last post by:
I'm about to buy VS.NET2005 standart edition which fits my need very well. What would be better though (cheaper and same feature, but I haven't tried) is to buy C++ express & C# express. If I buy...
3
by: clintonG | last post by:
Visual C# 2005 Express Edition is a simple, lightweight, integrated development environment designed for beginning programmers and non-professional developers interested in building Windows Forms,...
14
by: Lloyd Dupont | last post by:
it's only 2 hours I'm using it and I'm already mad from it's unproductivity feature. - my most hated feature being: you can't save your file (because it's used by VC# express). Very typicall...
4
by: Andrew Robinson | last post by:
My main dev machine has WinXp and VS2005 (pro). 1. I need to install VWD Express Edition so that I can do some instruction on this. Any issues with both on the same machine. Installation order?...
2
by: Progman | last post by:
I have Visual Studio 2005 Standard edition. Is ti the same thing as the Express edition or Standard is more?
2
by: terry.trent | last post by:
I'm new to c# and Visual C# Express, and to normal programming in general (some background in web programming), and i have a question vital to my current project. Basically, i have been asked to...
2
by: Cramer | last post by:
So, what is the relationship between Visual Studio and Visual Web Developer. I find a lot of documentation on MSDN that presents Visual Web Developer as it's own stand-alone product (which I'd...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.