tags:

views:

53

answers:

3

Is there anything like Ruby gems for .NET?

A: 

I'm not sure which characteristics of Ruby Gems you are looking for. If you are trying to deploy your own application, you should look into ClickOnce.

I want an easy way to bring in common tools/libraries into a project.
Andrew Davey
A: 

Horn is a promising new project that should do what is needed. http://code.google.com/p/hornget/

Andrew Davey
+1  A: 

There is a new project called Nu which uses the actual Ruby gems framework to package .NET components. http://groups.google.com/group/nu-net

Kiliman
I've created an add-in for Visual Studio that make it easy to reference gems in your project.http://visualstudiogallery.msdn.microsoft.com/en-us/ba0f6da5-3660-4983-b8fb-d5abfc45093e
Kiliman