vote up 190 vote down star
431

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

prev 1 2 3
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 10 vote down
link|flag
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 1 vote down

nHibernate sharp zLib

link|flag
show 1 more comment
prev 1 2 3

Your Answer

Get an OpenID
or

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