473,663 Members | 2,876 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

someone fill me in - VS Express Editions

http://www.microsoft.com/express/download/

I've just seen the ad and the download page.

1) what are you missing if you use these as opposed to full version of
Visual Studio?

2) can you install all the express editions on the same computer?

I mostly do wsh scripting and I'm assuming the vb edition will support this
with intellisense... which, well, makes me want to jump up and down :).
However I do also occasionally do some vb.net/asp.net/csharp.net projects
and used visual studio 2005 at a previous employer. If I had to guess I'd
say there is likely no visual source safe support, which is fine with me,
but what else don't you get?

I'm going to start the dvd iso download now. I'm actually in the middle of a
scripting project right now and I'm using notepad++. Anyone care to share
the bottom line on these express editions?
Aug 26 '08 #1
21 1104
re:
!1) what are you missing if you use these as opposed to full version of Visual Studio?

Here's the differences :

http://msdn.microsoft.com/en-us/vs2005/aa700921.aspx


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== ========
"James" <no***@nowhere. comwrote in message news:ui******** ******@TK2MSFTN GP02.phx.gbl...
http://www.microsoft.com/express/download/

I've just seen the ad and the download page.

1) what are you missing if you use these as opposed to full version of Visual Studio?

2) can you install all the express editions on the same computer?

I mostly do wsh scripting and I'm assuming the vb edition will support this with intellisense... which, well, makes me
want to jump up and down :). However I do also occasionally do some vb.net/asp.net/csharp.net projects and used visual
studio 2005 at a previous employer. If I had to guess I'd say there is likely no visual source safe support, which is
fine with me, but what else don't you get?

I'm going to start the dvd iso download now. I'm actually in the middle of a scripting project right now and I'm using
notepad++. Anyone care to share the bottom line on these express editions?

Aug 26 '08 #2
On Aug 26, 2:27*pm, "Juan T. Llibre" <nomailrepl...@ nowhere.com>
wrote:
re:
!1) what are you missing if you use these as opposed to full version ofVisual Studio?

Here's the differences :

http://msdn.microsoft.com/en-us/vs2005/aa700921.aspx

Juan T. Llibre, asp.net MVP
asp.net faq :http://asp.net.do/faq/
foros de asp.net, en español :http://asp.net.do/foros/
=============== =============== ========

"James" <no...@nowhere. comwrote in messagenews:ui* *************@T K2MSFTNGP02.phx .gbl...
http://www.microsoft.com/express/download/
I've just seen the ad and the download page.
1) what are you missing if you use these as opposed to full version of Visual Studio?
2) can you install all the express editions on the same computer?
I mostly do wsh scripting and I'm assuming the vb edition will support this with intellisense... which, well, makes me
want to jump up and down :). However I do also occasionally do some vb.net/asp.net/csharp.net projects and used visual
studio 2005 at a previous employer. If I had to guess I'd say there is likely no visual source safe support, which is
fine with me, but what else don't you get?
I'm going to start the dvd iso download now. I'm actually in the middleof a scripting project right now and I'm using
notepad++. Anyone care to share the bottom line on these express editions?- Hide quoted text -

- Show quoted text -
something i remember from using express editions was there are no
printing functions.
Aug 26 '08 #3
You might also find some limitations with 3rd party tools. I use VWD Express
and cannot use reports from a certain 3rd party company. This information is
not going to be documented specifically in the Microsoft web sites.
Aug 26 '08 #4
On Aug 26, 2:18 pm, "James" <no...@nowhere. comwrote:
http://www.microsoft.com/express/download/

I've just seen the ad and the download page.

1) what are you missing if you use these as opposed to full version of
Visual Studio?

2) can you install all the express editions on the same computer?

I mostly do wsh scripting and I'm assuming the vb edition will support this
with intellisense... which, well, makes me want to jump up and down :).
However I do also occasionally do some vb.net/asp.net/csharp.net projects
and used visual studio 2005 at a previous employer. If I had to guess I'd
say there is likely no visual source safe support, which is fine with me,
but what else don't you get?

I'm going to start the dvd iso download now. I'm actually in the middle of a
scripting project right now and I'm using notepad++. Anyone care to share
the bottom line on these express editions?

