What are the most relevant OSS projects for .NET? - Stack Overflow most recent 30 from stackoverflow.com2010-03-21T10:28:27Zhttp://stackoverflow.com/feeds/question/164809http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net38What are the most relevant OSS projects for .NET?Scott Hanselmanhttp://stackoverflow.com/users/63802008-10-02T22:02:37Z2010-02-21T03:17:26Z
<p>Not a popularity contest, but if you were to elect some in some categories, what would be the names?</p>
<p>Here are a few suggested categories.</p>
<p>The only criteria I’d insist on would be:
needs to be fully OSS, not a one-man show, have some people involved, have source available and with a well-know open source license (hopefully with no distinction between commercial and other uses)</p>
<ul>
<li>Blog engines </li>
<li>Wikis</li>
<li>Web frameworks</li>
<li>WPF frameworks</li>
<li>Silverlight frameworks </li>
<li>Unit test frameworks (including spec?) </li>
<li>ASP.Net tools</li>
<li>more specialized frameworks</li>
</ul>
<p>Scott Hanselman and Hamilton Verissimo de Oliveira</p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/164824#16482498Answer by Geoffrey Chetwood for What are the most relevant OSS projects for .NET?Geoffrey Chetwoodhttp://stackoverflow.com/users/56402008-10-02T22:07:55Z2008-10-02T22:07:55Z<p><a href="http://www.mono-project.com/" rel="nofollow">The mono project.</a></p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/164825#16482546Answer by RKitson for What are the most relevant OSS projects for .NET?RKitsonhttp://stackoverflow.com/users/169472008-10-02T22:08:11Z2008-10-03T12:22:37Z<p>Persistence: <a href="http://www.nhibernate.org/" rel="nofollow">NHibernate</a></p>
<p>IOC: <a href="http://www.castleproject.org/container/index.html" rel="nofollow">Castle Windsor</a>, <a href="http://structuremap.sourceforge.net/Default.htm" rel="nofollow">StructureMap</a></p>
<p>MVC: <a href="http://www.castleproject.org/MonoRail/" rel="nofollow">Castle MonoRail</a></p>
<p>Testing: <a href="http://www.nunit.org/" rel="nofollow">NUnit</a></p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/164827#1648272Answer by Forgotten Semicolon for What are the most relevant OSS projects for .NET?Forgotten Semicolonhttp://stackoverflow.com/users/19602008-10-02T22:08:45Z2008-10-02T22:08:45Z<p>Another category would be ORM with <a href="http://subsonicproject.com/" rel="nofollow">SubSonic</a>(Mozilla Pulic License) and <a href="http://www.hibernate.org/343.html" rel="nofollow">NHibernate</a>(LGPL) in there.</p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/164828#1648287Answer by alexmac for What are the most relevant OSS projects for .NET?alexmachttp://stackoverflow.com/users/230662008-10-02T22:08:51Z2008-10-02T22:08:51Z<p>Watin and Nunit to unit testing frameworks</p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/164832#1648323Answer by Maudite for What are the most relevant OSS projects for .NET?Mauditehttp://stackoverflow.com/users/16322008-10-02T22:09:18Z2008-10-02T22:19:13Z<p>CMS/Web Framework: <a href="http://www.dotnetnuke.com/" rel="nofollow">dotnetNuke</a></p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/164834#16483416Answer by takobell for What are the most relevant OSS projects for .NET?takobellhttp://stackoverflow.com/users/6842008-10-02T22:09:30Z2008-10-02T22:09:30Z<p>Blog: <a href="http://www.dotnetblogengine.net/" rel="nofollow">BlogEngine.NET</a></p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/164838#16483810Answer by penyaskito for What are the most relevant OSS projects for .NET?penyaskitohttp://stackoverflow.com/users/30082008-10-02T22:11:57Z2008-10-02T22:11:57Z<p>Building frameworks: Nant.</p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/164840#16484018Answer by Joseph Daigle for What are the most relevant OSS projects for .NET?Joseph Daiglehttp://stackoverflow.com/users/5072008-10-02T22:12:20Z2008-10-02T22:12:20Z<p>The <a href="http://subsonicproject.com/" rel="nofollow">SubSonic</a> project.</p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/164845#1648457Answer by Schnapple for What are the most relevant OSS projects for .NET?Schnapplehttp://stackoverflow.com/users/25772008-10-02T22:14:06Z2008-10-02T22:14:06Z<p>Wiki: <a href="http://www.screwturn.eu/" rel="nofollow">ScrewTurn Wiki</a></p>
<p>Jeff liked it so much he <a href="http://www.codinghorror.com/blog/archives/001098.html" rel="nofollow">tried to donate to it</a>, but they've apparently <a href="http://www.codinghorror.com/blog/archives/001158.html" rel="nofollow">not even needed the money yet</a>.</p>
<p>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. </p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/164846#1648468Answer by ScottKoon for What are the most relevant OSS projects for .NET?ScottKoonhttp://stackoverflow.com/users/15382008-10-02T22:14:12Z2008-10-02T22:14:12Z<p>I'd say the testing frameworks, NUnit, MB-Unit, and xUnit.net</p>
<p>SubText, dasBlog, dotNetNuke</p>
<p>Mono</p>
<p>MonoRail</p>
<p>jQuery</p>
<p>The IoC/DI frameworks - Ninject, StructureMap, Castle Windsor</p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/164853#16485332Answer by Joe Brinkman for What are the most relevant OSS projects for .NET?Joe Brinkmanhttp://stackoverflow.com/users/48202008-10-02T22:15:35Z2008-10-02T22:15:35Z<p><a href="http://jquery.com" rel="nofollow">jQuery</a></p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/164869#164869-2Answer by hammett for What are the most relevant OSS projects for .NET?hammetthttp://stackoverflow.com/users/246702008-10-02T22:17:40Z2008-10-02T22:17:40Z<p>Hi! this is not a vote, we just want to make sure we get the names/links to all important ones, so we dont miss any. :-)</p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/164871#16487134Answer by David Mohundro for What are the most relevant OSS projects for .NET?David Mohundrohttp://stackoverflow.com/users/45702008-10-02T22:17:45Z2008-10-02T22:17:45Z<p>The most relevant ones to me are the ones I use the most and are the most valuable to me I suppose.</p>
<p>Unit Testing Frameworks:</p>
<ul>
<li><a href="http://www.nunit.org/" rel="nofollow">NUnit</a></li>
<li><a href="http://www.mbunit.com/" rel="nofollow">MbUnit</a></li>
</ul>
<p>Mocking Frameworks:</p>
<ul>
<li><a href="http://ayende.com/projects/rhino-mocks.aspx" rel="nofollow">Rhino.Mocks</a>
<ul>
<li>You could argue Oren Eini is a one man show, but he does take contributions :)</li>
</ul></li>
<li><a href="http://code.google.com/p/moq/" rel="nofollow">Moq</a></li>
</ul>
<p>IoC Frameworks:</p>
<ul>
<li><a href="http://www.castleproject.org/container/index.html" rel="nofollow">Castle Windsor</a></li>
<li><a href="http://structuremap.sourceforge.net/" rel="nofollow">StructureMap</a></li>
</ul>
<p>Blog Engines:</p>
<ul>
<li><a href="http://www.dasblog.info/" rel="nofollow">dasBlog</a></li>
<li><a href="http://subtextproject.com/" rel="nofollow">SubText</a></li>
<li><a href="http://www.dotnetblogengine.net/" rel="nofollow">BlogEngine.NET</a></li>
</ul>
<p>Other:</p>
<ul>
<li><a href="http://code.google.com/p/wittytwitter/" rel="nofollow">Witty</a> (Twitter client) </li>
</ul>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/164880#1648800Answer by Brian Chavez for What are the most relevant OSS projects for .NET?Brian Chavezhttp://stackoverflow.com/users/92752008-10-02T22:20:54Z2008-10-02T22:20:54Z<p>+1 NHibernate</p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/164882#1648829Answer by Tigraine for What are the most relevant OSS projects for .NET?Tigrainehttp://stackoverflow.com/users/216992008-10-02T22:21:19Z2008-10-02T22:21:19Z<p><a href="http://ankhsvn.open.collab.net/" rel="nofollow">AnkhSVN</a> - Great Tool for Visual Studio, completely done in .NET</p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/164887#1648876Answer by Justin for What are the most relevant OSS projects for .NET?Justinhttp://stackoverflow.com/users/246752008-10-02T22:22:40Z2008-10-02T22:22:40Z<p>For me: <a href="http://umbraco.org" rel="nofollow" title="Umbraco CMS">Umbraco</a>, <a href="http://subsonicproject.com/" rel="nofollow" title="SubSonic">SubSonic</a> and I'm liking <a href="http://gaiaware.net/" rel="nofollow" title="Gaiaware RAD AJAX widgets">Gaiaware RAD Ajax widgets</a></p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/164888#1648882Answer by Sander Rijken for What are the most relevant OSS projects for .NET?Sander Rijkenhttp://stackoverflow.com/users/55552008-10-02T22:24:02Z2008-10-10T14:28:12Z<p>Follow up on AnkhSVN: <a href="http://sharpsvn.net/" rel="nofollow">SharpSvn</a>, the library used by AnkhSVN to talk to Subversion</p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/164897#1648977Answer by Brannon for What are the most relevant OSS projects for .NET?Brannonhttp://stackoverflow.com/users/57452008-10-02T22:27:21Z2008-10-02T22:27:21Z<p>ASP.NET:<br>
<a href="http://www.codeplex.com/AjaxControlToolkit" rel="nofollow">AjaxControlToolkit</a> (MS-PL)<br>
Allows community contributions, has a large team on CodePlex.</p>
<p>Languages:<br>
<a href="http://www.ironruby.net/" rel="nofollow">IronRuby</a> (MS-PL)<br>
Allows community contributions, source code hosted at RubyForge.</p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/164922#1649220Answer by Chris Pietschmann for What are the most relevant OSS projects for .NET?Chris Pietschmannhttp://stackoverflow.com/users/78312008-10-02T22:40:43Z2008-10-02T22:40:43Z<p><a href="http://codeplex.com/vejs" rel="nofollow">Virtual Earth JavaScript Intellisense Helper</a></p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/164924#1649244Answer by Chris Pietschmann for What are the most relevant OSS projects for .NET?Chris Pietschmannhttp://stackoverflow.com/users/78312008-10-02T22:41:43Z2008-10-02T22:41:43Z<p><a href="http://dotnetkicks.com" rel="nofollow">DotNetKicks</a></p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/164936#16493617Answer by Alan Le for What are the most relevant OSS projects for .NET?Alan Lehttp://stackoverflow.com/users/11332008-10-02T22:44:21Z2008-10-02T22:44:21Z<p><a href="http://www.codeplex.com/FlickrNet" rel="nofollow">FlickrNET API</a></p>
<p><a href="http://www.getpaint.net/" rel="nofollow">Paint.NET</a></p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/164951#1649512Answer by Slace for What are the most relevant OSS projects for .NET?Slacehttp://stackoverflow.com/users/113882008-10-02T22:49:55Z2009-12-17T14:46:39Z<p><a href="http://projects.nikhilk.net/ScriptSharp/" rel="nofollow">Script#</a> is one of my favs</p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/164997#16499722Answer by Sklivvz for What are the most relevant OSS projects for .NET?Sklivvzhttp://stackoverflow.com/users/70282008-10-02T23:14:57Z2008-10-10T09:25:43Z<p>I think that <a href="http://www.icsharpcode.net/OpenSource/SD/" rel="nofollow">SharpDevelop</a> should be very relevant here.</p>
<p><img src="http://farm2.static.flickr.com/1037/1429249919_e5dae2d811_m.jpg" alt="alt text" /></p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/165065#16506525Answer by Scott Muc for What are the most relevant OSS projects for .NET?Scott Muchttp://stackoverflow.com/users/18942008-10-02T23:35:37Z2008-10-02T23:35:37Z<p><a href="http://logging.apache.org/log4net/index.html" rel="nofollow">log4Net</a></p>
<p>Usually the first dependency I add to every .Net project I do.</p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/165079#1650794Answer by RhysC for What are the most relevant OSS projects for .NET?RhysChttp://stackoverflow.com/users/174662008-10-02T23:41:28Z2008-10-02T23:41:28Z<p>Most relevant??
For today MbUnit, RhinoMocks, Castle, NLog/Log4net, NHibernate, Nant. Those would be included in just about any of my Enterprise apps.</p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/165107#1651075Answer by Jay _silly_evarlast_ Wren for What are the most relevant OSS projects for .NET?Jay _silly_evarlast_ Wrenhttp://stackoverflow.com/users/169982008-10-02T23:50:10Z2008-10-02T23:50:10Z<p>Mono - the libs not the runtime and compilers
including: Cecil, Mono Addins, and others unique to Mono
GTK#</p>
<p>Castle - all of it</p>
<p>log4net
nlog</p>
<p>Rhino-tools - all of ‘em</p>
<p>NHibernate (implied by above)</p>
<p>Boo - the extensible compiler is awesome.</p>
<p>MonoRocks - Mono inspired extension method library.</p>
<p>Ninject - because CF and Silverlight need IOCC love too.</p>
<p>NUnit & MbUnit</p>
<p>MonoDevelop</p>
<p>SharpDevelop</p>
<p>gnome-do - launchy/quicksilver for gnome.</p>
<p>boxerp - interesting databinding and enterprise application helper library</p>
<p>dasblog</p>
<p>subtext</p>
<p>C5 - because the BCL collection library is pathetic.</p>
<p>FlickrNet - cuz .net needs flickr love.</p>
<p>babysmash - my 17mo old loves it.</p>
<p>RSS.NET - a great easy to use rss lib - so good it went commerical, but the OSS version is still great.</p>
<p>MonoTorrent - <a href="http://monotorrent.com/" rel="nofollow">http://monotorrent.com/</a> as a resident of Michigan I was pulling for the MSU student developed torrent lib, but Alan kicked but writing this library.</p>
<p>Gaia Ajax Widgets - very interesting.</p>
<p>JSC - the most awesome “compiler” that lets me write C# but target PHP, JS or ActionScript. Includes some libraries.</p>
<p>IKVM - for java interop</p>
<p>What is missing:</p>
<p>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.</p>
<p>There are many free WPF libraries which are teasers from commercial vendors, some even open source, I think?</p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/165686#1656863Answer by Scott Saad for What are the most relevant OSS projects for .NET?Scott Saadhttp://stackoverflow.com/users/49162008-10-03T04:24:25Z2008-10-03T04:24:25Z<p><a href="http://nant.sourceforge.net/" rel="nofollow">NAnt</a> is just awesome... period. </p>
<p>One library I have not seen up there yet is the one to help create PDF documents.</p>
<h2><a href="http://www.pdfsharp.com/PDFsharp/" rel="nofollow">PDFsharp</a></h2>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/165903#1659038Answer by Gilles Bayon for What are the most relevant OSS projects for .NET?Gilles Bayonhttp://stackoverflow.com/users/02008-10-03T06:29:49Z2009-07-29T09:42:54Z<p>IoC Frameworks:</p>
<ul>
<li>Castle Windsor</li>
<li>AutoFac <a href="http://code.google.com/p/autofac/" rel="nofollow">http://code.google.com/p/autofac/</a> </li>
</ul>
<p>Log:</p>
<ul>
<li>log4net</li>
</ul>
<p>PDF Library</p>
<ul>
<li>iTextSharp <a href="http://itextsharp.sourceforge.net/" rel="nofollow">http://itextsharp.sourceforge.net/</a></li>
</ul>
<p>ORM</p>
<ul>
<li>iBATIS.net <a href="http://ibatis.apache.org/" rel="nofollow">http://ibatis.apache.org/</a></li>
</ul>
<p>Test</p>
<ul>
<li>NUnit</li>
<li>Moq</li>
</ul>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/166274#1662746Answer by Bartek Szafko for What are the most relevant OSS projects for .NET?Bartek Szafkohttp://stackoverflow.com/users/235262008-10-03T10:38:20Z2008-10-03T10:38:20Z<ol>
<li>Cruise Control .NET </li>
<li>CI-Factory</li>
<li>Windows Installer Xml</li>
</ol>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/168516#1685161Answer by Manoj Waikar for What are the most relevant OSS projects for .NET?Manoj Waikarhttp://stackoverflow.com/users/02008-10-03T19:32:11Z2008-10-03T19:32:11Z<ul>
<li>Castle Project </li>
<li>Spring.Net </li>
<li>NHibernate</li>
<li>Log4Net</li>
<li>NUnit </li>
<li>Rhino Mocks </li>
<li>Boo</li>
</ul>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/169224#1692241Answer by Lucas Goodwin for What are the most relevant OSS projects for .NET?Lucas Goodwinhttp://stackoverflow.com/users/250252008-10-03T23:01:08Z2008-10-03T23:01:08Z<p>MVC - <a href="http://www.codeplex.com/ProMesh" rel="nofollow">ProMesh.NET</a></p>
<p>ORM - <a href="http://www.codeplex.com/CoolStorage" rel="nofollow">CoolStorage.NET</a></p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/170330#1703303Answer by Stuart for What are the most relevant OSS projects for .NET?Stuarthttp://stackoverflow.com/users/02008-10-04T13:32:40Z2008-10-04T13:32:40Z<p>For me... Subversion, TortoiseSVN, MonoRail, Windsor, NHibernate, Dojo Toolkit, Mono, MonoDevelop, Boo, nUnit, log4net, VirtualBox OSE, WinMerge</p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/170370#1703701Answer by adolfojp for What are the most relevant OSS projects for .NET?adolfojphttp://stackoverflow.com/users/201372008-10-04T13:56:17Z2008-10-04T13:56:17Z<p>I like mojoportal but I don't know how "relevant" it might be.</p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/172779#1727790Answer by Gordon Zuehlke for What are the most relevant OSS projects for .NET?Gordon Zuehlkehttp://stackoverflow.com/users/02008-10-05T22:43:20Z2008-10-05T22:43:20Z<ul>
<li>NAnt: <em>the OS project that's had the biggest impact on me... followed by (in no order)</em></li>
<li>AnkhSVN/Subversion</li>
<li>MonoRail</li>
<li>MbUnit</li>
<li>Rhino Mocks</li>
<li>Castle Windsor</li>
<li>NHibernate
...<em>and I'm forgetting tons of great things like 7-Zip, FlexWiki</em></li>
</ul>
<p>It's good to be .net</p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/190649#1906491Answer by Chris S for What are the most relevant OSS projects for .NET?Chris Shttp://stackoverflow.com/users/215742008-10-10T09:38:43Z2008-10-10T09:38:43Z<p><a href="http://www.codeplex.com/Sandcastle" rel="nofollow">Sandcastle</a></p>
<p>MSDN style documentation builder for XML documentation, the follow on from Ndoc</p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/206380#2063804Answer by Sean Kearon for What are the most relevant OSS projects for .NET?Sean Kearonhttp://stackoverflow.com/users/26082008-10-15T20:42:24Z2008-10-15T21:27:54Z<p><a href="http://www.postsharp.org/" rel="nofollow">PostSharp</a> - AOP for .Net.</p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/206589#2065898Answer by just in case for What are the most relevant OSS projects for .NET?just in casehttp://stackoverflow.com/users/129582008-10-15T21:33:09Z2008-10-15T21:33:09Z<p><a href="http://boo.codehaus.org" rel="nofollow">Boo</a></p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/226868#2268680Answer by Glenn Block for What are the most relevant OSS projects for .NET?Glenn Blockhttp://stackoverflow.com/users/184192008-10-22T17:56:01Z2008-10-22T17:56:01Z<p>Unity </p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/228710#2287100Answer by Oscar Cabrero for What are the most relevant OSS projects for .NET?Oscar Cabrerohttp://stackoverflow.com/users/144402008-10-23T06:19:30Z2008-10-23T06:19:30Z<p>cruiseControl.Net</p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/281827#2818270Answer by sirrocco for What are the most relevant OSS projects for .NET?sirroccohttp://stackoverflow.com/users/52462008-11-11T18:55:53Z2008-11-11T18:55:53Z<p><a href="http://dotnetkicks.com" rel="nofollow">DotNetKicks</a></p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/281842#2818420Answer by Marcus Griep for What are the most relevant OSS projects for .NET?Marcus Griephttp://stackoverflow.com/users/286452008-11-11T19:03:52Z2008-11-11T19:03:52Z<p>I'd add in the <a href="http://www.itu.dk/research/c5" rel="nofollow">C5 Generic Collection Library</a>. Whereas the .NET BCL generic collections contain interfaces, they aren't programmed to their interfaces. As well, the C5 collections contain a richer set of features in addition to being backed by academic research. </p>
<p>Check out the set of collections contained within <a href="http://stackoverflow.com/questions/198079/where-can-i-learn-about-the-various-types-of-net-lists#209563">in this post</a>.</p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/307110#3071100Answer by Jim Moore for What are the most relevant OSS projects for .NET?Jim Moorehttp://stackoverflow.com/users/02008-11-20T22:27:51Z2008-11-20T22:27:51Z<p>RDL Project - <a href="http://www.fyireporting.com/" rel="nofollow">http://www.fyireporting.com/</a> - reporting toolset</p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/347083#3470830Answer by Carlos Ble for What are the most relevant OSS projects for .NET?Carlos Blehttp://stackoverflow.com/users/02008-12-07T01:21:08Z2008-12-07T01:21:08Z<p>DesktopRails for portable desktop applications development:
<a href="http://desktoprails.osl.ull.es" rel="nofollow">http://desktoprails.osl.ull.es</a></p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/455566#4555660Answer by Sun Liwen for What are the most relevant OSS projects for .NET?Sun Liwenhttp://stackoverflow.com/users/474412009-01-18T17:45:40Z2009-01-18T17:45:40Z<p><a href="http://www.mono-project.com/Cecil" rel="nofollow">Mono.Cecil</a> - An open source and even better replacement to System.Reflection. :)</p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/476109#4761090Answer by Erik Hellström for What are the most relevant OSS projects for .NET?Erik Hellströmhttp://stackoverflow.com/users/27952009-01-24T15:02:32Z2009-01-24T15:02:32Z<p><a href="http://www.codeplex.com/CompositeWPF/" rel="nofollow" title="Composite Application Guidance">Composite Application Guidance</a></p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/501759#5017591Answer by goldenratio for What are the most relevant OSS projects for .NET?goldenratiohttp://stackoverflow.com/users/313072009-02-01T22:38:11Z2009-02-01T22:38:11Z<p><a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=IronPython" rel="nofollow">IronPython</a></p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/708852#7088521Answer by Ali Kazmi for What are the most relevant OSS projects for .NET?Ali Kazmihttp://stackoverflow.com/users/748572009-04-02T08:49:01Z2009-04-02T08:49:01Z<p>ASP.NET MVC</p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/980575#9805751Answer by Niels R. for What are the most relevant OSS projects for .NET?Niels R.http://stackoverflow.com/users/1204532009-06-11T11:24:42Z2009-06-11T11:24:42Z<p><a href="http://viciproject.com/" rel="nofollow" title="Vici Project">Vici Project</a>: A coordinated and well-supported collection of free tools for building next-generation online applications for .NET.</p>
<ul>
<li>Vici MVC: MVC Web Application Framework for .NET 2.0 or higher. (Formerly ProMesh.NET)</li>
<li>Vici CoolStorage: Fully typed Object Relational Mapping (ORM) library for .NET 2.0.</li>
<li>Vici Parser: .NET library for late-bound expression parsing and template rendering.</li>
<li>Vici WinService: Lightweight .NET library for creating Windows services.</li>
</ul>
<p>More to follow in the future:</p>
<ul>
<li>Vici Graphics (Not OSS, but free)</li>
<li>Vici dStyler (Not OSS, but free)</li>
<li>Vici Reports</li>
<li>Vici Wiki</li>
</ul>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/1749401#17494010Answer by Petr Felzmann for What are the most relevant OSS projects for .NET?Petr Felzmannhttp://stackoverflow.com/users/2094592009-11-17T14:53:35Z2009-11-17T14:53:35Z<p><a href="http://sharparchitecture.net/" rel="nofollow">S#arp Architecture</a></p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/2037492#20374920Answer by Tigraine for What are the most relevant OSS projects for .NET?Tigrainehttp://stackoverflow.com/users/216992010-01-10T15:43:24Z2010-01-10T15:43:24Z<p>Although a shameless plug (since I'm one of the contributors to the project) there is another cool new project in the .NET ecosystem:</p>
<p><a href="http://www.dotlesscss.com" rel="nofollow">.Less</a> - A port of the popular Ruby Lib <a href="http://www.lesscss.org" rel="nofollow">LessCss</a></p>
<p>Less allows you to use variables, mixins and other cool language features inside CSS.</p>
http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/2304624#23046240Answer by afriza for What are the most relevant OSS projects for .NET?afrizahttp://stackoverflow.com/users/1097472010-02-21T03:17:26Z2010-02-21T03:17:26Z<p><a href="http://fubumvc.com/" rel="nofollow">FubuMVC</a>: Compositional, compile safe, convention-basedconfiguration for complex web applications.The MVC framework that doesn't get in your way.</p>