Any codeplex peeps out there

Hi,
I’m planning to switch the code I’m using for my project from .nmf 4.1 C# to .nmf 4.2 VB.net (When spider gets 4.2).

Currently the solution has a Windows forms application for configuration and a Gadgeteer project in C#

I plan to add a new Gadgeteer project which will contain the VB.net code. I was just wondering what is the best way to do this.

  1. Add new project and delete the redundant C# project
  2. Leave the C# project there but no longer develop in it.
  3. Is there a way to fork the source code so if someone wants to, they can continue to use and develop the C# code.

Cheers,

Jas

I assume from the title that your application is hosted on codeplex? What source control are you using?

I use Visual Studio Team Explorer.

Jas

If you consider devoping the C# version someday (e.g. updating it to 4.2 and keeping up with the VB changes) do a branch and then remove the C# version from the main branch. If you want to only point were the C# version was last supported just create a tag (label in TFS).