vote up 20 vote down star
44

C# Open Source Project Of The Year Award 2008

Let us decide which project should receive the honor, from the Stack Overflow community. And as the best programming community, I think the community opinion matters.


What's the best Open Source Project you've found, and loved in 2008? List it here, and let the community vote for the same. And in the end, we'll have a great list of interesting open source projects. Your entry should have a brief description, and a link to download the source code. You might consider entries from sites like Codeplex, Sourceforge.net, Codeproject etc.


Important: Please look in the existing list before posting your entry, if it is already there, just vote.

flag
show 2 more comments

40 Answers

1 2 next
vote up 11 vote down

Singularity Operating System - Click to download

Singularity provides Softare Isolation instead of hardware enforced protection domains and heavy context switching. Developed by Microsoft Research, now available at Codeplex as open source.

The implementation includes a IL to native compiler, a really good bootloader and the Sing# compiler

Go and download Singularity source and CD Image here

You can actually boot it on Microsoft Virtual PC (free download). Very interesting.

link|flag
show 2 more comments
vote up 2 vote down

I really like SourceGrid

  • SourceGrid is a .NET Windows Forms grid control written entirely in C# with managed code.
  • SourceGrid can be used to visualize or to change data in a table format.
  • SourceGrid can be used bound to a data source (typically a DataView) or creating each cell directly.

There are a lot of controls of this type available, but often are expensive, difficult to customize or too DataSet oriented. SourceGrid use only managed code (without API or Interop) and can be used with any .NET 2 compatible environments.

link|flag
show 2 more comments
vote up 13 vote down

Sandcastle Help File Builder - I just can not live without this right now. From the description:

"Sandcastle, created by Microsoft, is a tool used for creating MSDN-style documentation from .NET assemblies and their associated XML comments files. The current version is the May 2008 release. It is command line based and has no GUI front-end, project management features, or an automated build process like those that you can find in NDoc. The Sandcastle Help File Builder was created to fill in the gaps, provide the missing NDoc-like features that are used most often, and provide graphical and command line based tools to build a help file in an automated fashion."

link|flag
show 1 more comment
vote up 12 vote down

Screwturn Wiki is an open source wiki written in C#.

link|flag
vote up 4 vote down

I've used BugTracker.NET in multiple companies I've worked with, in both large and small teams.

Open Source ASP.NET/SQL Server Bug Tracking solution, which even interfaces with Subversion.

link|flag
show 1 more comment
vote up 5 vote down

VDM

This virtual desktop program takes advantage of this new API and uses some tricks of its own to provide a powerful virtual desktop manager with a full screen thumbnail based preview. Vista and XP.

link|flag
vote up 26 vote down

Iron Python - Click to download

Surprised that we missed it!! IronPython is very hot as well. I really like th interactive programming and ability to host Python in my own apps :)

"IronPython is a new implementation of the Python programming language running on .NET. It supports an interactive console with fully dynamic compilation. It is well integrated with the rest of the .NET Framework and makes all .NET libraries easily available to Python programmers, while maintaining full compatibility with the Python language."

Most part of IronPython implementation is in C#. Must Watch!!

link|flag
vote up 6 vote down

Managed Extensibility Framework

The Managed Extensibility Framework (MEF) is a new library in .NET that enables greater reuse of applications and components. Using MEF, .NET applications can make the shift from being statically compiled to dynamically composed. If you are building extensible applications, extensible frameworks and application extensions, then MEF is for you.

link|flag
vote up 9 vote down

Composite WPF (aka Prism)

The Composite Application Guidance for WPF can help you split the development of your WPF client application across multiple development teams, each responsible for the development of a piece of the application, and help you seamlessly compose those pieces together into a client application. The guidance includes a reference implementation, reusable library code (called the Composite Application Library), documentation, quick start tutorials and hands-on labs.

link|flag
vote up 12 vote down

Ninject

Ninject is a lightning-fast, ultra-lightweight dependency injector for .NET applications. It helps you split your application into a collection of loosely-coupled, highly-cohesive pieces, and then glue them back together in a flexible manner. By using Ninject to support your software's architecture, your code will become easier to write, reuse, test, and modify.

link|flag
show 2 more comments
vote up -1 vote down

DotNetNuke, a great extensible opensource CMS system.

link|flag
show 3 more comments
vote up 40 vote down

Mono - Website Here, Download Here

I think Mono is a good bet.

As we all know, "Mono is a cross platform, open source .NET development framework."

link|flag
vote up 7 vote down

Banshee

Play your music and videos. Stay entertained and up to date with podcasts and video podcasts. Discover new music with Last.fm radio. Sync your G1 phone, iPod, and other devices. We think you'll love the new Banshee!

link|flag
2  
Also, crossplatform Linux, Mac and Windows (yet to come) – igorgue Dec 15 '08 at 19:02
vote up 0 vote down

Ra-Ajax - "Create stunning and lightweight Web Applications without hassle" - Quote Me... ;)

PS! Yes I work with it...

link|flag
vote up 2 vote down

Coolite

link|flag
vote up 12 vote down

CruiseControl.NET

link|flag
vote up 3 vote down

I like http://www.dotnetblogengine.net/. It's a .net blog platform that supports MySQL which is pretty cool.

link|flag
show 1 more comment
vote up 0 vote down

Npgsql - .NET provider for the PostgreSQL object-relational database management system - a good one, too.

link|flag
vote up 3 vote down

Clone Detective for Visual Studio

Clone Detective is a Visual Studio integration that allows you to analyze C# projects for source code that is duplicated somewhere else. Having duplicates can easily lead to inconsistencies and often is an indicator for poorly factored code.

link|flag
show 1 more comment
vote up 3 vote down

Autofac

link|flag
vote up 30 vote down

ASP.NET MVC

link|flag
vote up 12 vote down

NHibernate

link|flag
show 2 more comments
vote up 6 vote down

Gallio/MbUnit

link|flag
vote up 2 vote down

Silverlight Toolkit

Terrarium 2.0

link|flag
vote up 4 vote down

Windows Installer XML Toolset

Makes creating Windows Installer packages easy and similar to writing code. Uses a compile/link approach to build MSI packages from xml source. Most of the toolset is written in C#.

link|flag
vote up 0 vote down

VisualWebGUI

The best of the bred Open Source RIA AJAX Framework with full server approach and zero client footprint.

link|flag
show 1 more comment
vote up 1 vote down

TracExplorer

This is a Visual Studio addin for Trac integration and, in turn TortoiseSvn's bugtraq integration.

link|flag
vote up 3 vote down

ZedGraph for graphs as you might have expected ;)

link|flag
vote up 1 vote down

ZedGraph

Well written easy to use charting package for WinForms. Better and more fully functioned than many commercial ones.

link|flag
vote up 7 vote down

SubSonic 2.2 has been very, very good to me. Great Data Access Layer generator that works very well with C#, VB, F#, MS SQL, and (after some tweaks) MySQL! The tutorial videos are excellent.

link|flag
1 2 next

Your Answer

Get an OpenID
or

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