views:

150

answers:

3

is there a project hosting for c# code and that has a simple to use visual studio plugin?

does not need to be free. it does need to be private. should have a plugin or already by usable from within visual studio.

something like a hosted team foundation server would be best, however i only found one and for $150 per user per month. a bit much, don't you think :P

the problem with searching via google is that there is a lot of free project hostings for open source and can't seem to weed them out :(

thnx a lot for any info

A: 

If you don't care about the source control system, then GitHub (using git) or Assembly (using subversion) have some great plans that are fairly cheap. I believe Assembla also offers a free private repository, but you don't get bug tracking or anything with it.

Craig Wilson
have they a plugin for visual studio? i only need repository, not bug tracking or other 'fancy' stuff. :P
b0x0rz
you can always use VisualSVN or AnkhSvn as a vs plugin.
Craig Wilson
+1  A: 

and a relevant SO

CD
have they a plugin for visual studio?
b0x0rz
You can use VisualSVN or AnkhSVN.
CD
thnx, **will accept it in 9 hours** (so restraint) as this is exactly what i was looking for! thank you very much, it was very difficult for me to wade through thousands of google search results.
b0x0rz
A: 

Let me suggest you http://www.xp-dev.com

Adun