Microsoft.WindowsAzure.ConfigurationManager by: Microsoft
  • 396 total downloads
  • Latest version: 3.2.3
  • Microsoft "Microsoft Azure" Configuration "Configuration Manager" cloud azureofficial windowsazureofficial
Microsoft Azure Configuration Manager provides a unified API to load configuration settings regardless of where the application is hosted - whether on-premises or in a Cloud Service.
Microsoft.WindowsDesktop.App.Ref by: Microsoft
  • 5.693k total downloads
  • Latest version: 11.0.0-rc.1.26425.128
Package Description
Microsoft.WindowsDesktop.App.Runtime.win-x64 by: Microsoft
  • 8.972k total downloads
  • Latest version: 11.0.0-rc.1.26425.128
Package Description
Microsoft.WindowsDesktop.App.Runtime.win-x86 by: Microsoft
  • 8.284k total downloads
  • Latest version: 11.0.0-rc.1.26425.128
Package Description
Microsoft.Xaml.Behaviors.Wpf by: Microsoft
  • 446 total downloads
  • Latest version: 1.1.161
  • Behavior Action Behaviors Actions Blend Managed C# Interaction Interactivity Interactions
Easily add interactivity to your apps using XAML Behaviors for WPF. Behaviors encapsulate reusable functionalities for elements that can be easily added to your XAML without the need for more imperative code.
Microsoft.XmlSerializer.Generator by: Microsoft
  • 2.08k total downloads
  • Latest version: 11.0.0-rc.1.26425.128
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.
MicrosoftExpressionInteractions by: kier.knowlton
  • 45 total downloads
  • Latest version: 3.0.40218
Microsoft.Expression.Interactions.dll for WPF 4.0 & 4.5
MimeKit by: Jeffrey Stedfast
  • 1.86k total downloads
  • Latest version: 2.15.1
  • mime encryption arc dkim security smime s/mime openpgp pgp mbox mail email parser tnef net45 net46 net47 net48 netstandard netstandard2.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
MimeMapping by: Matthew Little
  • 51 total downloads
  • Latest version: 1.0.1.50
  • mimetype contenttype mime type mimemapping GetMimeMapping media-types rfc 4288
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
Minio by: Minio, Inc.
  • 77 total downloads
  • Latest version: 0.2.1
  • minio cloud storage
Minio Client SDK for .NET
MiniProfiler.Shared by: Marc Gravell, Jarrod Dixon, Yaakov Ellis, Nick Craver
  • 176 total downloads
  • Latest version: 4.0.0-alpha9-00206
You shouldn't reference this - MiniProfiler's shared library for all frameworks
Mnemosyne by: Jon Hanna
  • 133 total downloads
  • Latest version: 1.1.0.2
  • memory copying clearing
Offers efficient copying, setting and zeroing operations.
modernhttpclient by: Paul Betts
  • 192 total downloads
  • Latest version: 2.4.2
Write your app using System.Net.Http, but drop this library in and it will go drastically faster.
MongoDB.Bson by: MongoDB, Inc.
  • 1.267k total downloads
  • Latest version: 2.7.3
  • mongodb mongo nosql bson
MongoDB's Official Bson Library.
MongoDB.Bson.signed by: MongoDB, Inc. and Kephas Framework
  • 298 total downloads
  • Latest version: 2.7.3
  • mongodb mongo nosql bson signed unofficial
(Unofficial) Signed MongoDB's Bson Library. The containing assembly was generated by signing the officially published MongoDB.Bson.dll.
MongoDB.Driver by: MongoDB, Inc.
  • 1.29k total downloads
  • Latest version: 2.7.3
  • mongodb mongo nosql
Official .NET driver for MongoDB.
MongoDB.Driver.Core by: MongoDB Inc.
  • 2.448k total downloads
  • Latest version: 2.17.1
  • mongodb mongo nosql
Core Component of the Official MongoDB .NET Driver.
MongoDB.Driver.GridFS by: MongoDB, Inc.
  • 1.005k total downloads
  • Latest version: 2.7.3
  • mongodb mongo nosql gridfs
GridFS Component of the Official MongoDB .NET Driver.
MongoDB.Libmongocrypt by: MongoDB Inc.
  • 1.076k total downloads
  • Latest version: 1.12.0
  • mongodb mongo nosql
Libmongocrypt wrapper for the .NET driver.
Mono.Cecil by: Jb Evain
  • 1.082k total downloads
  • Latest version: 0.11.6
  • assembly assemblies module modules il cil msil bytecode reflection injection cecil mono aop
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.