Microsoft.WindowsAppSDK.WinUI
by: Microsoft
- 6 total downloads
- Latest version: 2.0.4-experimental
The Windows App SDK empowers all Windows Desktop apps with modern Windows UI, APIs, and platform features, including back-compat support. This package contains the modern Windows UI features.
Microsoft.WindowsDesktop.App.Ref
by: Microsoft
- 167 total downloads
- Latest version: 10.0.2
Package Description
Microsoft.WindowsDesktop.App.Runtime.win-x64
by: Microsoft
- 219 total downloads
- Latest version: 10.0.2
Package Description
MimeKit
by: Jeffrey Stedfast
- 26 total downloads
- Latest version: 2.9.2
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 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
Mono.TextTemplating
by: Mikayla Hutchinson
- 5 total downloads
- Latest version: 1.3.1
Open-source implementation of the T4 templating engine.
Moq
by: Daniel Cazzulino kzu
- 19 total downloads
- Latest version: 4.9.0
Moq is the most popular and friendly mocking framework for .NET
MySqlBackup.NET.MySqlConnector
by: Jean.R adriancs
- 3 total downloads
- Latest version: 2.3.7
A tool to backup and restore MySQL database in C#/VB.NET/ASP.NET. This library runs with MySqlConnector (MIT)
MySqlConnector
by: Bradley Grainger Caleb Lloyd
- 30 total downloads
- Latest version: 1.3.9
A truly async MySQL ADO.NET provider, supporting MySQL Server, MariaDB, Percona Server, Amazon Aurora, Azure Database for MySQL and more.
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
NETStandard.Library
by: Microsoft
- 9 total downloads
- Latest version: 2.0.3
A set of standard .NET APIs that are prescribed to be used and supported together.
18a36291e48808fa7ef2d00a764ceb1ec95645a5
When using NuGet 3.x this package requires at least version 3.4.
NewLife.Core
by: 新生命开发团队
- 3 total downloads
- Latest version: 11.10.2026.127-beta1203
Core basic components: log (file / network), configuration (XML / JSON / HTTP), cache, network (TCP / UDP / HTTP /WebSocket), serialization (binary / XML / JSON), APM performance tracking. 核心基础组件,日志(文件/网络)、配置(XML/Json/Http)、缓存、网络(Tcp/Udp/Http/WebSocket)、序列化(Binary/XML/Json)、APM性能追踪。
NewLife.XCode
by: 新生命开发团队
- 111 total downloads
- Latest version: 11.23.2026.127-beta1342
数据中间件,支持MySQL、SQLite、SqlServer、Oracle、Postgresql、TDengine、达梦,重点在缓存、性能、分表、自动建表。
Newtonsoft.Json
by: James Newton-King
- 18 total downloads
- Latest version: 13.0.5-beta1
Json.NET is a popular high-performance JSON framework for .NET
Newtonsoft.Json.Bson
by: James Newton-King
- 2 total downloads
- Latest version: 1.0.2
Json.NET BSON adds support for reading and writing BSON
Nito.AsyncEx.Coordination
by: Stephen Cleary
- 7 total downloads
- Latest version: 5.1.2
Asynchronous coordination primitives.
Nito.AsyncEx.Tasks
by: Stephen Cleary
- 1 total downloads
- Latest version: 5.1.2
Common helper methods for tasks as used in asynchronous programming.
Nito.Collections.Deque
by: Stephen Cleary
- 16 total downloads
- Latest version: 1.2.0
A double-ended queue.
Nito.Disposables
by: Stephen Cleary
- 9 total downloads
- Latest version: 2.5.0
IDisposable and IAsyncDisposable helper types.
NLog
by: Jarek Kowalski Kim Christensen Julian Verdurmen
- 37 total downloads
- Latest version: 5.4.0
NLog is a logging platform for .NET with rich log routing and management capabilities.
NLog supports traditional logging, structured logging and the combination of both.
Supported platforms:
- .NET 5, 6, 7, 8 and 9
- .NET Core 1, 2 and 3
- .NET Standard 1.3+ and 2.0+
- .NET Framework 3.5 - 4.8
- Xamarin Android + iOS (.NET Standard)
- Mono 4
For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
Npgsql
by: Shay Rojansky Emil Lenngren Francisco Figueiredo Jr. Kenji Uno
- 15 total downloads
- Latest version: 3.2.6
Npgsql is the open source .NET data provider for PostgreSQL.