Open source C# projects that have high code quality? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-17T09:52:16Z http://stackoverflow.com/feeds/question/143088 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/143088/open-source-c-projects-that-have-high-code-quality 73 Open source C# projects that have high code quality? Simucal 2008-09-27T05:57:57Z 2009-09-05T22:43:59Z <h2>Question:</h2> <p>What are some open source C# projects I can download that implement many best-practices and have a relatively high code quality?</p> <p>Please accompany your answer with some of the reasons you consider the code is of high quality.</p> <p><hr /></p> <h2>Suggestions so far:</h2> <ul> <li><a href="http://www.codeplex.com/SharpDevelop" rel="nofollow">SharpDevelop</a></li> <li><a href="http://www.hibernate.org/428.html" rel="nofollow">NHibernate</a></li> <li><a href="http://boo.codehaus.org/" rel="nofollow">Boo</a></li> <li><a href="http://ayende.com/projects/rhino-mocks.aspx" rel="nofollow">Rhino Mocks</a></li> <li><a href="http://www.go-mono.com/mono-downloads/download.html/" rel="nofollow">Mono</a></li> <li><a href="http://www.paint.net/" rel="nofollow">Paint.NET</a> - <a href="http://paintdotnet.forumer.com/viewtopic.php?f=27&amp;t=28275" rel="nofollow">Not Open Source</a></li> <li><a href="http://www.asp.net/mvc/" rel="nofollow">ASP.NET MVC Framework</a></li> <li><a href="http://referencesource.microsoft.com/netframework.aspx" rel="nofollow">.Net Framework Source Code</a></li> <li><a href="http://www.hanselman.com/blog/CategoryView.aspx?category=Source%2BCode" rel="nofollow">The Weekly Source Code</a> (Scott Hanselman's Series)</li> <li><a href="http://msdn.microsoft.com/en-us/practices/default.aspx" rel="nofollow">Microsoft's Pattern and Practices</a></li> </ul> http://stackoverflow.com/questions/143088/open-source-c-projects-that-have-high-code-quality/143094#143094 0 Answer by Rayne for Open source C# projects that have high code quality? Rayne 2008-09-27T06:01:43Z 2008-09-27T06:07:39Z <p>forums.agbotting.net in the release forum go to svns, I know the guy who coded that it's a bot and maphack for a video game called Diablo II, that him and a friend wrote themselfs. I believe it's of pretty good quality, and it's not very huge.</p> <p>Enjoy</p> <p>P.S When it doubt, call the magic powers of source forge.</p> <p>Oh yeah, and of course <a href="http://www.icsharpcode.net/OpenSource/SD/" rel="nofollow">SharpDevelop</a></p> http://stackoverflow.com/questions/143088/open-source-c-projects-that-have-high-code-quality/143096#143096 2 Answer by Mike Thompson for Open source C# projects that have high code quality? Mike Thompson 2008-09-27T06:02:34Z 2008-09-27T06:02:34Z <p>Have a look at <a href="http://www.go-mono.com/mono-downloads/download.html/" rel="nofollow">mono</a> and <a href="http://www.paint.net/" rel="nofollow">Paint.Net</a></p> http://stackoverflow.com/questions/143088/open-source-c-projects-that-have-high-code-quality/143097#143097 1 Answer by mattlant for Open source C# projects that have high code quality? mattlant 2008-09-27T06:03:09Z 2008-09-27T06:03:09Z <p>I think <a href="http://www.mono-project.com/Main_Page" rel="nofollow">Mono</a> could be a great place since the framework is built in C# itself. It might not fit your complexiity requoirement though</p> http://stackoverflow.com/questions/143088/open-source-c-projects-that-have-high-code-quality/143099#143099 9 Answer by Alexander Kojevnikov for Open source C# projects that have high code quality? Alexander Kojevnikov 2008-09-27T06:05:45Z 2008-09-27T06:05:45Z <p><a href="http://www.codeplex.com/SharpDevelop" rel="nofollow">SharpDevelop</a> and <a href="http://boo.codehaus.org/" rel="nofollow">Boo</a></p> http://stackoverflow.com/questions/143088/open-source-c-projects-that-have-high-code-quality/143101#143101 2 Answer by David Pokluda for Open source C# projects that have high code quality? David Pokluda 2008-09-27T06:07:51Z 2008-09-27T06:07:51Z <p>I would recommend you to take a look at <a href="http://www.codeplex.com/xunit" rel="nofollow">xUnit</a> for example. Scott Hanselman has a serios of posts where he recommends some source code to take a look at (usually managed code written in C#): <a href="http://www.hanselman.com/blog/CategoryView.aspx?category=Source+Code" rel="nofollow">source code category posts</a></p> http://stackoverflow.com/questions/143088/open-source-c-projects-that-have-high-code-quality/143102#143102 6 Answer by Kurt for Open source C# projects that have high code quality? Kurt 2008-09-27T06:08:02Z 2008-09-27T06:08:02Z <p><a href="http://www.hibernate.org/428.html" rel="nofollow">NHibernate</a>, <a href="http://ayende.com/projects/rhino-mocks.aspx" rel="nofollow">rhino mocks</a>, <a href="http://www.castleproject.org/" rel="nofollow">the castle project</a>.</p> http://stackoverflow.com/questions/143088/open-source-c-projects-that-have-high-code-quality/143106#143106 25 Answer by chakrit for Open source C# projects that have high code quality? chakrit 2008-09-27T06:10:32Z 2008-09-27T06:10:32Z <p><strong>Scott Hanselman's <a href="http://www.hanselman.com/blog/CategoryView.aspx?category=Source+Code" rel="nofollow">The Weekly Source Code</a> series</strong> is a nice read, he got 30+ episodes already and his comment is posted up along with each post as well.</p> http://stackoverflow.com/questions/143088/open-source-c-projects-that-have-high-code-quality/143107#143107 17 Answer by aku for Open source C# projects that have high code quality? aku 2008-09-27T06:11:41Z 2008-09-27T06:27:51Z <p>I'm sorry that my post won't answer on your question, but I just want to add my 2 cents.</p> <p>I doubt you can find any project with <em>extremely high quality</em> of code :) </p> <p>I would be happy to know if I'm wrong, but I believe that people answered on this questions name applications because of their quality for end-users not because they written in <em>high quality</em> code.</p> <p>Real-world projects being created to solve problems not to show off beautiful code. </p> <p>You will be amazed if you take a look at metrics of some well-known projects.</p> <p>I don't remember exact link, but there was a NDepend analysis of popular projects such as Paint.NET. Results were, let's say <em>quite disappointing</em>, but those projects are still good at what they do.</p> <p>I saw millions of lines of code in commercial and open-source projects. I didn't see any project with <em>extremely high quality</em> but those project solved their task.</p> <p><em>High quality code</em> is somewhat subjective and even mystical matter. I think it would be much more useful to seek for <em>good solution</em> for a <em>specific</em> problem.</p> <p>For example, project X has some really good code to solve Y, but it sucks in implementation of Z.</p> <p>To make my post less off-topic, I can recommend you to take a look at code written by <a href="http://msdn.microsoft.com/en-us/practices/default.aspx" rel="nofollow">Microsoft Patterns &amp; Practices</a> team. </p> <p>For example:</p> <ul> <li><a href="http://msdn.microsoft.com/en-us/library/cc467894.aspx" rel="nofollow">Microsoft Enterprise Library</a></li> <li><a href="http://www.codeplex.com/CompositeWPF" rel="nofollow">Composite WPF</a></li> </ul> <p>These projects are being written by very proficient developers, and they are intended specifically to teach how to come up with good solutions for some problems.</p> <p>But even those projects suck terribly in implementation of some things :)</p> http://stackoverflow.com/questions/143088/open-source-c-projects-that-have-high-code-quality/143224#143224 0 Answer by OregonGhost for Open source C# projects that have high code quality? OregonGhost 2008-09-27T08:26:12Z 2008-09-27T08:26:12Z <p>While I don't know about the actual code quality, you can have a look at the .NET Framework itself. At least they have FxCop and StyleCop running against it, since that's what the two tools were made for.</p> <p>Visual Studio allows stepping into the BCL source, and there are some tools that misuse this functionality to download the entire source code. You can also look into the code with Reflector, since it is not obfuscated.</p> http://stackoverflow.com/questions/143088/open-source-c-projects-that-have-high-code-quality/143369#143369 5 Answer by Nico for Open source C# projects that have high code quality? Nico 2008-09-27T10:26:48Z 2008-09-27T10:26:48Z <p>You can look directly at the .Net Framwork source available here: <a href="http://referencesource.microsoft.com/netframework.aspx" rel="nofollow">http://referencesource.microsoft.com/netframework.aspx</a></p> http://stackoverflow.com/questions/143088/open-source-c-projects-that-have-high-code-quality/145774#145774 3 Answer by Spodi for Open source C# projects that have high code quality? Spodi 2008-09-28T12:33:16Z 2008-09-28T12:33:16Z <p>The <a href="http://creators.xna.com/education/catalog/" rel="nofollow">XNA Creators Club</a> has some quite nice, open source code - even if you aren't interested in the XNA aspect. Each code sample is small enough to wrap your head around, and often have a very good design.</p> http://stackoverflow.com/questions/143088/open-source-c-projects-that-have-high-code-quality/145788#145788 7 Answer by Paul Batum for Open source C# projects that have high code quality? Paul Batum 2008-09-28T12:51:11Z 2008-09-28T12:51:11Z <p>I found the source for <a href="http://www.asp.net/mvc/" rel="nofollow">ASP.NET MVC</a> to be a worthwhile read. At the time of writing, the latest source is avaliable to download on the <a href="http://www.codeplex.com/aspnet/Release/ProjectReleases.aspx?ReleaseId=16775" rel="nofollow">preview 5 release page</a>.</p> http://stackoverflow.com/questions/143088/open-source-c-projects-that-have-high-code-quality/230699#230699 3 Answer by Max Schilling for Open source C# projects that have high code quality? Max Schilling 2008-10-23T17:45:59Z 2008-10-23T17:45:59Z <p>I would strongly recommend taking a look at <a href="http://www.communityserver.org" rel="nofollow">Community Server</a>. It is not an "Open Source" product per-se, but they provide a free Personal License and you can download the source for the entire system to muddle with.</p> http://stackoverflow.com/questions/143088/open-source-c-projects-that-have-high-code-quality/311787#311787 1 Answer by Thomas Hansen for Open source C# projects that have high code quality? Thomas Hansen 2008-11-22T21:09:16Z 2009-01-15T23:32:15Z <p>If you want to see true art I'd recommend you to download Boo and check out. I recognize Rodrigo B. De Olivias to be probably among the best handful of men alive today in regards to code and quality...</p> <p>When that's said, I'd definitely give <a href="http://ra-ajax.org" rel="nofollow">Ra-Ajax</a> a look too. I'm the creator of that stuff and there are very many places in there which I consider to have the "quality of Mona Lisa"...</p> <p>To those saying that code quality and "pragmatism" doesn't necessarily go hand in hand, I would just like to say that you're wrong...!</p> <p>Usefulness in most circumstances grows parallel in a one-to-one relationship with code code quality...!</p> <p>Also often to determine code quality you can often count the number of lines of code, in general. The more complex the solution solved with less lines of code - the better the quality (normally)</p> http://stackoverflow.com/questions/143088/open-source-c-projects-that-have-high-code-quality/336349#336349 0 Answer by Kirill Osenkov for Open source C# projects that have high code quality? Kirill Osenkov 2008-12-03T06:26:07Z 2008-12-03T06:26:07Z <ul> <li><a href="http://codeplex.com/dlr" rel="nofollow">http://codeplex.com/dlr</a></li> <li><a href="http://codeplex.com/DynamicGeometry" rel="nofollow">http://codeplex.com/DynamicGeometry</a></li> </ul> http://stackoverflow.com/questions/143088/open-source-c-projects-that-have-high-code-quality/365439#365439 1 Answer by Rinat Abdullin for Open source C# projects that have high code quality? Rinat Abdullin 2008-12-13T17:05:46Z 2008-12-13T17:05:46Z <ul> <li><a href="http://code.google.com/p/autofac/" rel="nofollow">Autofac IoC Container for .NET</a></li> <li><a href="http://rabdullin.com/shared-libraries/" rel="nofollow">Lokad Shared Libraries</a></li> <li>.NET Framework</li> </ul> http://stackoverflow.com/questions/143088/open-source-c-projects-that-have-high-code-quality/394461#394461 0 Answer by Steve for Open source C# projects that have high code quality? Steve 2008-12-26T23:32:39Z 2009-07-08T03:55:38Z <p><a href="http://www.osalt.com/mediaportal" rel="nofollow">MediaPortal</a>. Individual sections of code are quite good, unfortunately it is not as cohesive as one might hope. There is an enormous amount of C# code covering everything from DB manipulation and XML manipulation to multimedia directshow programming and directx rendering.</p> http://stackoverflow.com/questions/143088/open-source-c-projects-that-have-high-code-quality/450738#450738 1 Answer by Steve W for Open source C# projects that have high code quality? Steve W 2009-01-16T15:26:55Z 2009-03-13T03:08:54Z <p>Another suggestion, if you're interested in medical imaging software is <a href="http://www.clearcanvas.ca" rel="nofollow">ClearCanvas</a>. They've developed an open source medical imaging viewer, archive, and a radiology information system. More details and how to access the source can be found on the site. </p> <p>They've developed an application framework for developing .NET desktop apps, which is used to develop the viewer and information system. There's also developer documentation to get you started for the viewer, if you'd want to customize it yourself.</p> http://stackoverflow.com/questions/143088/open-source-c-projects-that-have-high-code-quality/647069#647069 2 Answer by Sklivvz for Open source C# projects that have high code quality? Sklivvz 2009-03-15T01:23:56Z 2009-03-15T01:23:56Z <p>I would nominate the enterprise library which I maintain. Although it is virtually unknown :), it has been used on large project and performed really well. It is also FxCop compliant. It's called <a href="http://code.google.com/p/sixpack-library/" rel="nofollow">SixPack library</a>.</p> http://stackoverflow.com/questions/143088/open-source-c-projects-that-have-high-code-quality/739367#739367 3 Answer by Todd Stout for Open source C# projects that have high code quality? Todd Stout 2009-04-11T01:59:05Z 2009-04-11T01:59:05Z <p>Check out <a href="http://msdn.microsoft.com/en-us/library/ms973880.aspx" rel="nofollow">Rotor</a> and <a href="http://www.lhotka.net/cslanet/Download.aspx" rel="nofollow">CSLA</a></p> <p>Rotor is a shared source implementation (from MS) of portions of the .Net framework. CSLA is a nice Business Object framework for creating rich client and web apps.</p> http://stackoverflow.com/questions/143088/open-source-c-projects-that-have-high-code-quality/741580#741580 1 Answer by Sam Saffron for Open source C# projects that have high code quality? Sam Saffron 2009-04-12T10:35:04Z 2009-04-12T10:35:04Z <p>John and Marc's <a href="http://www.yoda.arachsys.com/csharp/miscutil/" rel="nofollow">MiscUtil</a> is worth a look, the code is well commented and organized. It includes a large amount of tests.</p> http://stackoverflow.com/questions/143088/open-source-c-projects-that-have-high-code-quality/741656#741656 0 Answer by Tomh for Open source C# projects that have high code quality? Tomh 2009-04-12T11:46:53Z 2009-04-12T11:46:53Z <p><a href="http://www.nunit.org/index.php" rel="nofollow">Nunit</a> and <a href="http://incubator.apache.org/lucene.net/" rel="nofollow">Lucene.net</a></p> http://stackoverflow.com/questions/143088/open-source-c-projects-that-have-high-code-quality/741696#741696 0 Answer by Yassir for Open source C# projects that have high code quality? Yassir 2009-04-12T12:26:01Z 2009-04-12T12:26:01Z <p><a href="http://ajaxcontroltoolkit.codeplex.com/" rel="nofollow">AJAX Control Toolkit</a></p> http://stackoverflow.com/questions/143088/open-source-c-projects-that-have-high-code-quality/746572#746572 1 Answer by YordanGeorgiev for Open source C# projects that have high code quality? YordanGeorgiev 2009-04-14T06:46:35Z 2009-05-22T05:48:39Z <ul> <li>In case nobody mentioned it <a href="http://subsonicproject.com/download/" rel="nofollow">SubSonic</a> - powerful open source .Net DAL</li> <li><a href="http://blogengine.codeplex.com/" rel="nofollow">Blog Engine</a> - It is web based blogging platform. Contains a lot of reusable asp.net 2.0 C# code + it is extensible enough for custom adjustments. </li> </ul> http://stackoverflow.com/questions/143088/open-source-c-projects-that-have-high-code-quality/909281#909281 2 Answer by Darnell for Open source C# projects that have high code quality? Darnell 2009-05-26T07:02:27Z 2009-05-28T11:15:52Z <p>I'm surprised no one mentioned <a href="http://code.google.com/p/sharp-architecture/" rel="nofollow">Sharp Architecture</a> </p> <ul> <li>Focused on Domain Driven Design</li> <li>NHibernate's best practices</li> <li>MVC Framework</li> </ul> http://stackoverflow.com/questions/143088/open-source-c-projects-that-have-high-code-quality/914367#914367 2 Answer by Patrick Smacchia for Open source C# projects that have high code quality? Patrick Smacchia 2009-05-27T07:13:36Z 2009-05-27T07:13:36Z <p>Here are some quality/structuring/changes analysis I did with <a href="http://www.NDepend.com" rel="nofollow">NDepend</a></p> <p><a href="http://codebetter.com/blogs/patricksmacchia/archive/2009/05/21/a-quick-analyze-of-the-net-fx-v4-0-beta1.aspx" rel="nofollow">.NET Fx 4.0 beta1 vs 3.5 SP1</a><br/> <a href="http://codebetter.com/blogs/patricksmacchia/archive/2009/04/26/the-big-picture-of-the-sharpdevelop-code-base.aspx" rel="nofollow">SharpDevelop</a><br/> <a href="http://codebetter.com/blogs/patricksmacchia/archive/2009/04/23/ndepend-and-the-quality-of-the-cruise-control-net-code-base.aspx" rel="nofollow">CruiseControl.NET</a><br/> <a href="http://codebetter.com/blogs/patricksmacchia/archive/2009/01/11/lessons-learned-from-the-nunit-code-base.aspx" rel="nofollow">NUnit</a><br/> <a href="http://codebetter.com/blogs/patricksmacchia/archive/2009/01/19/mono-vs-net-framework-public-api-compatibility.aspx" rel="nofollow">Mono vs .NET Fx</a><br/> <a href="http://codebetter.com/blogs/patricksmacchia/archive/2008/10/01/comparing-silverlight-and-the-net-framework.aspx" rel="nofollow">Silverlight vs. .NET Fx</a><br/> <a href="http://codebetter.com/blogs/patricksmacchia/archive/2008/08/26/nhibernate-2-0-changes-overview.aspx" rel="nofollow">NHibernate</a><br/> <a href="http://codebetter.com/blogs/patricksmacchia/archive/2008/08/13/net-3-5-sp1-changes-overview.aspx" rel="nofollow">.NET 3.5 SP1 vs 3.5</a></p> http://stackoverflow.com/questions/143088/open-source-c-projects-that-have-high-code-quality/920394#920394 1 Answer by Alex Kofman for Open source C# projects that have high code quality? Alex Kofman 2009-05-28T11:30:10Z 2009-05-28T11:35:42Z <p>What about <a href="http://dataobjects.net/" rel="nofollow">DataObjects.Net</a>? It's open-source commercial ORM + In-memory object database, seems to be quite interesting.</p> http://stackoverflow.com/questions/143088/open-source-c-projects-that-have-high-code-quality/1362061#1362061 1 Answer by Chris S for Open source C# projects that have high code quality? Chris S 2009-09-01T11:50:06Z 2009-09-01T11:50:06Z <p><a href="http://phalanger.codeplex.com/SourceControl/ListDownloadableCommits.aspx" rel="nofollow">Phalanger</a>, a PHP to .NET compiler has some very high quality, well documented code.</p> http://stackoverflow.com/questions/143088/open-source-c-projects-that-have-high-code-quality/1384432#1384432 1 Answer by Jeffrey Cameron for Open source C# projects that have high code quality? Jeffrey Cameron 2009-09-05T22:43:59Z 2009-09-05T22:43:59Z <p>I'm surprised no one mentioned <a href="http://github.com/enkari/ninject/tree/master" rel="nofollow">Ninject</a> or <a href="http://github.com/enkari/siesta/tree/master" rel="nofollow">Siesta</a> yet, Nate Kohari has impeccable taste in writing source code</p>