Top "Codeplex" questions

Codeplex was an open source project hosting site run by Microsoft until its closure in 2017.

Connect Visual Studio 2010 Professional to TFS

Is it possible to connect Visual Studio 2010 Professional edition to TFS (project hosted on Codeplex)? This states, it is not …

visual-studio visual-studio-2010 tfs codeplex
What is the format of an authors file for git svn, specifically for special characters like backslash or underscore?

I am trying to clone Papercut, an smtp server emulator I'm getting the list of SVN authors with svn log …

git git-svn codeplex
Using Tortoise SVN, how can I download the latest version of the source code of my CodePlex application?

I'm trying to figure out how to download the latest source code. Here's what I've done. On my desktop machine, …

svn tortoisesvn codeplex
Shelve Pending Changes in Team Foundation server

I am new to Team Foundation Server, so i was wondering what does "Shelve Pending Changes" does in Team foundation …

tfs codeplex
Connecting to Team Foundation Server (TFS) with proxy authentication

Yesterday I created a new project in Codeplex. I created a connection from Visual Studio to the TFS server I …

visual-studio tfs codeplex
Is it possible to setup a private github, codeplex or code.google.com?

I am thinking of setting up a server with similar capabilites of codeplex.com or code.google.com or github.…

github codeplex
How do I create a branch on a TFS/Codeplex hosted project?

Perhaps it's just because I'm not familiar with TFS (I've worked mostly with SVN), but I don't understand how to …

version-control tfs branch codeplex
Getting Started with Unity Framework

Could anyone recommend some good resources for getting started with the Unity framework? I've downloaded the source from Codeplex and …

inversion-of-control unity-container codeplex
MEF: a replacement for PRISM?

To what extent, if any, is MEF a replacement for PRISM?

prism mef extensibility codeplex
C# Interval tree class

I'm looking for an interval tree C# collection class. I need to be able to add intervals, idealy 2D, otherwise …

c# codeplex interval-tree