They have different license agreements which you may want to look
into, but essentially it boils down to: Express editions are idea for:
students, hobbyist, special case development scenarios (XNA Game
Studio is the only example of this). Professional and Enterprise
editions are going to be appropriate (and the only legal option) for
most Microsoft development scenarios.
Aug 26 '08 #5
On Aug 26, 3:41 pm, JDeats <Jeremy.De...@g mail.comwrote:
Studio is the only example of this). Professional and Enterprise
editions are going to be appropriate (and the only legal option) for
most Microsoft development scenarios.
What do you mean by "the only legal option")? There are no legal
restrictions on any programs you create with the Express editions.
You can sell them, rent them, or give them away at your discretion.

Chris
Aug 26 '08 #6
On Aug 26, 3:46 pm, Chris Dunaway <dunaw...@gmail .comwrote:
On Aug 26, 3:41 pm, JDeats <Jeremy.De...@g mail.comwrote:
Studio is the only example of this). Professional and Enterprise
editions are going to be appropriate (and the only legal option) for
most Microsoft development scenarios.

What do you mean by "the only legal option")? There are no legal
restrictions on any programs you create with the Express editions.
You can sell them, rent them, or give them away at your discretion.

Chris
There have been cases were third-party component developers got into
legal trouble with Microsoft by trying to support Visual C# Express,
apparently Microsoft has a pretty strict policy on allowing third-
party controls not being allowed (see reference on testdriven.net
below). Witht he ability to only connect to SQL Server Express edition
and crippled debugging features, Express editions are a poor choice
for enterprise development because of their lack of integration
features and probably a poor choice for most professional development
scenarios in general. When I said "the only legal option" I was
refering to steps a developer might take to circumvent these
limitations to make the product more featured which would put them in
violation of the license agreement (see testdriven.net case).

I'm not aware of any legal constraint that would stop someone from
selling their Visual C# Express creations or even using Visual C#
Express for Professional I just don't see it being practical in the
later

Reference:
http://blogs.msdn.com/danielfe/archi...riven-net.aspx


Aug 26 '08 #7
JDeats,

You essentially don't know what you are talking about.

Kerry Moorman
"JDeats" wrote:
On Aug 26, 3:46 pm, Chris Dunaway <dunaw...@gmail .comwrote:
On Aug 26, 3:41 pm, JDeats <Jeremy.De...@g mail.comwrote:
Studio is the only example of this). Professional and Enterprise
editions are going to be appropriate (and the only legal option) for
most Microsoft development scenarios.
What do you mean by "the only legal option")? There are no legal
restrictions on any programs you create with the Express editions.
You can sell them, rent them, or give them away at your discretion.

Chris

There have been cases were third-party component developers got into
legal trouble with Microsoft by trying to support Visual C# Express,
apparently Microsoft has a pretty strict policy on allowing third-
party controls not being allowed (see reference on testdriven.net
below). Witht he ability to only connect to SQL Server Express edition
and crippled debugging features, Express editions are a poor choice
for enterprise development because of their lack of integration
features and probably a poor choice for most professional development
scenarios in general. When I said "the only legal option" I was
refering to steps a developer might take to circumvent these
limitations to make the product more featured which would put them in
violation of the license agreement (see testdriven.net case).

I'm not aware of any legal constraint that would stop someone from
selling their Visual C# Express creations or even using Visual C#
Express for Professional I just don't see it being practical in the
later

Reference:
http://blogs.msdn.com/danielfe/archi...riven-net.aspx


Aug 26 '08 #8
That's rather rude and uncalled for now isn't it.

Jeremy

Aug 27 '08 #9
In regard to the question "Can you install multiple express editions
on the same system", the answer is Yes.
Aug 27 '08 #10

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

Similar topics

22
1016
by: James | last post by:
http://www.microsoft.com/express/download/ I've just seen the ad and the download page. 1) what are you missing if you use these as opposed to full version of Visual Studio? 2) can you install all the express editions on the same computer? I mostly do wsh scripting and I'm assuming the vb edition will support this
0
8771
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8548
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8634
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7371
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5657
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4182
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2763
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2000
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1757
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.