1. Craig's Utility Library

    By:

    Craig's Utility Library is one of the largest collections of utility classes and extension methods for .Net. It includes code to help with tasks including encryption, compression, serialization, file management, email, image manipulation, Active Directory, Exchange, SQL, various file formats (CSV, iCal, etc.), Cisco phone apps, WMI queries, randomi... More information

  2. ImageResizer

    By:

    Lightweight HttpModule, REST API, and managed API for *safe* and highly-optimized server-side image processing. Docs: http://imageresizing.net/ Support: http://imageresizing.net/support Works with .NET 2, 3, 3.5, 4, 4.5, ASP.NET WebForms, MVC 1-4, WebAPI, Routing, IIS 5, 5.1, 6, 7, 7.5, & 8 and nearly all CMSes. Use ether the URL API: image.jp... More information

  3. System.Data.SQLite.x64

    By:

    The official SQLite database engine combined with a complete ADO.NET provider all rolled into a single mixed-mode assembly for x64.

  4. Fluent Migrator

    By:

    FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will ... More information

    26,268 downloads

  5. Simple.Data.Core 0.18.3.1

    By:

    A Simple, Dynamic data access library.

  6. Windows Azure Caching

    By:

    Windows Azure Caching is a distributed, in-memory cache that can be set up in your Windows Azure deployment on web or worker roles. Caching increases performance by allowing you to store commonly accessed data in memory and reduces load on backend databases. The Windows Azure Caching NuGet package allows you to quickly provision a web or worker r... More information

  7. Simple.Data.Ado 0.18.3.1

    By:

    ADO Adapter for the Simple.Data data access library.

  8. Transient Fault Handling Core

    By:

    The Transient Fault Handling Core provides the retry mechanisms to make your application more resilient to transient faults in both synchronous and asynchronous scenarios.

  9. Enterprise Library 5.0 - Transient Fault Handling Application Block

    By:

    The Transient Fault Handling Application Block for Windows Azure ("Topaz") provides a set of reusable and testable components for adding retry logic into your Windows Azure applications leveraging Windows Azure SQL Database, Windows Azure storage, Service Bus and Caching Service. This makes your Windows Azure application more reliable and resilient... More information

  10. LinqKit

    By:

    LINQKit is a free set of extensions for LINQ to SQL and Entity Framework power users.

    20,519 downloads

  11. Npgsql

    By:

    Npgsql is a .Net data provider for Postgresql. It allows any program developed for .Net framework to access database server. It is implemented in 100% C# code. Works with Postgresql 7.x and above.

  12. Simple.Data.SqlServer 0.18.3.1

    By:

    SQL Server ADO provider for the Simple.Data data access library.

  13. ImageResizer Web.Config Installation

    By:

    Installs the ImageResizer module by (carefully) modifying Web.Config. Docs: http://imageresizing.net/ Support: http://imageresizing.net/support ## 30+ plugins available Search 'ImageResizer' on nuget.org, or visit imageresizing.net to see 40+ plugins, including WPF, WIC, FreeImage, OpenCV, AForge & Ghostscript (PDF) integrations. You'll also f... More information

  14. sqlite-net

    By:

    sqlite-net is an open source, minimal library to allow .NET and Mono applications to store data in SQLite databases. It is written in C# 3.0 and is meant to be simply compiled in with your projects. It was first designed to work with MonoTouch on the iPhone, but should work in any other CLI environment.

  15. Fluent Migrator Tools

    By:

    FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will ... More information

    15,421 downloads

  16. ImageResizer.Mvc - MVC-friendly utilities

    By:

    Provides the MvcRoutingShim plugin for the ImageResizer Core library, which enables compatibility with MVC routing. Docs: http://imageresizing.net/plugins/mvcroutingshim Support: http://imageresizing.net/support ## 30+ plugins available Search 'ImageResizer' on nuget.org, or visit imageresizing.net to see 40+ plugins, including WPF, WIC, FreeI... More information

  17. System.Data.SQLite.x86

    By:

    The official SQLite database engine combined with a complete ADO.NET provider all rolled into a single mixed-mode assembly for x86.

  18. ImageResizer Web.Config Installation for MVC

    By:

    Installs the ImageResizer module (with MVC support) by (carefully) modifying Web.Config. Docs: http://imageresizing.net/ Support: http://imageresizing.net/support ## 30+ plugins available Search 'ImageResizer' on nuget.org, or visit imageresizing.net to see 40+ plugins, including WPF, WIC, FreeImage, OpenCV, AForge & Ghostscript (PDF) integrat... More information

  19. Craig's Utility Library Encryption Namespace

    By:

    Craig's Utility Library is one of the largest collections of utility classes and extension methods for .Net. It includes code to help with tasks including encryption, compression, serialization, file management, email, image manipulation, Active Directory, Exchange, SQL, various file formats (CSV, iCal, etc.), Cisco phone apps, WMI queries, randomi... More information

  20. NHibernate.Caches.SysCache2

    By:

    Similar to NHibernate.Caches.SysCache, uses ASP.NET cache. This provider also supports SQL dependency-based expiration, meaning that it is possible to configure certain cache regions to automatically expire when the relevant data in the database changes. SysCache2 requires Microsoft SQL Server 2000 or higher.