Are there any plugins for Visual Studio 2010 that allow to work with Youtrack directly from the IDE?
The short answer is "no".
However, you can vote for these two feature requests, and chances are we'll find a way to integrate YouTrack with VS in one way or another.
Related
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.
What kind of tests can be applied a program in Visual Studio 2013-TFS? I am new in testing field and my company uses TFS 2013. Can anyone suggest me some document or already applied tests document in TFS.
Thanks for supports in advanced
You can start with MSDN: Testing the application
You could read the e-book from the Microsoft patterns & practices team, Testing for Continuous Delivery with Visual Studio 2012 (http://msdn.microsoft.com/en-us/library/jj159345).
It gives a good introduction and understanding of how you can use visual studio and related tools to test software.
Even though it is written for 2012, almost everything still applies for TFS 2013.
I attempted to open a solution today at my new job and it said I need to convert it because it was made in an earlier version of Visual Studio. It also said that the solution would automatically be checked out in source control.
Obviously I do not want to do anything that messes anything up. Is it possible to just change my target framework in Visual Studio and not have to deal with any conversion stuff, or should I just install Visual Studio 2008?
If ANY developers are still using VS 2008, do not upgrade the solution. You can create a new solution and have it sit "side by side" or you can branch the code. But if you overwrite the solution with a VS 2010 solution, they will not be able to work on it again.
It will break compatibility with Visual Studio 2008. Keep your company's solutions the same format as you get them unless directed to change them.
You can change your target framework, but that will not stop the conversion. The issue is with the project and solution files. The are XML based MSBUILD. What is happening is an upgrade of MSBUILD, not the .NET framework.
You should install VS2008 and use it until all possible team members are upgraded to VS2010. Once you upgrade, members using VS2008 will not be able to open the solution. There are some was to hack around MSBUILD upgrades, but I don't recommend them.
We are about to start a project and preparing the development environment. I was searching the possibilities of using github along with Visual Studio 10.
so does github have a Visual Studio Addin?
See this question for general hints using git with Visual Studio.
The accepted answer was the Git Extensions project.
I'm not aware that github would require any specific extras beyond that.
I realise this is an old question but for the benefit of anyone landing here, Github extensions for visual studio have just been announced:
http://blogs.msdn.com/b/visualstudio/archive/2015/04/30/announcing-the-github-extension-for-visual-studio.aspx
So, as of that announcement, yes it does have an addin, but not for the version of visual studio that you are using.
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.