vote up 190 vote down star
430

I have used a lot of free .NET libraries, some from Microsoft itself! Which ones have you found the most useful?

Dependency Injection/Inversion of Control

  1. Unity Framework - Microsoft
  2. StructureMap - Jeremy Miller
  3. Castle Windsor
  4. NInject
  5. Spring Framework
  6. Autofac
  7. Managed Extensibility Framework

Logging

  1. Logging Application Block - Microsoft
  2. Log4Net - Apache
  3. Error Logging Modules and Handlers(ELMAH)
  4. NLog

Compression

  1. SharpZipLib
  2. DotNetZip

Ajax

  1. Ajax Control Toolkit - Microsoft
  2. AJAXNet Pro

ORM

  1. NHibernate
  2. Castle ActiveRecord
  3. Subsonic

Charting/Graphics

  1. Microsoft Chart Controls for ASP.NET 3.5 SP1
  2. Microsoft Chart Controls for Winforms
  3. ZedGraph Charting
  4. NPlot - Charting for ASP.NET and WinForms

PDF Creators/Generators

  1. PDFsharp
  2. iTextSharp

Unit Testing/Mocking

  1. NUnit
  2. Rhino Mocks
  3. Moq
  4. TypeMock.Net
  5. xUnit.net
  6. mbUnit

Automated Web Testing

  1. Selenium
  2. Watin

URL Rewriting

  1. url rewriter
  2. UrlRewriting.Net
  3. Url Rewriter and Reverse Proxy - Managed Fusion

Unclassified

  1. CSLA Framework - Business Objects Framework
  2. AForge.net
  3. Enterprise Library 4.1 - Logging, Exception Management, Validation, Policy Injection
  4. File helpers library
  5. Krypton - Free winform controls
  6. C5 Collections - Collections for .NET
  7. Quartz.NET - Enterprise Job Scheduler for .NET Platform
  8. Source Grid - A Grid control
  9. MiscUtil - Utilities by Jon Skeet
  10. Lucene.net - Text indexing and searching
  11. Json.NET - Linq over JSON
  12. Flee - expression evaluator
  13. Devexpress - free controls
  14. PostSharp - AOP
  15. IKVM - brings the extensive world of Java libraries to .NET.

Title of the question taken from here.

[EDIT]
Please provide links to these free libraries as well. Once we have a huge list of this, it can be arranged in categories! Please do not mention .NET Applications/EXEs here.

flag
2  
they shouldn't be called "servers" in the first place – Lucas Mar 19 at 18:41
1  
I didn't name them; but they're useful, free, and as valid for inclusion as anything else on this list. – overslacked Mar 19 at 18:57
show 8 more comments

66 Answers

1 2 3 next
vote up 28 vote down
  1. Ajax Control Toolkit
  2. Silverlight Toolkit
  3. nUnit
  4. Rhino Mocks (Unit Test against Fake Resources)
  5. Moq (Unit Test against Fake Resources Alternative)
  6. Flickr.Net
  7. Live Services SDK
  8. Facebook Developer Toolkit
  9. Castle Windsor (DI)
  10. Open XML SDK 2.0 (Create/Edit Word/Excel/PowerPoint 2007 Formats)
  11. CSLA Framework (Business Objects Framework)
  12. TypeMock.Net (Another Mocking framework)
  13. Silverlight.FX (Additional Silverlight Controls)
  14. ScriptSharp (A Javascript Framework)
link|flag
vote up 17 vote down

Subsonic. An open source object-relational mapper.

link|flag
vote up 16 vote down

ELMAH

ELMAH (Error Logging Modules and Handlers) is an application-wide error logging facility that is completely pluggable. It can be dynamically added to a running ASP.NET web application, or even all ASP.NET web applications on a machine, without any need for re-compilation or re-deployment.

Update: To work with Asp.Net MVC

link|flag
vote up 16 vote down

In-process database servers make my life easier.

SQLite

SQL Server Compact Edition

