Recommendations for Source Control Software and Wiki

  • Thread starter Thread starter mavrick_101
  • Start date Start date
M

mavrick_101

Hi,

Can any one recommend a good Source Control Software and a Wiki.

I would prefer if these are open source and written in C#.

Thanks in advance.
 
Hello mavrick_101,
Hi,

Can any one recommend a good Source Control Software and a Wiki.

I would prefer if these are open source and written in C#.

Thanks in advance.

Open source source control systems include:
- CVS
- SubVersion

These however are not written in .NET/C#. They do however integrate pretty
well into Visual Studio using plugins like AhnkSvn.

Managed alternatives include commercial apps like:
- Sourcegear Vault
- Microsoft Team Foundation Server (Workgroup edition is free)

I have no experience with Wiki written in .NET, though I know Micorsoft has
released a wiki application in the past, I guess you should be able to find
it on codeplex if it still exists.
 
Hello mavrick_101,
Hi,

Can any one recommend a good Source Control Software and a Wiki.

I would prefer if these are open source and written in C#.

Thanks in advance.

Open source source control systems include:
- CVS
- SubVersion

These however are not written in .NET/C#. They do however integrate pretty
well into Visual Studio using plugins like AhnkSvn.

Managed alternatives include commercial apps like:
- Sourcegear Vault
- Microsoft Team Foundation Server (Workgroup edition is free)

I have no experience with Wiki written in .NET, though I know Micorsoft has
released a wiki application in the past, I guess you should be able to find
it on codeplex if it still exists.
 
Thanks for your responses.

I would look into screwwiki and subversion first.

Thanks again.
 
Thanks for your responses.

I would look into screwwiki and subversion first.

Thanks again.
 
Back
Top