Write VS 2010 plugin/addin/extension - visual-studio-2010

For my project I was need localization plugin. I dont find it and instead of write own console localiztion utility. I think this will be useful for community.
I want to wrap it into plugin for VS.
May be already exisists VS addings project templates?
Can anybody help me from what I should start?
Many thanks.

Download and install the Visual Studio 2010 SDK. It comes with plenty of sample code.

Related

Quickly open/switch Visual Studio Solutions

Does anyone know about a plugin (or built-in) functionality for quickly switching Visual Studio Solutions?
I'm working in a multi-solution project and need to switch the solution quite often (by reusing one of the open Visual Studio instances)
Any ideas?
If not, how hard would it be to write a plugin on my own?
You can add solutions to favorite links with my Favorite Documents extension.

Does it possible for 2 people to work over the internet on one project in visual studio?

Is it possible for 2 people to work over the internet on one project in visual studio ?
Kinda like Google-docs ?
And if so, how can i do it?
(I searched for online tutorials and i didn't find nothing)
Me and my friend have VS 2013.(for general knowledge)
Thank you.
It is possible with the Visual Studio Live Collaboration Tool
Yes, there is, but not out-of-the-box. You can install a plugin which enables this feature. The plugin is called VsAnywhere it requires you to register an account for all developers participating. A 2013 compatible version was recently released.

Visual Basic - How do I share my program?

I am currently in the process of developing a program in Visual Basic. For now, I want to give the program to a few friends to test, make changes and then release it. But I don't exactly know how. I used the Publish feature in Visual Basic, but I don't exactly know what I'm supposed to do with it. It mentions things like installing from a disk and whatnot. I just plan to upload it to a file sharing website and release it that way.
EDIT: Using Visual Studio 2012
Use dropbox or any file sharing site :D

Learning Visual Studio 2008 from Scratch

I've never used any version of Visual Studio. I know some SQL and some C, C++, Pascal, etc., from the "olden days" way of programming.
My new job requires me to use Visual Studio. I'm just lost at the "jargon" and at where to find things and finding my way around it.
How do I get started?
Thanks.
Here is a good place to start with walkthroughs.
http://msdn.microsoft.com/en-us/library/ms165079(v=vs.80).aspx
I think that youtube would also be a great place to check for tutorials on how to get started using the IDE.
This is helpful in getting started to get familiar with Visual Studio 2008. Documentation is very helpful.
A good place to start is google. You can start searching for concepts:
solutions
project types/project configurations
compiling
linking
adding files/resources/classes/etc.
debugging
debugging tools and windows

is there a sandcastle plugin for Visual Studio 2010?

I really like the help files generated using SandCastle on my projects... is there a plugin for Visual Studio 2010 for SandCastle, or another good alternative program that integrates directly with Visual Studio?
SHFB has a VS2010 extension - available in the 1.9.3.4 (beta 2) release. You will need to check subsequent releases to make sure those continue to include the extension.
http://shfb.codeplex.com/releases
and details here - http://www.ewoodruff.us/shfbdocs/Index.aspx?topic=html/b128ad2a-787e-48c7-b946-f6953080c386.htm
No. Like "not yet".
Check SHFB on codeplex (SandCastle Help File Builder) - not VS integrated, but MSBuild intraetaeed.
Check DochProject on codeplex. That actually is what you want, but it is IIRC not YET out for the new version of sandcastle / Visual Studio;) Should not take long, though.
VSdocman integrates directly in VS 2010.

Resources