MimeMapping
by: Matthew Little
- 133 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
Mollie.Api
by: Vincent Kok
- 368 total downloads
- Latest version: 2.3.0.2
This is a wrapper for the Mollie REST webservice. All payment methods and webservice calls are supported.
MongoDB.Bson
by: MongoDB Inc.
- 142 total downloads
- Latest version: 2.13.3
MongoDB's Official Bson Library.
MongoDB.Driver
by: MongoDB Inc.
- 142 total downloads
- Latest version: 2.13.3
Official .NET driver for MongoDB.
MongoDB.Driver.Core
by: MongoDB Inc.
- 160 total downloads
- Latest version: 2.17.1
Core Component of the Official MongoDB .NET Driver.
MongoDB.Libmongocrypt
by: MongoDB Inc.
- 58 total downloads
- Latest version: 1.12.0
Libmongocrypt wrapper for the .NET driver.
Mono.Options
by: Microsoft
- 262 total downloads
- Latest version: 6.12.0.148
A Getopt::Long-inspired option parsing library for C#.
Mono.Posix.NETStandard
by: Microsoft
- 77 total downloads
- Latest version: 5.20.1-preview
Provides functionality to access Posix/Unix features
Mono.TextTemplating
by: mhutch
- 76 total downloads
- Latest version: 2.0.5
Open-source implementation of the T4 templating engine.
MQTTnet
by: The contributors of MQTTnet
- 881 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.
MQTTnet.Extensions.ManagedClient
by: The contributors of MQTTnet
- 651 total downloads
- Latest version: 4.3.7.1207
This is an extension library which provides a managed MQTT client with additional features using MQTTnet.
MSBuild.Sdk.Extras
by: Claire Novotny
- 308 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`.
MySqlConnector
by: Bradley Grainger
- 986 total downloads
- Latest version: 2.1.13
A truly async MySQL ADO.NET provider, supporting MySQL Server, MariaDB, Percona Server, Amazon Aurora, Azure Database for MySQL and more.
Nerdbank.GitVersioning
by: Andrew Arnott
- 818 total downloads
- Latest version: 3.10.8-alpha
Stamps your assemblies with semver 2.0 compliant git commit specific version information and provides NuGet versioning information as well.
Nerdbank.Streams
by: Andrew Arnott
- 6 total downloads
- Latest version: 2.0.2-beta
Streams for full duplex in-proc communication, wrap a WebSocket, etc.
NetFx.System.Buffers
by: NightOwl888
- 19 total downloads
- Latest version: 4.0.0
Provides resource pooling of any type for performance-critical applications that allocate and deallocate objects frequently.
Commonly Used Types:
System.Buffers.ArrayPool<T>
NetFx.System.Memory
by: NightOwl888
- 21 total downloads
- Latest version: 4.0.0
Provides types for efficient representation and pooling of managed, stack, and native memory segments and sequences of such segments, along with primitives to parse and format UTF-8 encoded text stored in those memory segments.
Commonly Used Types:
System.Span
System.ReadOnlySpan
System.Memory
System.ReadOnlyMemory
System.Buffers.MemoryPool
System.Buffers.ReadOnlySequence
System.Buffers.Text.Utf8Parser
System.Buffers.Text.Utf8Formatter
NetFx.System.Runtime.CompilerServices.Unsafe
by: NightOwl888
- 19 total downloads
- Latest version: 4.0.0
Provides the System.Runtime.CompilerServices.Unsafe class, which provides generic, low-level functionality for manipulating pointers.
Commonly Used Types:
System.Runtime.CompilerServices.Unsafe
NETStandard.Library
by: Microsoft
- 2.773k total downloads
- Latest version: 2.0.3
A set of standard .NET APIs that are prescribed to be used and supported together.
18a36291e48808fa7ef2d00a764ceb1ec95645a5
When using NuGet 3.x this package requires at least version 3.4.
Newtonsoft.Json
by: James Newton-King
- 3.588k total downloads
- Latest version: 13.0.4
Json.NET is a popular high-performance JSON framework for .NET