Microsoft.Windows.SDK.Contracts
by: Microsoft
- 1 total downloads
- Latest version: 10.0.26100.7463
The Windows 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 version 28000. 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.Xaml.Behaviors.Wpf
by: Microsoft
- 1 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.
Modernizr
by: Faruk Ateş Paul Irish Alex Sexton
- 4 total downloads
- Latest version: 2.8.3
Modernizr adds classes to the <html> element which allow you to target specific browser functionality in your stylesheet. You don't actually need to write any Javascript to use it.
Modernizr is a small and simple JavaScript library that helps you take advantage of emerging web technologies (CSS3, HTML5) while still maintaining a fine level of control over older browsers that may not yet support these new technologies.
NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/
MongoDB.Driver.Encryption
by: MongoDB Inc.
- 1 total downloads
- Latest version: 3.6.0
Libmongocrypt wrapper for the .NET driver.
MongoDB.Libmongocrypt
by: MongoDB Inc.
- 1 total downloads
- Latest version: 1.12.0
Libmongocrypt wrapper for the .NET driver.
Mono.Cecil
by: Jb Evain
- 1 total downloads
- Latest version: 0.11.6
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.
Namotion.Reflection
by: Namotion.Reflection
- 13 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.
NETStandard.Library
by: Microsoft
- 0 total downloads
- Latest version: 2.0.1
A set of standard .NET APIs that are prescribed to be used and supported together.
b7f182415927d3b98445d043e1680c56b9d1f17c
When using NuGet 3.x this package requires at least version 3.4.
Newtonsoft.Json
by: James Newton-King
- 56 total downloads
- Latest version: 13.0.3
Json.NET is a popular high-performance JSON framework for .NET
NJsonSchema
by: Rico Suter
- 20 total downloads
- Latest version: 10.9.0
JSON Schema reader, generator and validator for .NET
NLog
by: Jarek Kowalski Kim Christensen Julian Verdurmen
- 14 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
NLog.Database
by: Jarek Kowalski Kim Christensen Julian Verdurmen
- 14 total downloads
- Latest version: 5.4.0
NLog.Database includes DatabaseTarget for writing to any database with DbProvider support
NSwag.AspNetCore
by: Rico Suter
- 27 total downloads
- Latest version: 14.4.0
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NuGet.Frameworks
by: NuGet
- 7 total downloads
- Latest version: 4.7.0+9245481f357ae542f92e6bc5e504fc898cfe5fc0
The understanding of target frameworks for NuGet.Packaging
NUglify
by: Ron Logan Alexandre Mutel Andrew Bullock
- 9 total downloads
- Latest version: 1.21.15
NUglify provides minification and compression methods for CSS, JavaScript and HTML files for .NET
OpenPop.NET
by: OpenPop
- 2 total downloads
- Latest version: 2.0.6.1120
OpenPop.NET is an open source implementation of a POP3 client and a robust MIME parser written in C#.
It allows developers easy access to email on a POP3 server in a matter of minutes.
The project is backed by several hundred test cases and is therefore believed to be very robust.
If you find a bug, please report this by sending an email to hpop-users@lists.sourceforge.net.
POP3 Client Features
- Easy to use POP3 client
- Support for plain TCP or TLS/SSL connections
- Authentication methods supported
- - Plain
- - APOP
- - CRAM-MD5 (RFC 2195)
- CAPA capabilities command supported (RFC 2449)
MIME Parsing Features
- Preserves the MIME email hierarchy
- Easy access to different MediaType parts of the email
- Headers are parsed into strong types and are easy to examine
- Includes robust decoders for
- - QuotedPrintable
- - Base64
- - EncodedWord
- - Continuation and encoding of header fields (RFC 2231)
- Emails are fully persistable
Owin
by: OWIN startup components contributors
- 4 total downloads
- Latest version: 1.0.0
OWIN IAppBuilder startup interface
QRCoder
by: Raffael Herrmann
- 1 total downloads
- Latest version: 1.6.0
QRCoder is a simple library, written in C#.NET, which enables you to create QR codes.
QuestPDF
by: MarcinZiabek
- 4 total downloads
- Latest version: 2025.7.0
Generate and edit PDF documents in your .NET applications using the open-source QuestPDF library and its C# Fluent API. Build invoices, reports and data exports with ease.
Remotion.Linq
by: rubicon IT GmbH
- 1 total downloads
- Latest version: 2.2.0
re-linq Frontend: A foundation for parsing LINQ expression trees and generating queries in SQL or other languages.
Key features:
- Transforms expression trees into abstract syntax trees resemblying LINQ query expressions (from ... select syntax)
- Simplifies many aspects of this tree (sub queries, transparent identifieres, pre-evaluation ...)
- Provides basic infrastructure for backend development (e.g. SQL generation)
- Provides a framework for user-defined query extensions and transformations