up vote 48 down vote favorite
48
share [g+] share [fb]

Not a popularity contest, but if you were to elect some in some categories, what would be the names?

The only criteria are:

  • it needs to be fully OSS
  • it is not a one-man show
  • it has some people involved
  • it has source available and with a well-know open source license (hopefully with no distinction between commercial and other uses)

    • Blog engines
    • Wikis
    • Web frameworks
    • WPF frameworks
    • Silverlight frameworks
    • Unit test frameworks (including spec?)
    • ASP.Net tools
    • more specialized frameworks
link|improve this question
show 2 more comments
feedback

protected by Justin Nov 21 '11 at 13:12

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

55 Answers

1 2

jQuery

link|improve this answer
2  
How is jQuery classified as .NET? – Bill the Lizard Oct 3 '08 at 12:09
11  
The question is "most relevant OSS projects for .NET" - doesn't necessarily mean written in .NET. Those were my thoughts at first, but jQuery is very relevant to .NET, particularly with it being shipped with ASP.NET MVC soon. – David Mohundro Oct 3 '08 at 12:20
show 2 more comments
feedback

The most relevant ones to me are the ones I use the most and are the most valuable to me I suppose.

Unit Testing Frameworks:

Mocking Frameworks:

  • Rhino.Mocks
    • You could argue Oren Eini is a one man show, but he does take contributions :)
  • Moq

IoC Frameworks:

Blog Engines:

Other:

link|improve this answer
1  
Isolation Frameworks!!! – Martin Aug 7 '09 at 17:03
feedback

log4Net

Usually the first dependency I add to every .Net project I do.

link|improve this answer
feedback

I think that SharpDevelop should be very relevant here.

alt text

link|improve this answer
feedback

The SubSonic project.

link|improve this answer
feedback

FlickrNET API

Paint.NET

link|improve this answer
4  
unfortunately, Paint.NET is no longer open source. – Neil N Sep 14 '09 at 17:20
show 1 more comment
feedback

AnkhSVN - Great Tool for Visual Studio, completely done in .NET

link|improve this answer
feedback

Building frameworks: Nant.

link|improve this answer
feedback

Wiki: ScrewTurn Wiki

Jeff liked it so much he tried to donate to it, but they've apparently not even needed the money yet.

I've used it for about a year now on my development team to document tasks and so forth (i.e., what software do I have to have to do a full build today?, etc.) and it's been great.

link|improve this answer
feedback

I'd say the testing frameworks, NUnit, MB-Unit, and xUnit.net

SubText, dasBlog, dotNetNuke

Mono

MonoRail

jQuery

The IoC/DI frameworks - Ninject, StructureMap, Castle Windsor

link|improve this answer
feedback

IoC Frameworks:

Log:

  • log4net

PDF Library

ORM

Test

  • NUnit
  • Moq
link|improve this answer
feedback

Watin and Nunit to unit testing frameworks

link|improve this answer
feedback

ASP.NET:
AjaxControlToolkit (MS-PL)
Allows community contributions, has a large team on CodePlex.

Languages:
IronRuby (MS-PL)
Allows community contributions, source code hosted at RubyForge.

link|improve this answer
feedback

For me: Umbraco, SubSonic and I'm liking Gaiaware RAD Ajax widgets

link|improve this answer
1  
no more Gaiaware for me, jquery all the way – Justin Moore Apr 9 '09 at 2:57
feedback
  1. Cruise Control .NET
  2. CI-Factory
  3. Windows Installer Xml
link|improve this answer
feedback

Mono - the libs not the runtime and compilers including: Cecil, Mono Addins, and others unique to Mono GTK#

Castle - all of it

log4net nlog

Rhino-tools - all of ‘em

NHibernate (implied by above)

Boo - the extensible compiler is awesome.

MonoRocks - Mono inspired extension method library.

Ninject - because CF and Silverlight need IOCC love too.

NUnit & MbUnit

MonoDevelop

SharpDevelop

gnome-do - launchy/quicksilver for gnome.

boxerp - interesting databinding and enterprise application helper library

dasblog

subtext

C5 - because the BCL collection library is pathetic.

FlickrNet - cuz .net needs flickr love.

babysmash - my 17mo old loves it.

RSS.NET - a great easy to use rss lib - so good it went commerical, but the OSS version is still great.

MonoTorrent - http://monotorrent.com/ as a resident of Michigan I was pulling for the MSU student developed torrent lib, but Alan kicked but writing this library.

Gaia Ajax Widgets - very interesting.

JSC - the most awesome “compiler” that lets me write C# but target PHP, JS or ActionScript. Includes some libraries.

IKVM - for java interop

What is missing:

I don’t know of any WinForms libraries that make winforms better to use. I’d love to see this. But I still do winforms instead of WPF. Show me a WPF app that uses less than 30MB of RAM and I'll start singing WPF praises.

There are many free WPF libraries which are teasers from commercial vendors, some even open source, I think?

link|improve this answer
feedback

PostSharp - AOP for .Net.

link|improve this answer
feedback

Most relevant?? For today MbUnit, RhinoMocks, Castle, NLog/Log4net, NHibernate, Nant. Those would be included in just about any of my Enterprise apps.

link|improve this answer
feedback

CMS/Web Framework: dotnetNuke

link|improve this answer
1  
NO!!! Sorry but IMHO DNN is a failure waiting to happen. Terrible SEO support. Nearly impossible to create usable workflows. And trying to cleanly extend existing features like user registration is the stuff nightmares are made of. – Mike Glenn Jan 24 '09 at 15:41
feedback

NAnt is just awesome... period.

One library I have not seen up there yet is the one to help create PDF documents.

PDFsharp

link|improve this answer
feedback

For me... Subversion, TortoiseSVN, MonoRail, Windsor, NHibernate, Dojo Toolkit, Mono, MonoDevelop, Boo, nUnit, log4net, VirtualBox OSE, WinMerge

link|improve this answer
feedback

Another category would be ORM with SubSonic(Mozilla Pulic License) and NHibernate(LGPL) in there.

link|improve this answer
feedback

Follow up on AnkhSVN: SharpSvn, the library used by AnkhSVN to talk to Subversion

link|improve this answer
feedback

Vici Project: A coordinated and well-supported collection of free tools for building next-generation online applications for .NET.

  • Vici MVC: MVC Web Application Framework for .NET 2.0 or higher. (Formerly ProMesh.NET)
  • Vici CoolStorage: Fully typed Object Relational Mapping (ORM) library for .NET 2.0.
  • Vici Parser: .NET library for late-bound expression parsing and template rendering.
  • Vici WinService: Lightweight .NET library for creating Windows services.

More to follow in the future:

  • Vici Graphics (Not OSS, but free)
  • Vici dStyler (Not OSS, but free)
  • Vici Reports
  • Vici Wiki
link|improve this answer
feedback
1 2

Not the answer you're looking for? Browse other questions tagged or ask your own question.