MimeKit
by: Jeffrey Stedfast
- 220 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
MongoDB.Bson
by: MongoDB Inc.
- 202 total downloads
- Latest version: 2.13.3
MongoDB's Official Bson Library.
MongoDB.Driver
by: MongoDB Inc.
- 254 total downloads
- Latest version: 2.13.3
Official .NET driver for MongoDB.
MongoDB.Driver.Core
by: MongoDB Inc.
- 254 total downloads
- Latest version: 2.17.1
Core Component of the Official MongoDB .NET Driver.
MongoDB.Libmongocrypt
by: MongoDB Inc.
- 102 total downloads
- Latest version: 1.12.0
Libmongocrypt wrapper for the .NET driver.
MongoDB.LibMongocrypt
by: markbenvenuto vincentkam dmitry_lukyanov rstam
- 19 total downloads
- Latest version: 1.2.0
Libmongocrypt wrapper for the .NET driver.
Mono.Reflection
by: Jb Evain
- 9 total downloads
- Latest version: 1.1.0
Complement for System.Reflection, including an IL disassembler.
Mono.TextTemplating
by: Mikayla Hutchinson
- 18 total downloads
- Latest version: 1.3.1
Open-source implementation of the T4 templating engine.
Mono.Unix
by: Microsoft
- 80 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
- 137 total downloads
- Latest version: 4.10.1
Moq is the most popular and friendly mocking framework for .NET
MQTTnet
by: The contributors of MQTTnet
- 557 total downloads
- Latest version: 4.3.7.1207
MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker) and supports v3.1.0, v3.1.1 and v5.0.0 of the MQTT protocol.
MSBuild.Sdk.Extras
by: Claire Novotny
- 248 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
- 183 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.
MySql.Data
by: Oracle
- 124 total downloads
- Latest version: 8.0.17
MySql.Data.MySqlClient .Net Core Class Library
MySql.Data.EntityFramework
by: Oracle Corporation
- 190 total downloads
- Latest version: 9.7.0
MySql.Data.EntityFramework
MySqlConnector
by: Bradley Grainger Caleb Lloyd
- 651 total downloads
- Latest version: 1.3.14
A truly async MySQL ADO.NET provider, supporting MySQL Server, MariaDB, Percona Server, Amazon Aurora, Azure Database for MySQL and more.
NaCl.Net
by: Doron Somech
- 33 total downloads
- Latest version: 0.1.13
Port of Curve25519, XSalsa20 and Poly1305 from NaCl project
Namotion.Reflection
by: Namotion.Reflection
- 178 total downloads
- Latest version: 2.1.2
.NET library with advanced reflection APIs like XML documentation reading, Null Reference Types (C# 8) reflection and string based type checks.
NATS.Client
by: The NATS Authors
- 193 total downloads
- Latest version: 1.1.7-pre1
**NOTE** For .NET 6 upwards we recommend NATS.Net package - NATS acts as a central nervous system for distributed systems at scale for IoT, edge computing, and cloud native and on-premise applications. This is the .NET client API.
ncrontab
by: Atif Aziz
- 8 total downloads
- Latest version: 3.3.0
NCrontab is crontab for all .NET runtimes supported by .NET Standard 1.0. It provides parsing and formatting of crontab expressions as well as calculation of occurrences of time based on a schedule expressed in the crontab format.
NCrontab
by: Atif Aziz
- 11 total downloads
- Latest version: 3.4.0
NCrontab is crontab for all .NET runtimes supported by .NET Standard 1.0. It provides parsing and formatting of crontab expressions as well as calculation of occurrences of time based on a schedule expressed in the crontab format.
Nerdbank.GitVersioning
by: Andrew Arnott
- 771 total downloads
- Latest version: 3.10.44-alpha
Stamps your assemblies with semver 2.0 compliant git commit specific version information and provides NuGet versioning information as well.