MimeKit
by: Jeffrey Stedfast
- 7 total downloads
- Latest version: 4.16.0
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
Modernizr
by: Faruk Ateş Paul Irish Alex Sexton
- 6 total downloads
- Latest version: 2.8.3
Modernizr adds classes to the <html> element which allow you to target specific browser functionality in your stylesheet. You don't actually need to write any Javascript to use it.
Modernizr is a small and simple JavaScript library that helps you take advantage of emerging web technologies (CSS3, HTML5) while still maintaining a fine level of control over older browsers that may not yet support these new technologies.
NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/
MongoDB.Bson
by: MongoDB Inc.
- 2 total downloads
- Latest version: 3.6.0
MongoDB's Official Bson Library.
MongoDB.Driver
by: MongoDB Inc.
- 2 total downloads
- Latest version: 3.6.0
Official .NET driver for MongoDB.
MongoDB.Driver.Authentication.AWS
by: MongoDB Inc.
- 2 total downloads
- Latest version: 3.6.0
Official .NET driver for MongoDB.
MongoDB.Driver.Core
by: MongoDB Inc.
- 2 total downloads
- Latest version: 2.30.0
Core Component of the Official MongoDB .NET Driver.
MongoDB.Driver.Core.Extensions.DiagnosticSources
by: Jimmy Bogard
- 2 total downloads
- Latest version: 3.0.0
Package Description
MongoDB.Driver.Core.signed
by: MongoDB Inc. Kephas Framework
- 2 total downloads
- Latest version: 2.19.0
(Unofficial) Signed Core Component of the MongoDB .NET Driver. The containing assembly was generated by signing the officially published MongoDB.Driver.Core.dll.
MongoDB.Driver.Encryption
by: MongoDB Inc.
- 2 total downloads
- Latest version: 3.6.0
Libmongocrypt wrapper for the .NET driver.
MongoDB.Driver.GridFS
by: MongoDB Inc.
- 2 total downloads
- Latest version: 2.30.0
GridFS Component of the Official MongoDB .NET Driver.
MongoDB.Driver.Linq.AsyncEnumerable
by: MongoDB.Driver.Linq.AsyncEnumerable
- 2 total downloads
- Latest version: 2.15.4
Unofficial IAsyncEnumerable support for MongoDB C# Driver.
MongoDB.Driver.signed
by: MongoDB Inc. Kephas Framework
- 2 total downloads
- Latest version: 2.19.0
(Unofficial) Signed .NET driver for MongoDB. The containing assembly was generated by signing the officially published MongoDB.Driver.dll.
MongoDB.Libmongocrypt
by: MongoDB Inc.
- 2 total downloads
- Latest version: 1.12.0
Libmongocrypt wrapper for the .NET driver.
Mono.Cecil
by: Jb Evain
- 2 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.TextTemplating
by: Mikayla Hutchinson
- 13 total downloads
- Latest version: 3.0.0
Embeddable engine for the T4 templating language, a general-purpose way to generate text or code files using C#
Mono.WebAssembly.Interop
by: Microsoft
- 2 total downloads
- Latest version: 5.0.0-preview.3.20215.14
Abstractions and features for interop between Mono WebAssembly and JavaScript code.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d4a83b27a44c35c521600e1f30ef688c874415d4
Moq
by: Daniel Cazzulino kzu
- 10 total downloads
- Latest version: 4.20.72
Moq is the most popular and friendly mocking framework for .NET.
MySql.Data
by: Oracle Corporation
- 15 total downloads
- Latest version: 9.4.0
MySql.Data.MySqlClient .Net Core Class Library
MySqlConnector
by: Bradley Grainger Caleb Lloyd
- 2 total downloads
- Latest version: 1.1.0
A truly async MySQL ADO.NET provider, supporting MySQL Server, MariaDB, Percona Server, Amazon Aurora, Azure Database for MySQL and more.
Namotion.Reflection
by: Namotion.Reflection
- 24 total downloads
- Latest version: 3.4.2
.NET library with advanced reflection APIs like XML documentation reading, Null Reference Types (C# 8) reflection and string based type checks.