The difference between Visual Studio 2010 and Visual Web Developer 2010 Express? - visual-studio-2010

What is the difference between purchasing Visual Studio 2010 Express, and downloading Visual Web Developer 2010 Express?
Although I created a company website using Visual Web Developer 2010 Express (I love this product!), I'm not an experienced programmer. But I'm wondering if Visual Studio 2010 Express is just as good, or better, and if it will do the same things as VWD.
I just can't google any good links that compares the two.

Microsoft has it:
MICROSOFT VISUAL STUDIO - microsoft.com
and Definition of
Microsoft Visual Studio Express - Wikipedia
Just click on learn more in each product to see their differences.
Regards

On the "Visual Studio Express 2010" disk VS2010Express.iso which I downloaded from Microsoft it turned out that Visual Studio Express consist of:
Visual C#,
Visual Basic,
Visual C++,
"Visual Web developer".
So to answer the original question here I think that Visual Web developer is one part of the whole disk called Visual Studio. But don't go there if you do not have to:
I am currently upgrading from Visual Studio 2008 because of the bug in .Net 2.0 / 3.5 related to not being able to work with (not recognizing) Internet Explorer 10, but now I get bugs related to App_GlobalResources. The whole Globalization function just does not work anymore. I am in a Hackathon nightmare of 48 hours trying to survive. I think that MS wanted to get you all on board with the free express edition but it is payback time now. I think I am going back to Uniface which is upward compatible. Once again, there is no such thing as free!!!

Related

Visual studio installation

when i'm installing "visual studio 2010 xpress editon" , its asks to install all products one by one like c++, C#, web developer. but ater intsallatoion when they comes with different application. one for C# and another for web dev. I want all them in one. how to do that?
I am afraid you can't have that.You can work on one environment at a time.
wikipedia:
Visual Studio 2005, 2008, and 2010 Express consist of the following separate products
Visual Basic Express
Visual C++ Express
Visual C# Express
Visual J# Express (2005 only)
Visual Web Developer Express
Visual Studio Express for Windows Phone (2010 only)
programmers' post:
The biggest difference is that Express editions do not support plugins (No ReSharper, no add-ons). Additionally, the non-express versions are all combined, meaning you don't have to switch back and forth to get features from individual express versions if you have a project that crosses web, desktop, etc.

F# with Visual Studio Express/Professional/etc

I am going to learn F#. In my lecturer notes, they have simply asked to open VS 2010, open project, select other languages and select F# ! I have VS 2010 express, and everything is separated into different software like Visual C++, Visual C# etc, there is no F# !
In this thread (Is F# 3.0 available on Visual Studio 2010 professional?) I found it is in VS 2012 express so I downloaded it. But, again I can't find F#!
How to make a F# project in VS express? Please help!
EDIT
At least, is this is available in Visual Studio 2010 Professional? Please help!
Download Visual Studio Express 2012 for Web (it is important, you cannot use F# with Visual Studio Express 2012 for Desktop or other), then install F# Tools for Visual Studio Express 2012 for Web. Full description how to do this is on msdn blog

Small but nice differences between VS 2010 Professional and Web Developer Express 2010?

I have found similar posts to this one, such as;
Visual Studio Vs Visual Web Developer,
What are the limitations of Visual Web Developer Express 2010?
What are the differences between visual studio and VS express edition?
But I have a encountered a selection of minor differences such as in VWD it's not possible to make conditional breakpoints and you can not hit Ctrl+comma to launch the very time-saving Navigate to-dialog. What more diffences like these are there? It seems impossible to find a comprehensive list of these... Please note that it is the 2010 editions I'm interested in to compare.

Can Visual Studio 2010 Express connect to Team Foundation Server 2010?

I know VS 2010 Pro/Premium/Ultimate include TFS connectivity, does VS 2010 Express?
No it doesn't.
See this SO question (What is “missing” in the Visual Studio Express Editions?) - one of the bullet points is no Team Explorer support, meaning to TFS integration.
On this Microsoft page for VS 2010, you can see the the Pro edition with MSDN essentials subscription has none of the TFS features out of the box, suggesting that this is also the case for the express SKUs.
I'm not sure if you can install this http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=329
Though i don't know why you wouldn't be able to install TFS support for free, since microsoft provides a free plugin for Eclipse that you can use.
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=4240
If you log onto codeplex, it will give you a free key to use this.
Edit: The following link makes it seems like you can use it in VS
https://tfs.discountasp.net/KB/a843/visual-web-developer-20052008-and-visual-studio-2010-express.aspx
While Visual Web Developer 2005/2008 and Visual Studio 2010 Express will not directly integrate with Team Foundation Server, you can still use the Team Explorer application to connect to your server to check files out for editing.
Assuming that you have already
installed Visual Web Developer
2005/2008 or Visual Studio 2010
Express on your workstation, perform
the following step:
Download and install Microsoft Visual Studio Team Explorer 2010 - ISO.

Going from Visual Studio 2008 to Visual Studio 2010 Express Editions

I use C# and asp.net in visual studio 2008 standard. I just found out that there is no Visual studio 2010 standard.
I can't really afford Visual studio 2010 Pro.
So what am I going to lose when (if) I start using
C# 2010 express
web dev 2010 express
Have a look at this question, it has a complete list.
Prices were leaked here: Microsoft names Visual Studio 2010 dates. There is no Standard edition, Visual Studio 2010 Professional will be priced at $799, ooouuuuch!!!
I'm using the express editions of VS 2010 and here's what I've found to be missing compared to VS 2008 Pro:
No support for plugins at all (e.g. no Resharper or what not)
No windows Service template (this is really odd as this exists in VS 2008 C# express edition, so it must've been removed from 2008 express to 2010 express)
And that's pretty much it, there are probably other things missing too, however I haven't come across anything else.
I've used VS 2008 express editions at home for a long time (and now 2010 express), but run VS 2008 Pro at work.

Resources