MimeKit
by: Jeffrey Stedfast
- 3.116k total downloads
- Latest version: 4.18.1
MimeKit is an Open Source library for creating and parsing MIME, S/MIME and PGP messages on desktop and mobile platforms. It also supports parsing of Unix mbox files.
Unlike any other .NET MIME parser, MimeKit's parser does not need to parse string input nor does it use a TextReader. Instead, it parses raw byte streams, thus allowing it to better support undeclared 8bit text in headers as well as message bodies. It also means that MimeKit's parser is significantly faster than other .NET MIME parsers.
MimeKit's parser also uses a real tokenizer when parsing the headers rather than regex or string.Split() like most other .NET MIME parsers. This means that MimeKit is much more RFC-compliant than any other .NET MIME parser out there, including the commercial implementations.
In addition to having a far superior parser implementation, MimeKit's object tree is not a derivative of System.Net.Mail objects and thus does not suffer from System.Net.Mail's limitations.
API documentation can be found on the web at http://www.mimekit.net/docs
For those that need SMTP, POP3 or IMAP support, check out https://github.com/jstedfast/MailKit
MimeMapping
by: Matthew Little
- 106 total downloads
- Latest version: 4.0.0
Constants for (almost) all MIME types and method to determine MIME type from a file name.
Contains just over 1000 mime types.
The Dictionary is generated from the jshttp/mime-db db.json file.
Works similar to .NET's System.Web.MimeMapping.GetMimeMapping.
It aggregates data from the following sources:
https://www.iana.org/assignments/media-types/media-types.xhtml
https://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types
https://hg.nginx.org/nginx/raw-file/default/conf/mime.types
See:
https://github.com/jshttp/mime-db#mime-db
https://learn.microsoft.com/dotnet/api/system.web.mimemapping.getmimemapping
Minio
by: MinIO, Inc.
- 2.332k total downloads
- Latest version: 7.0.0
MinIO .NET SDK for Amazon S3 Compatible Cloud Storage.
MiniProfiler.AspNetCore
by: Nick Craver
- 744 total downloads
- Latest version: 4.2.22
Lightweight mini-profiler, designed for ASP.NET Core (not System.Web) websites
MiniProfiler.AspNetCore.Mvc
by: Nick Craver
- 722 total downloads
- Latest version: 4.2.22
Lightweight mini-profiler, designed for ASP.NET Core MVC (*not* System.Web) websites
MiniProfiler.EntityFrameworkCore
by: Nick Craver
- 587 total downloads
- Latest version: 4.3.8
MiniProfiler: Integration for Entity Framework Core
MiniProfiler.Shared
by: Marc Gravell, Jarrod Dixon, Yaakov Ellis, Nick Craver
- 815 total downloads
- Latest version: 4.5.4
You shouldn't reference this - MiniProfiler's shared library for all frameworks
Mnemosyne
by: Jon Hanna
- 133 total downloads
- Latest version: 1.1.0.2
Offers efficient copying, setting and zeroing operations.
ModelContextProtocol
by: ModelContextProtocol
- 1.278k total downloads
- Latest version: 2.2.0
.NET SDK for the Model Context Protocol (MCP) with hosting and dependency injection extensions.
ModelContextProtocol.Core
by: ModelContextProtocol
- 891 total downloads
- Latest version: 2.2.0
Core .NET SDK for the Model Context Protocol (MCP)
modernhttpclient
by: Paul Betts
- 193 total downloads
- Latest version: 2.4.2
Write your app using System.Net.Http, but drop this library in and it will go drastically faster.
MongoDB.Bson
by: MongoDB Inc.
- 3.567k total downloads
- Latest version: 2.30.0
MongoDB's Official Bson Library.
MongoDB.Bson.signed
by: MongoDB Inc., Kephas Framework
- 617 total downloads
- Latest version: 2.19.0
(Unofficial) Signed MongoDB's Bson Library. The containing assembly was generated by signing the officially published MongoDB.Bson.dll.
MongoDB.Driver
by: MongoDB Inc.
- 3.692k total downloads
- Latest version: 2.30.0
Official .NET driver for MongoDB.
MongoDB.Driver.Core
by: MongoDB Inc.
- 3.614k total downloads
- Latest version: 2.30.0
Core Component of the Official MongoDB .NET Driver.
MongoDB.Driver.Core.Extensions.DiagnosticSources
by: Jimmy Bogard
- 397 total downloads
- Latest version: 1.5.0
Package Description
MongoDB.Driver.GridFS
by: MongoDB Inc.
- 3.177k total downloads
- Latest version: 2.30.0
GridFS Component of the Official MongoDB .NET Driver.
MongoDB.Libmongocrypt
by: MongoDB Inc.
- 1.08k total downloads
- Latest version: 1.12.0
Libmongocrypt wrapper for the .NET driver.
Mono.Cecil
by: Jb Evain
- 1.084k total downloads
- Latest version: 0.11.6
Cecil is a library written by Jb Evain to generate and inspect programs and libraries in the ECMA CIL format. It has full support for generics, and support some debugging symbol format. In simple English, with Cecil, you can load existing managed assemblies, browse all the contained types, modify them on the fly and save back to the disk the modified assembly.
Mono.Options
by: Microsoft
- 201 total downloads
- Latest version: 6.12.0.148
A Getopt::Long-inspired option parsing library for C#.