vote up 34 vote down star
52

The .net framework comes with a bunch of really useful libraries, but there's always something better out there.

What 3rd party libraries have you found that you can't live without now?

is it C5?

is it db4o?

is it something off CodePlex?

Share with the rest of us!

EDIT: Please post both Free and Non-free libraries- but it would be nice if we knew which were which.

flag
show 3 more comments

44 Answers

1 2 next
vote up 0 vote down

GemBox.Spreadsheet. Excellent library for reading and writing Excel files in a variety of formats (XLS, XLSX, ODS, CSV, HTML).

link|flag
vote up 0 vote down

Maybe Super 2d/3d Graph Library? It's a nice charting control

link|flag
vote up 1 vote down

NLog

It's lightweight and very fast (fastest than l4n), very simple for configuration and very extensible.

link|flag
vote up 0 vote down

The free Krypton Toolkit from Component Factory (part of Krypton Suite which is commercial)

link|flag
vote up 4 vote down

Here are a good ones not yet mentioned:

link|flag
vote up 1 vote down

For XMPP/Jabber » agsXMPP or jabber-net

link|flag
vote up 0 vote down

FileDirectoryPath

NDepend.Helpers.FilePathDirectory is the library used by the tool NDepend to handle common path operations. Benefits of the NDepend.Helpers.FilePathDirectory over the .NET Framework class System.IO.Path include:

  • Strongly typed File/Directory path.
  • Relative / absolute path conversion.
  • Path normalization API
  • Path validity check API
  • Path comparison API
  • Path browsing API.
  • Path rebasing API
  • List of path operations (TryGetCommonRootDirectory, GetListOfUniqueDirsAndUniqueFileNames, list equality…)
link|flag
vote up 0 vote down

DigitalRune Docking Windows

DigitalRune Docking Windows is a .NET library that adds docking capabilities to Windows Forms. Features

  • Dockable windows similar to Microsoft® Visual Studio®
  • Docking via drag-and-drop (including visual docking hints)
  • Complex layouts
  • Tabbed documents
  • Auto-hide windows
  • Floating windows
  • Custom tooltips and context menus
  • Persistence of window layout to XML
  • Different rendering styles and color themes

The software is free for non-commercial use. If you want to use the software for commercial purposes, you can test the software for 30 days and then you must purchase a valid license.

link|flag
vote up 0 vote down

DigitalRune Text Editor Control for .NET

DigitalRune Text Editor is a .NET control for Windows Forms. It offers syntax-highlighting, source code formatting, code completion, and more.

The control is derived from the text editor in the SharpDevelop IDE.

The software is open-source

link|flag
vote up 0 vote down

SharpTemplate

SharpTemplate.NET is a lightweight general-purpose template engine for .NET 2.0. It is very easy to use, yet very powerful. It supports a pluggable syntax, full C# compliant expression parser, caching and macros.

LazyParser

LazyParser.NET is a light-weight late-bound expression parser compatible with C# 2.0 expression syntax. It allows you to incorporate user-supplied mathematical expressions or any C# expression in your application which can be dynamically evaluated at runtime, using late binding.

HTTP Compression Module

A compression module for ASP.NET that works with WebResource.axd, JavaScript, and CSS

link|flag
vote up 2 vote down

For the Desktop Apps I like to use commercial component suite by DevExpress

link|flag
vote up 1 vote down

Don't forget about Web Integration Testing:

  • WebAii
  • WatiN
  • Selenuim
link|flag
vote up 1 vote down

as mentioned: log4net, umbrella, nunit

link|flag
vote up 2 vote down

Depending on your definition of "library": Mono

link|flag
vote up 1 vote down

mscorlib.dll (It sure is useful, isn't it?)

link|flag
vote up 3 vote down

Umbrella

As the founder of Umbrella, the intent of this project on CodePlex is to provide a structure and central repository for extension libraries. We already cover much of that CodeBetter.Extensions is covering and contributors from other libraries have started to merge their content into Umbrella.

It is usint xUnit as its testing framework, is leveraging and extensind parts of Enterprise Library and Unity although it is not bound to it.

In upcoming contributions, we'll add "Umbrella Over DataServices, WCF, EF, WPF, ..."

Feel free to contribute by contacting us on CodePlex.

And don't worry, documentation is on the way...

link|flag
vote up 3 vote down

I really like CodeBetter.Extensions, in particular the IEnumerable.Each() extension for looping an action for a collection. I don't have a project without it!

Also, I know you only asked for one, but I must give an honourable mention to the Dynamic LINQ library blogged about my ScottGu here.

I feel i also need to anti-vote Dundas Charts - after spending a lot of money on v6.1, they tell me that in order to upgrade to a minor revision (v6.2), i needed to spend an additional $1500 or so just for the upgrade. I can understand having to pay for a major revision, but a minor one? What about bugs in the software?

link|flag
vote up 6 vote down

DXperience by Developer Express - they make a comprehensive set of UI and ORM components w/source code, and I find their support very responsive and helpful. Not free at all, but well worth the cost IMO.

link|flag
vote up 12 vote down

NUnit

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

iBATIS.NET for data mapping (free).

link|flag
vote up 0 vote down

It's really dynamic and depends on what you are doing and what is your area. One thing I find useful .Net libraries is to read other people blogs. That's always true. In the same way, you should write some blogs about your programming experience as well, for yourself or sharing with others.

link|flag
vote up 13 vote down

Rhino Mocks

link|flag
vote up 6 vote down

Elmah

It is indispensible when tracking those errors that only happen in production.

link|flag
vote up 4 vote down

I like StructureMap for dependency injection and inversion of control. Combine that with MbUnit for unit testing, log4net for logging and SubSonic or NHibernate for an ORM (depending on your app) and you are off to a pretty good start for developing most apps.

Best yet, they are all free.

link|flag
vote up 1 vote down

It's commercial software (you have to pay for it), but Aspose makes some good products for working with office files. I've used their software to greatly simplify working with Excel spreadsheets and creating Word documents as part of a CMS solution.

Open-source: NUnit, Log4Net, SharpZipLib.

link|flag
vote up 6 vote down

WatiN (Web Application Testing in .NET) is wonderful, so easy to automate IE (and soon Firefox). I didn't find it, but someone showed it to me, and I'm very grateful!

link|flag
vote up 2 vote down

I use SubSonic alot for ORM, Migrations, etc. It's pretty handy! (http://subsonicproject.com/)

Also, it's free.

link|flag
vote up 3 vote down

No love for Umbrella?

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

Autofac (a fluent and lambda-based IoC/DI container).

link|flag
vote up 9 vote down

Moq (a mocking framework).

link|flag
show 3 more comments
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.