Will visual studio 2010 express support addins? - visual-studio

I know vs2008 express didn't. I'm hoping this will change with vs2010. Anyone know? Link me?
Edit:
Anyone have a primary source? While "As far as I know" answers can be helpful, in this case it still leaves a possibility - which is exactly where I started.

I don't know, but I would guess that it would not. Microsoft wants to make money, and supporting ad-ins is one of the biggest reasons to pony up the dough for the standard edition. Ad-in support alone can replace a lot of the stuff that you pay for, like SVN and other source control integration, test framework integration, resharper, etc.

I know this is an old question, but it came up on a search for "Visual Studio 2012 Express Add-ins".
Here is a quote from a post by Ryan Molden (MSFT) on the Visual Studio forums:
"Express does not support AddIns. The reason it has the extension manager is that it supports project/item templates."
My experience is that the same applies to Visual Studio 2012 Express.

As far as I know, the policy regarding Add-In's and Express editions has not changed.

Related

ASP.NET-5 in Visual Studio 2013

Can I create ASP.NET-5 projects in Visual Studio 2013 somehow?
Also share please links with documentation, examples or anything that could help to create project using mvc6 that used to be on web api.
The simple answer is not. I'm pretty sure, vNext is such big change in Microsoft technologies that they will not put any effort in adding that vs2013, you can get vs2015 community edition is very complete free version of visual studio.
this link is very good starting point.

Can I use Visual Studio 2010 with Microsoft Test Manager 2012?

At the moment I am using Visual Studio 2010 Premium and I want to buy Microsoft Test Manager. My question is: should I buy Test Manager 2010 or 2012? If so, what are the risks?
Will I have the supported platforms and configurations from 2010 or from 2012 considering both versions? (I am asking from the action recording point of view)
Thank you in advance and sorry if this seems like a stupid question but I am really confused
Yes, you can. Not all features in MTM 2012 is enabled, though.
http://msdn.microsoft.com/en-us/magazine/jj618301.aspx
Search down to "Connecting to TFS 2010".
You may already have found it, but this answer can be good for others asking the same question.

Can I install visual c++ 2010 express edition with visual Studio 2010 professional already installed?

I want to do so because intellisense option for clr console application is not working in visual studio 2010..
Yes, you can. They will run side by side.
However, if you have professional installed, wouldn't it be better to update the install and add c++ to it?
There is no Intellisense support for C++/CLI in Visual Studio 2010 (including in SP1 and the Express edition).
I've been using Visual Assist X from Whole Tomato software for the last few weeks and am very happy with their Intellisense support. From the research I did, it appears that theirs is about the best going (Resharper for example does not support C++).
No, this is not going to solve your problem. The IntelliSense parser is exactly the same in the Express edition, it also doesn't support parsing C++/CLI code. You'll need to find the installer for the VS2008 Express edition. That's going to be quite difficult, you cannot get it from Microsoft anymore. Or you'll have to bear and grin it until the next version for Visual Studio, the Microsoft team promised it will be supported again.
Do keep in mind that you are not writing C++ code, C++/CLI is a very distinct language. There isn't much point in writing complete console mode apps in C++/CLI, you might as well use C#. There's an Express edition for that as well, IntelliSense works.

Add-in for Visual Studio 2010

I am just about to get used with Visual Studio 2010 right now.
So could you mention visual studio add-in that is ready for Visual Studio 2010?
Take a look within Visual Studio itself: Tools -> Extension Manager.
This will show various tools and other extensions from http://visualstudiogallery.msdn.microsoft.com/en-us/. I'm not sure if it's working very well right now, as I'm having connection issues within VS and the site seems a bit slow.
I know AnkhSVN exists on there and I'm sure others do as well.
Here's a blog post with some more information: Get VS2010 Extensions easily with built-in Extension Manager (and checking out a VS2010T4 editor)
JetBrains has preview builds of ReSharper available. It may not be completely stable yet, but some ReSharper is better than no ReSharper...
AnkhSVN - a subversion client is VS 2010 compatible.
Hope that helps,
Dan
AnkhSVN
Get ReSharper. It really helps you make fewer errors and code faster. http://twi.im/oW
My addin Atomineer Pro Documentation provides automatic DocXml/Doxygen comment generation tool for use in C/C++/C#/VB/Java. It supports XML Documentation, Doxygen, JavaDoc, and Qt format comments.
An alternative for documenting in XML format for C#/VB is GhostDoc - there is a feature comparison here to give an idea of how they measure up to each other.

What are the differences between visual studio and VS express edition?

What are the differences between visual studio and VS express edition?
Probably very googelable, but than again, I have read that coverage in StackOverflow is a good thing.
You can download a comparison from Microsoft. And another one from here.
The Express edition does not come with the Microsoft C++ runtime redistributable packages, nor does it itself grant you permission to distribute them. So the users of the software you build with the Express edition will have to download & run the installers themselves.
I might have missed it in the excel sheet, but some big ones are lack of proper source control integration and 3rd party tool integrations. Express editions are missing unit tests as wel.
Lack of support in Refactoring and advanced debugging is a major issue I feel.

Resources