How to write a SourceControl Add-in for VS Express edition
- by Nasser Hajloo
As you all know Visual Studio Express edition do not support Source Control Integration
As it is obvious there is a feature which allows VS tointegrate with any kind of source control. So I'm using VS express for myself (in home, and for my presonal Project and want to use a source control for my projects) So what should I Do
Currently I'm using SVN and by Command Prompt using svn, but I want to create an Add-In for VS Express edition which works with VS Express.
Any help will Appriciate.