Microsoft.XmlSerializer.Generator
by: Microsoft
- 482 total downloads
- Latest version: 11.0.0-preview.5.26302.115
Creates an Xml serialization assembly for types contained in an assembly in order to improve the startup performance of Xml serialization when serializing or de-serializing objects of those types using XmlSerializer.
MimeKit
by: Jeffrey Stedfast
- 475 total downloads
- Latest version: 2.9.2
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 massive limitations or bugs.
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
MimeKitLite
by: Jeffrey Stedfast
- 416 total downloads
- Latest version: 2.9.2
MimeKit is an Open Source library for creating and parsing MIME messages. 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 massive limitations or bugs.
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
- 226 total downloads
- Latest version: 1.0.1.50
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
MimeTypesMap
by: red
- 81 total downloads
- Latest version: 1.0.8
Simple dictionary provides a few methods to lookup mime type/extension, generated From Apache's mime.types.
MiniProfiler.AspNetCore
by: Nick Craver
- 176 total downloads
- Latest version: 4.0.180
Lightweight mini-profiler, designed for ASP.NET Core (not System.Web) websites
MiniProfiler.AspNetCore.Mvc
by: Nick Craver
- 141 total downloads
- Latest version: 4.0.180
Lightweight mini-profiler, designed for ASP.NET Core MVC (*not* System.Web) websites
MiniProfiler.EntityFrameworkCore
by: Nick Craver
- 42 total downloads
- Latest version: 4.0.0-alpha8-165
MiniProfiler: Integration for Entity Framework Core
MiniProfiler.Shared
by: Marc Gravell Jarrod Dixon Yaakov Ellis Nick Craver
- 159 total downloads
- Latest version: 4.0.180
You shouldn't reference this - MiniProfiler's shared library for all frameworks
MinVer
by: MinVer
- 635 total downloads
- Latest version: 8.0.0-rc.1
A minimalist .NET build package, developed by humans, for versioning .NET SDK-style projects using Git tags.
MongoDB.Bson
by: MongoDB Inc.
- 489 total downloads
- Latest version: 2.13.3
MongoDB's Official Bson Library.
MongoDB.Driver
by: MongoDB Inc.
- 518 total downloads
- Latest version: 2.13.3
Official .NET driver for MongoDB.
MongoDB.Driver.Core
by: MongoDB Inc.
- 596 total downloads
- Latest version: 2.17.1
Core Component of the Official MongoDB .NET Driver.
MongoDB.Libmongocrypt
by: MongoDB Inc.
- 216 total downloads
- Latest version: 1.12.0
Libmongocrypt wrapper for the .NET driver.
MongoDB.LibMongocrypt
by: markbenvenuto vincentkam dmitry_lukyanov rstam
- 45 total downloads
- Latest version: 1.2.0
Libmongocrypt wrapper for the .NET driver.
Mono.TextTemplating
by: Mikayla Hutchinson
- 61 total downloads
- Latest version: 1.3.1
Open-source implementation of the T4 templating engine.
Mono.Unix
by: Microsoft
- 117 total downloads
- Latest version: 7.1.0-final.1.21458.1
Provides functionality for managed code to access Posix/Unix features not accessible via BCL
Moq
by: Daniel Cazzulino kzu
- 415 total downloads
- Latest version: 4.10.1
Moq is the most popular and friendly mocking framework for .NET
MSBuild.Sdk.Extras
by: Claire Novotny
- 520 total downloads
- Latest version: 3.0.44
An MSBuild SDK package for SDK-style .NET projects that has additional properties and targets which extends `Microsoft.NET.Sdk`.
MsgPack.Cli
by: FUJIWARA Yusuke
- 288 total downloads
- Latest version: 1.0.1
MessagePack is fast, compact, and interoperable binary serialization format.
This package provides MessagePack serialization/deserialization APIs. This pacakge also supports Mono, Xamarin, .NET Core and Unity.
MsieJavaScriptEngine
by: Andrey Taritsyn
- 473 total downloads
- Latest version: 3.3.1
This library is a .NET wrapper for working with the JavaScript engines of Internet Explorer and Edge Legacy.