MimeKit
by: Jeffrey Stedfast
- 9.215k total downloads
- Latest version: 2.1.1
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
Microsoft.Windows.SDK.Contracts
by: Microsoft
- 6 total downloads
- Latest version: 10.0.19041.1
The Windows 10 WinRT API Pack enables you to add the latest Windows Runtime APIs support to your .NET Framework 4.6+ and .NET Core 3.0+ libraries and apps.
This package includes all the supported Windows Runtime APIs up to Windows 10 version 2004. If you are targeting earlier platforms, consider only offering functionality available on the detected platform version. For further details, see:
https://docs.microsoft.com/en-us/windows/uwp/debug-test-perf/version-adaptive-code
Supported platforms:
- .NET Framework 4.6+
- .NET Core 3.0+
Requires default package management format set to PackageReference, and NuGet 4.0 or higher.
Microsoft.VisualStudio.Web.CodeGeneration.Design
by: Microsoft
- 335 total downloads
- Latest version: 2.2.3
Code Generation tool for ASP.NET Core. Contains the dotnet-aspnet-codegenerator command used for generating controllers and views.
MongoDB.Driver.Core
by: MongoDB Inc.
- 10.861k total downloads
- Latest version: 2.18.0
Core Component of the Official MongoDB .NET Driver.
MongoDB.Bson
by: MongoDB Inc.
- 10.924k total downloads
- Latest version: 2.18.0
MongoDB's Official Bson Library.
MigraDocCore.DocumentObjectModel
by: Stefan Steiger and Contributors
- 145 total downloads
- Latest version: 1.3.32
MigraDocCore.DocumentObjectModel for .NET Core MigraDocCore.DocumentObjectModel was ported from MigraDoc version 1.32
MongoDbGenericRepository
by: Alexandre Spieser
- 666 total downloads
- Latest version: 1.4.8
A generic repository implementation using the MongoDB C# Sharp 2.0 driver.
Microsoft.VisualStudio.Web.CodeGeneration.Utils
by: Microsoft
- 687 total downloads
- Latest version: 3.1.4
Contains utilities used by ASP.NET Core Code Generation packages.
MongoDB.Driver
by: MongoDB Inc.
- 10.448k total downloads
- Latest version: 2.18.0
Official .NET driver for MongoDB.
Microsoft.VisualStudio.Web.CodeGeneration
by: Microsoft
- 667 total downloads
- Latest version: 3.1.4
Contains the CodeGenCommand that finds the appropriate code generator and invokes it from project dependencies.
MongoDB.Libmongocrypt
by: MongoDB Inc.
- 10.706k total downloads
- Latest version: 1.6.0
Libmongocrypt wrapper for the .NET driver.
Microsoft.VisualStudio.Web.CodeGenerators.Mvc
by: Microsoft
- 605 total downloads
- Latest version: 3.1.4
Code Generators for ASP.NET Core MVC. Contains code generators for MVC Controllers and Views.
- 670 total downloads
- Latest version: 3.1.4
Contains Entity Framework Core Services used by ASP.NET Core Code Generators.
Microsoft.Win32.SystemEvents
by: Microsoft
- 5.556k total downloads
- Latest version: 6.0.0
Provides access to Windows system event notifications.
Commonly Used Types:
Microsoft.Win32.SystemEvents
Microsoft.Win32.Registry
by: Microsoft
- 19.347k total downloads
- Latest version: 5.0.0
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
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.VisualStudio.Web.CodeGeneration.Templating
by: Microsoft
- 679 total downloads
- Latest version: 3.1.4
Contains Razor based templating host used by ASP.NET Core Code Generators.
MigraDocCore.Rendering
by: Stefan Steiger and Contributors
- 133 total downloads
- Latest version: 1.3.32
MigraDocCore.Rendering for .NET Core
MigraDocCore.Rendering was ported from MigraDoc version 1.32
Microsoft.Web.LibraryManager.Build
by: Microsoft
- 5 total downloads
- Latest version: 2.1.175
MSBuild target for the Visual Studio Library Manager
Microsoft.VisualStudio.Web.CodeGeneration.Core
by: Microsoft
- 666 total downloads
- Latest version: 3.1.4
Contains the core infrastructure used by ASP.NET Core Code Generators.
Microsoft.VisualStudio.Web.CodeGeneration.Contracts
by: Microsoft
- 1.401k total downloads
- Latest version: 3.1.4
Contains interfaces for Project Model and messaging for scaffolding.