Microsoft.Win32.Primitives
by: Microsoft
- 8 total downloads
- Latest version: 4.0.0-beta-22816
Provides common types for Win32-based libraries.
Commonly Used Types:
System.ComponentModel.Win32Exception
Microsoft.Win32.Registry
by: Microsoft
- 8 total downloads
- Latest version: 4.0.0-beta-22816
Provides support for accessing and modifying the Windows Registry.
Commonly Used Types:
Microsoft.Win32.RegistryKey
Microsoft.Win32.Registry
Microsoft.Win32.RegistryValueKind
Microsoft.Win32.RegistryHive
Microsoft.Win32.RegistryView
Microsoft.Windows.CsWinRT
by: Microsoft
- 109 total downloads
- Latest version: 2.3.0-prerelease.251115.2
C#/WinRT provides packaged WinRT projection support for the C# language. It is compatible with .NET 6 or later, and does not require any built-in knowledge of WinRT by the C# compiler.
Microsoft.WindowsDesktop.App.Ref
by: Microsoft
- 320 total downloads
- Latest version: 10.0.0
Package Description
Microsoft.WindowsDesktop.App.Runtime.win-x64
by: Microsoft
- 425 total downloads
- Latest version: 10.0.0
Package Description
Microsoft.Xaml.Behaviors.Wpf
by: Microsoft
- 21 total downloads
- Latest version: 1.1.135
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
- 95 total downloads
- Latest version: 4.14.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
MiniProfiler
by: Marc Gravell, Sam Saffron, Jarrod Dixon
- 18 total downloads
- Latest version: 1.8.0
Lightweight mini-profiler, in particular designed for ASP.NET MVC 3 and ASP.NET sites
MiniProfiler.EF
by: Marc Gravell, Sam Saffron, Jarrod Dixon
- 6 total downloads
- Latest version: 2.0.0-rc1
MiniProfiler integration for Entity Framework
MiniProfiler.MVC3
by: Marc Gravell, Sam Saffron, Jarrod Dixon
- 15 total downloads
- Latest version: 2.0.2
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.TextTemplating
by: Mikayla Hutchinson
- 10 total downloads
- Latest version: 1.3.1
Open-source implementation of the T4 templating engine.
MSBuild.Sdk.Extras
by: Claire Novotny
- 103 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
- 8 total downloads
- Latest version: 0.5.3
MessagePack is fast, compact, and interoperable binary serialization format.
This package provides MessagePack serialization/deserialization APIs. This pacakge also supports Mono, Xamarin and Unity3D.
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 Corporation
- 62 total downloads
- Latest version: 9.5.0
MySql.Data.MySqlClient .Net Core Class Library
MySql.Data.EntityFramework
by: Oracle Corporation
- 68 total downloads
- Latest version: 9.5.0
MySql.Data.EntityFramework
MySqlConnector
by: Bradley Grainger
- 22 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.
Nerdbank.GitVersioning
by: Andrew Arnott
- 276 total downloads
- Latest version: 3.9.50
Stamps your assemblies with semver 2.0 compliant git commit specific version information and provides NuGet versioning information as well.
NEST
by: Elasticsearch Inc. and contributors
- 63 total downloads
- Latest version: 1.9.2
Elasticsearch client, strongly typed interface to Elasticsearch. Fluent request builder, mapped responses and powerful query dsl. Uses and exposes Elasticsearch.Net