Moq
by: Daniel Cazzulino kzu
- 54 total downloads
- Latest version: 4.20.72
Moq is the most popular and friendly mocking framework for .NET.
MQTTnet
by: The contributors of MQTTnet
- 123 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.
MsgPack.Cli
by: FUJIWARA Yusuke
- 47 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.
mtanksl.ActionMessageFormat
by: mtank
- 2 total downloads
- Latest version: 1.0.4
An implementation in C# of both AMF0 and AMF3 binary format that is used to serialize ActionScript object graphs.
murmurhash
by: Darren Kopp
- 1 total downloads
- Latest version: 1.0.3
Provides a HashAlgorithm implementation of the Murmur3 algorithm
MySql.Data
by: Oracle Corporation
- 39 total downloads
- Latest version: 9.6.0
MySql.Data.MySqlClient .Net Core Class Library
MySqlBackup.NET.MySqlConnector
by: adriancs Jean.R
- 12 total downloads
- Latest version: 2.6.5
A tool to backup and restore MySQL database in C#/VB.NET/ASP.NET. This library runs with MySqlConnector (MIT)
MySqlConnector
by: Bradley Grainger
- 59 total downloads
- Latest version: 2.5.0
A truly async MySQL ADO.NET provider, supporting MySQL Server, MariaDB, Amazon Aurora, Azure Database for MySQL, Google Cloud SQL, and more.
NAudio
by: Mark Heath & Contributors
- 68 total downloads
- Latest version: 2.0.1
NAudio, an audio library for .NET
Nerdbank.Streams
by: Andrew Arnott
- 47 total downloads
- Latest version: 2.13.16
Streams for full duplex in-proc communication, wrap a WebSocket, split a stream into multiple channels, etc.
Net.IBM.Data.Db2
by: IBM Corporation
- 2 total downloads
- Latest version: 9.0.0.400
IBM Data Server provider for .NET 9. For more details, please visit: https://community.ibm.com/community/user/blogs/vishwa-hs1/2020/07/12/db2-net-packages-download-and-configure
NetFx.System.Buffers
by: NightOwl888
- 4 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
- 1 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
- 5 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
NetLegacySupport.Action
by: Microsoft
- 2 total downloads
- Latest version: 1.1.1
System.Action and System.Func for .NET Framework 2.0, 3.5. This is a backport from .NET Core.