link|flag
1  
They ARE libraries, not full applications or system services like SQL Server Express/Standard/Enterprise. – Lucas Mar 19 at 18:30
show 1 more comment
vote up 14 vote down
  1. Log4Net for Logging
  2. Watin for Web Application Testing
  3. Ajax.NET Pro for AJAX Framework. (Very successful alternative to Ajax Toolkit)
  4. Json.NET JSON library for .NET
  5. HTML Agility Pack for parsing HTML files.
link|flag
show 1 more comment
vote up 13 vote down

Microsoft Chart Controls for Microsoft .NET Framework 3.5

link|flag
vote up 11 vote down

I have found that the C5 Collections library is the most extensive and well designed collections framework for .NET.

link|flag
show 3 more comments
vote up 10 vote down
link|flag
vote up 8 vote down

AForge.net

AForge.NET is a C# framework designed for developers and researchers in the fields of Computer Vision and Artificial Intelligence - image processing, neural networks, genetic algorithms, machine learning, robotics, etc.

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

For me, by far and away the single most useful library is:

System.Data.SQLite

Perfect for websites on a shared hosting package with fairly "light" database needs.

link|flag
2  
I love the fact that the same assembly contains the native SQLite engine AND the managed ADO.NET provider... – Thomas Levesque Sep 12 at 23:34
vote up 6 vote down

For PDF, other than PDFSharp,

iTextSharp

link|flag
vote up 6 vote down

IKVM brings the extensive world of Java libraries to .NET.

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

Microsoft Chart Controls for WinForms

A free high quality charting library for .NET supported by Microsoft.

link|flag
vote up 5 vote down

Dependency Injection: Ninject

Web MVC framework: ASP.NET MVC (1.0 released yesterday!)

Client MVP-ish (or is that MVVM?) framework: patterns & practices Composite Application Guidance for WPF and Silverlight, aka Prism (v2 released Feb 2009)

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

The Microsoft .NET Framework. I'd never get any work done without its libraries.

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

NLog for logging

link|flag
vote up 4 vote down

OpenNETCF, essential if you're working with Compact Framework and makes work there much less gruesome.

link|flag
vote up 3 vote down

Quartz.NET - Enterprise Job Scheduler for .NET Platform

link|flag
vote up 3 vote down

How about:

Recaptcha - captcha control

url rewriter - open source URL rewriting

UrlRewriting.Net - another URL rewriter

GoogleMaps.Subgurim.NET - Google maps server control

link|flag
vote up 3 vote down

It may push the boundaries of what's considered a "library", but as a longtime advocate of embedding scripting languages into LOB applications, I'd say IronPython.

Disclaimer: I'm also biased. :)

link|flag
vote up 3 vote down

For 3D graphics OpenTK is probably the best for OpenGL.

OpenTK (OpenGL for .NET and Mono.)

SlimDx (Managed DirectX, great altenative to XNA.)

link|flag
vote up 2 vote down

The Ventaur Web Page Security project (available here: http://www.codeproject.com/KB/web-security/WebPageSecurity%5Fv2.aspx) is incredibly useful for (ASP, admittedly) .NET.

link|flag
vote up 2 vote down

I use the Spring Framework and quite like it for dependency injection.

It can do most of every sub category you specified out of the box but does not have any Ajax support. For that I use jQuery and ASP.NET AJAX.

link|flag
vote up 2 vote down

LuaInterface

If you want to embed a small, fast, easy to learn and very poverful scripting language in .NET applications, this is the way to go.

Visual Web Gui

The SDK includes the complete WinForms Toolkit, 58 WinForms Controls and integration into ASP.NET. It also includes the revolutionary Visual WebGui runtime which enables desktop application-like responsiveness and heavy-lifting abilities for data centric web applications supporting multiple presentation layers* from the same source code.

link|flag
vote up 1 vote down

nHibernate sharp zLib

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

Google Data APIs Client Library

link|flag
show 1 more comment
1 2 3 next

Your Answer

Get an OpenID
or

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