We all know Visual Studio is one of the best IDEs out there but what about the free Express edition. Is it any good ? Would any of you use it for serious work ?
|
1
|
|||
|
|
|
I have Visual Studio 2005 Standard and the Express editions of the 2008 tools at home. (I use VS2005 at work; we haven't brought 2008 into the fold just yet.) Here's what I like about the Express Editions:
Here's what I dislike about the Express Editions:
If you can live with the (very few) limitations, and you're on a tight budget, go for it. |
||
|
|
|
|
I have VB.Net Express, C++ Express, and C# Express installed on my home (and now work) and I am very pleased with them. They can do a lot of great stuff, and most of the more premium features I have not missed. Would I use it for serious work: yes, I expect to do that until I can afford an MSDN license. |
||
|
|
|
|
Yeah I think the Microsoft business plan around it, and what you should probably look into doing/using, is this:
|
||
|
|
|
|
If it meets your needs it's a great tool. See this question for details on what the VS Express editions do not have: http://stackoverflow.com/questions/86562/what-is-missing-in-the-visual-studio-express-editions |
||||
|
|
|
I don't use any add-ons in VS, so to me Express is just as good. I'd absolutely would use it for 'serious work'. |
||
|
|
|
|
VS Express can be extended - and has extensions available. There is even a project type for specifically building Express extensions. What this means is that anybody making a VS extension would have to make two packages: One for VS and one for VS express. Nearly everybody just makes the VS extensions - could be a Microsoft licensing issue. The most notable VS express extension: XNA Game Studio - works with VS Express 2005, but NOT full VS 2005. The two weaknesses of VS Express are therefore: 1. The lack of extensions (but there are some available). 2. The inability to mix languages in a single workspace, because each language uses a separate IDE. |
||
|
|
|
It has been suggested that VS Express cannot be used for commercial interest: See Microsofts FAQ page for VS Express - specifically question #7:
|
||
|
|
|
|
The wall I just ran into is that it won't take 3rd party extensions. |
||
|
|
|
|
It's as good at the "regular version" and can readily be used for "serious" work. The main differences center around team features and enterprise features. For a developer or small team just starting out there aren't too many things you'd miss. -Adam |
||
|
|
|
|
The problem with Visual Studio Express is that it is crippled, as long as you only want to use it with what it comes with you are ok, but you cannot extend it. To be fair though, it comes with an awful lot, so maybe. Another option for you is SharpDevelop, it's surprisingly good and it can be extended (in fact you can download the source for it) In fact maybe the best option is have both, they can run side by side and share the same project file format. |
||||||||
|
|
|
I've been very satisfied with VS Express, only thing that I miss from the full version at my office is the deployment package projects. No support for those in the express editions unfortunatly, but I was able to bypass that a tad with a 3rd party free deployment package builder called Install Creator. |
||
|
|
|
|
Visual Studio Express is quite good and can be used for serious development. However, it does have certain limitations. You should really look at the comparison of all VS SKUs to determine whether Express will meet your needs. |
||
|
|
|
|
The C++ compiler supplied with Express is the same optomising compiler in all the other editions. |
||
|
|
|
|
I used VS Express as my primary development environment for about two years. If I were using SourceSafe I'd probably have found the lack of source-control integration to be prohibitive, because if you need to check out each file before you can work on it, having to leave the IDE to do it really hurts. But I'm using Subversion and really never missed integration with the IDE. I'd probably still be using it if I hadn't needed to use Resharper and Memory Profiler. |
||
|
|
|
|
I use Visual Studio 2008 Express at work - absolutely brilliant as an IDE although we compile using various other tools.. |
||
|
|
|
|
We use express edition, but we found out (afx.h compile problem) that: |
||
|
|
|
|
I use Visual C# and C++ Express Editions. Yes, there are features missing, like plugins and MFC. But as I don't need them, I'm not planning any upgrade to full version for now. |
||
|
|
|
|
I had trouble with Visual Studio Express (C++) 2008 (with service pack 1) on Windows Vista, with debugging. Any time I did anything such as (a) break the program, (b) set focus from the app back to the IDE, (c) resume execution, the program hung for about 30 seconds. Task Manager showed "VSExpress.exe" consuming an entire CPU for the duration. Vista showed "Not responding" in the IDE's title bar during this time. This was driving me bonkers so I bought a commercial copy of Visual Studio Professional 2008 ($150 from SoftwareSurplus) and this solved the problem. |
||
|
|
|
|
Missing the reporting tools is a killer for me. |
||
|
|
