LinqBridge by: Atif Aziz
  • 11 total downloads
  • Latest version: 1.3.0
  • linq
With Visual Studio's multi-targeting and LINQBridge, you can write LINQ to Objects (local) queries using the full power of the C# 3.0 compiler and yet create programs that require only Microsoft .NET Framework 2.0. LINQBridge is a re-implementation of all the standard query operators introduced with Microsoft .NET Framework 3.5's System.Linq.Enumerable class.
LinqKit.Core by: Joseph Albahari Tomas Petricek Scott Smith Tuomas Hietanen Stef Heyenrath
  • 275 total downloads
  • Latest version: 1.2.8
  • linq EF EntityFramework Entity Framework EntityFrameworkCore
LinqKit.Core contains extensions for LINQ to SQL and Entity Framework. Note that Include(...), IAsync and IDbAsync are not supported.
log4net by: The Apache Software Foundation
  • 289 total downloads
  • Latest version: 3.1.0-preview.3
  • logging log tracing logfiles
log4net is a tool to help the programmer output log statements to a variety of output targets. In case of problems with an application, it is helpful to enable logging so that the problem can be located. With log4net it is possible to enable logging at runtime without modifying the application binary. The log4net package is designed so that log statements can remain in shipped code without incurring a high performance cost. It follows that the speed of logging (or rather not logging) is crucial. At the same time, log output can be so voluminous that it quickly becomes overwhelming. One of the distinctive features of log4net is the notion of hierarchical loggers. Using these loggers it is possible to selectively control which log statements are output at arbitrary granularity. log4net is designed with two distinct goals in mind: speed and flexibility
Magick.NET.Core by: Dirk Lemstra
  • 359 total downloads
  • Latest version: 12.2.1
  • ImageMagick Magick.NET Image Convert Resize Draw Effects
ImageMagick is a powerful image manipulation library that supports over 100 major file formats (not including sub-formats). With Magick.NET you can use ImageMagick without having to install ImageMagick on your server or desktop. Visit https://github.com/dlemstra/Magick.NET/tree/main/docs before installing to help you decide the best version.
Magnum by: Chris Patterson Dru Sellers
  • 105 total downloads
  • Latest version: 2.1.3
Magnum is a library for the larger than average developer
ManagedEsent by: Microsoft
  • 173 total downloads
  • Latest version: 2.0.0
  • ManagedEsent NoSql ISAM Database Storage DatabaseEngine
ManagedEsent provides managed access to ESENT, the embeddable database engine native to Windows. ManagedEsent uses the esent.dll that is part of Microsoft Windows so there are no extra unmanaged binaries to download and install.
Mandrill by: Shawn Mclean
  • 503 total downloads
  • Latest version: 3.1.0
  • Mandrill MailChimp
Mandrill .Net is a quick and easy wrapper for getting started with the Mandrill API.
MassTransit by: Chris Patterson
  • 1.683k total downloads
  • Latest version: 8.4.1-develop.2269
  • MassTransit
MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
MassTransit.Abstractions by: Chris Patterson
  • 814 total downloads
  • Latest version: 8.4.1-develop.2269
  • MassTransit
MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
MassTransit.AmazonSQS by: Chris Patterson
  • 1.223k total downloads
  • Latest version: 8.4.1-develop.2269
  • MassTransit AmazonSQS
MassTransit Amazon SQS transport support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
MassTransit.AspNetCore by: Chris Patterson
  • 819 total downloads
  • Latest version: 7.3.1
  • MassTransit AspNetCore
MassTransit hosting for ASP.NET Core; MassTransit is a message-based distributed application framework for .NET http://masstransit-project.com
MassTransit.EntityFrameworkCore by: Chris Patterson
  • 1.393k total downloads
  • Latest version: 8.4.1-develop.2269
  • MassTransit EF EFCore EntityFramework EntityFrameworkCore
MassTransit Entity Framework Core persistence support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
MassTransit.Extensions.DependencyInjection by: Chris Patterson
  • 1.059k total downloads
  • Latest version: 7.3.1
  • MassTransit DependencyInjection
MassTransit Microsoft.Extensions.DependencyInjection support; MassTransit is a message-based distributed application framework for .NET http://masstransit-project.com
MassTransit.Extensions.Logging by: Chris Patterson
  • 253 total downloads
  • Latest version: 5.5.6+build.2221.sha.1f6a8f0
  • MassTransit Extensions Logging
MassTransit Microsoft.Extensions.Logging support; MassTransit is a message-based distributed application framework for .NET http://masstransit-project.com
MassTransit.MongoDb by: Chris Patterson
  • 1.429k total downloads
  • Latest version: 8.4.1-develop.2269
  • MassTransit MongoDb
MassTransit MongoDb persistence support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
MassTransit.RabbitMQ by: Chris Patterson
  • 1.666k total downloads
  • Latest version: 8.4.1-develop.2269
  • MassTransit RabbitMQ
MassTransit RabbitMQ transport support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
MassTransit.Redis by: Chris Patterson
  • 1.098k total downloads
  • Latest version: 8.4.1-develop.2268
  • MassTransit Redis
MassTransit Redis persistence support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
MedallionTopologicalSort by: Michael Adelson
  • 8 total downloads
  • Latest version: 1.0.0
  • enumerable collections topological sort sorting stable
A fast implementation of topological sorting that supports stable sorting as well as breaking ties via ThenBy[Descending]
MediatR by: Jimmy Bogard
  • 665 total downloads
  • Latest version: 12.5.0
  • mediator request response queries commands notifications
Simple, unambitious mediator implementation in .NET
MediatR.Contracts by: Jimmy Bogard
  • 60 total downloads
  • Latest version: 2.0.1
  • mediator request response queries commands notifications
Contracts package for requests, responses, and notifications