Microsoft.WindowsAzure.ConfigurationManager by: Microsoft
  • 28 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
  • 320 total downloads
  • Latest version: 10.0.0
Package Description
Microsoft.WindowsDesktop.App.Runtime.win-x64 by: Microsoft
  • 426 total downloads
  • Latest version: 10.0.0
Package Description
Microsoft.Xaml.Behaviors.Wpf by: Microsoft
  • 21 total downloads
  • Latest version: 1.1.135
  • 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.
MimeKit by: Jeffrey Stedfast
  • 23 total downloads
  • Latest version: 1.22.0
  • mime encryption dkim security smime s/mime openpgp pgp mbox mail email parser tnef netstandard net35 net40 net45 xamarin android ios monodroid monotouch win8 wp81
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 (more than 25x faster than OpenPOP.NET and over 100x faster than AE.Net.Mail and MailSystem.NET). 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
MiniProfiler by: Marc Gravell, Jarrod Dixon, Yaakov Ellis, Nick Craver
  • 41 total downloads
  • Latest version: 3.2.0.157
  • profiler sql mvc asp.net performance profiling timing
Lightweight mini-profiler, in particular designed for ASP.NET MVC sites
MiniProfiler.EF by: Marc Gravell, Sam Saffron, Jarrod Dixon
  • 19 total downloads
  • Latest version: 2.1.0
  • profiler sql mvc asp.net performance profiling timing
MiniProfiler integration for Entity Framework. This package is Obsolete. Please use the MiniProfiler.EF5 or MiniProfiler.EF6 package instead.
MiniProfiler.MVC3 by: Marc Gravell, Sam Saffron, Jarrod Dixon
  • 15 total downloads
  • Latest version: 2.0.2
  • profiler sql mvc asp.net performance timing
ASP.NET MVC3 specific package for the Lightweight mini-profiler. We attempt to automatically hook up as much as possible including EF code first. This package is optional.
Mono.Posix.NETStandard by: Microsoft
  • 14 total downloads
  • Latest version: 5.20.1-preview
Provides functionality to access Posix/Unix features
Mono.TextTemplating by: mhutch
  • 16 total downloads
  • Latest version: 2.0.5
  • T4, templating
Open-source implementation of the T4 templating engine.
morelinq by: MoreLINQ Developers.
  • 68 total downloads
  • Latest version: 2.10.0
  • linq extensions
This project enhances LINQ to Objects with the following methods: Acquire, AggregateRight, Assert, AssertCount, AtLeast, AtMost, Batch, Cartesian, CountBetween, CountBy, Concat, Consume, DistinctBy, EndsWith, EquiZip, Exactly, ExceptBy, Exclude, FallbackIfEmpty, FillBackward, FillForward, Flatten, Fold, ForEach, From, FullGroupJoin, FullJoin, Generate, GenerateByIndex, GroupAdjacent, Incremental, Index, Insert, Interleave, Lag, Lead, LeftJoin, MaxBy, MinBy, Move, NestedLoops, OrderBy, OrderedMerge, Pad, PadStart, Pairwise, PartialSort, PartialSortBy, Partition, Permutations, Pipe, Prepend, PreScan, Random, RandomDouble, RandomSubset, Rank, RankBy, Repeat, RightJoin, RunLengthEncode, Scan, ScanRight, Segment, Sequence, SingleOrFallback, SkipLast, SkipUntil, Slice, SortedMerge, Split, StartsWith, Subsets, TagFirstLast, TakeEvery, TakeLast, TakeUntil, ThenBy, ToArrayByIndex, ToDataTable, ToDelimitedString, ToDictionary, ToHashSet, ToLookup, Trace, TraverseBreadthFirst, TraverseDepthFirst, Unfold, Windowed, ZipLongest, ZipShortest
MSBuild.Sdk.Extras by: Claire Novotny
  • 103 total downloads
  • Latest version: 3.0.44
  • msbuild,sdk,dotnet,xamarin,android,ios,macos,uwp,tizen
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
  • 26 total downloads
  • Latest version: 1.0.1
  • MsgPack MessagePack Serialization Formatter Serializer
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.
MvcMailer by: S. M. SOHAN, Tyler Mercier
  • 23 total downloads
  • Latest version: 4.5.0
MvcMailer sends emails using the MVC views as Email Body with no effort. Here's a quick list of features: a) Use Razor/WebForms views b) Use Master pages c) Write Testable Code d) Pass values to your view using ViewBag or ViewModel and e) Generate Absolute URL using Url.Abs method and f) create multi-part emails by just adding a view file, g) scaffold your mailers. MvcMailer has a MailerBase class that extends ControllerBase class. So, Mailers are just like your Controllers. As a result, you can use all the controller goodies without any learning curve, period. The end result is a professional looking HTML email body ready for your to send to your website users. Visit the Project site for a comprehensive tutorial on MvcMailer. This version is for ASP.Net MVC 4.5. For other versions, please check MvcMailer4 and MvcMailer3 packages.
MvcScaffolding by: Scott Hanselman, Steve Sanderson
  • 43 total downloads
  • Latest version: 1.0.9
A fast and customizable way to add controllers, views, and other items to your ASP.NET MVC application
MySql.Data by: Oracle
  • 7 total downloads
  • Latest version: 6.9.12
  • MySql MySql.Data Connector/NET
ADO.Net driver for MySQL
MySql.Data.Entities by: MySQL
  • 10 total downloads
  • Latest version: 6.8.3
Connector/Net is a fully-managed ADO.NET driver for MySQL. Entity Framework 6.0 support package (Mysql.Data.Entities). This package does not contain EF5 support.
MySql.Data.EntityFramework by: Oracle Corporation
  • 68 total downloads
  • Latest version: 9.5.0
  • MySql .NET Connector MySql Connector/NET
MySql.Data.EntityFramework
Namotion.Reflection by: Namotion.Reflection
  • 76 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.
Nerdbank.GitVersioning by: Andrew Arnott
  • 276 total downloads
  • Latest version: 3.9.50
  • git commit versioning version assemblyinfo
Stamps your assemblies with semver 2.0 compliant git commit specific version information and provides NuGet versioning information as well.