Where can I find the Visual Studio 2010 RTM release notes? - visual-studio-2010

Question
Where can I find a list of changes introduced to Visual Studio 2010 Ultimate RTM that were added since Visual Studio 2010 Ultimate RC?
In fact, I'm only interested in changes related to MS Test Manager 2010 and Coded UI Tests.
Where I have looked so far
I have
searched the Internet,
looked for a readme.txt in the installation folder,
looked into the Visual Studio help (F1) and
browsed the "What's new in Visual Studio 2010" section on MSDN.
No luck.
Found Scott Guthrie's blog post Visual Studio 2010 and .NET 4 Released, but that's not exactly what I am looking for. It's not a changelog since VS2010RC.
I suppose there is no such file because they made too many changes to document and hand out to end users. But if there was, I'd be glad if someone could point me to it. Thanks.

I suppose actually there are no interesting changes except improving performance and fixing some bugs that are major enough to accept risk of changes. I think so because they actively refuse any change requests in Microsoft Connect and in blogs saying that product is already designed, developed and tested and now they are working only on performance.

Related

Brief list of improvements starting from the next Visual Studio edition after 2010 up to the latest 2017

So I tried and tried googling about this, but I can't seem to see a list of all the improvements in Visual Studio after VS2010. The reason for this is so that I'll be able to recommend our dev team to upgrade hopefully to VS2017, but if purchasing budget does not allow it, at least to something newer than 2010 because of course of new features. But I'm not familiar with any aside from the obvious look of the IDE which is now very different from 2010. I'm sure there's already a lot we're missing on the latest VS has to offer. Help will be really appreciated thanks!

Can't find "My Work" option for code review in Visual Studio 2015 community edition

I'm trying to request a code review from another developer on a project hosted in Visual Studio Online using git.
I'm using Visual Studio 2015 Community Edition, which according to this Microsoft comparison page, supports code review (Under the "Collaboration Tools" heading).
Is this an option I need to turn on? I've looked in the Team Explorer panel, under the Project section and all I see is "Changes", "Branches", "Sync" and "Settings". From the videos I've watched, I expected to see "My Work" in that section too.
I had this problem also. Apparently My Work is only available in certain versions of Visual Studio:
My Work appears only when you have installed Visual Studio Premium or Visual Studio Ultimate.
Also, it won't show up for Git. Only for Team Foundation VC.
MSDN: Work in Team Explorer
Edit: I missed the link in the question, but looks like MS documentation might not be correct (surprise, surprise!) on one or the other. From that link it looks like there is not even a Premium or Ultimate version of 2015 offered. Very confusing. I'm guessing the page I referenced is not correct, even though it says it's for 2015. So I'd assume it's only available in Enterprise version, since in my own case, it did not show up in the Professional version.

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.

Collaboration between people using two different versions of VS 2010, Express and Ultimate

Ok, I have looked around on SO and haven't been able to find an answer to this question, but forgive me if I missed one out there. It's difficult to refine the search terms for this one.
But anyways, I have VS 2010 C# Express. I'm planning on doing some collaboration in my code (that was made entirely in Express) with someone who owns VS 2010 Ultimate. I have been putting off upgrading to the paid version of VS 2010 because of the price - if at all possible I would rather not upgrade. We are going to collaborate using Tortoise SVN as our version control software.
Will it be an issue for me to continue to work with the Express version while my collaborator works on VS 2010 Ultimate? To what degree will it be an issue, etc?
Follow-up question: If I have to upgrade to a paid version, would I have to upgrade to Ultimate, or would Professional be sufficient?
I have no experience with VS 2010 yet, but can offer observations based on VS 2008, using svn for source control.
I have only had one minor issue with using both the VB Express edition and VS2008 Standard and Professional versions on the same project. The express version does not support solution folders. I use a solution folder to allow quick access to some configuration files from the ide. The express version does not display the solution folder, but the remainser of the solution loads sucessfully, including all the included projects.
Well, my collaborator and I have started work, and no issues so far. Visual Studio 2010 Ultimate and Visual Studio Express are pretty much compatible, except for the Solutions folders, as described by B Pete.

Creating Visual Studio 2010 Add-Ins - how to start?

I want to create a VS 2010 Add-Ins.I searched in the internet but most of guides were for VS 2008 or 2005. Can any one show me some useful guide?
This is the best place to Start with. Extending Visual Studio
Here are some cool Code samples of existing Extensions.
Developer Code Samples
Check out the Editor walkthroughs which gives you the basic and simple steps to get you started.
Have you tried Vs Pro-power tools:VS->Tools->Extensions manager->Online Extensions
This has some cool Extensions and gets updated every month or so.

Resources