System.Xml.ReaderWriter by: Microsoft
  • 7,519k total downloads
  • Latest version: 4.3.1
Provides provides a fast, non-cached, forward-only way to read and write Extensible Markup Language (XML) data. Commonly Used Types: System.Xml.XmlNodeType System.Xml.XmlException System.Xml.XmlReader System.Xml.XmlWriter System.Xml.IXmlLineInfo System.Xml.XmlNameTable System.Xml.IXmlNamespaceResolver System.Xml.XmlNamespaceManager System.Xml.XmlQualifiedName When using NuGet 3.x this package requires at least version 3.4.
System.Xml.XDocument by: Microsoft
  • 7,538k total downloads
  • Latest version: 4.3.0
Provides the classes for Language-Integrated Query (LINQ) to Extensible Markup Language (XML). LINQ to XML is an in-memory XML programming interface that enables you to modify XML documents efficiently and easily. Commonly Used Types: System.Xml.Linq.XElement System.Xml.Linq.XAttribute System.Xml.Linq.XDocument System.Xml.Linq.XText System.Xml.Linq.XNode System.Xml.Linq.XContainer System.Xml.Linq.XComment System.Xml.Linq.XObject System.Xml.Linq.XProcessingInstruction System.Xml.Linq.XDocumentType When using NuGet 3.x this package requires at least version 3.4.
System.Xml.XmlDocument by: Microsoft
  • 3,71k total downloads
  • Latest version: 4.3.0
Provides an older in-memory Extensible Markup Language (XML) programming interface that enables you to modify XML documents. Developers should prefer the classes in the System.Xml.XDocument package. Commonly Used Types: System.Xml.XmlNode System.Xml.XmlElement System.Xml.XmlAttribute System.Xml.XmlDocument System.Xml.XmlDeclaration System.Xml.XmlText System.Xml.XmlComment System.Xml.XmlNodeList System.Xml.XmlWhitespace System.Xml.XmlCDataSection When using NuGet 3.x this package requires at least version 3.4.
System.Xml.XmlSerializer by: Microsoft
  • 615 total downloads
  • Latest version: 4.3.0
Provides classes for serializing objects to the Extensible Markup Language (XML) and deserializing XML data to objects. Commonly Used Types: System.Xml.Serialization.IXmlSerializable System.Xml.Serialization.XmlSerializer System.Xml.Serialization.XmlIgnoreAttribute System.Xml.Serialization.XmlElementAttribute System.Xml.Serialization.XmlAttributeAttribute System.Xml.Serialization.XmlArrayAttribute System.Xml.Serialization.XmlRootAttribute System.Xml.Serialization.XmlArrayItemAttribute System.Xml.Serialization.XmlTypeAttribute System.Xml.Serialization.XmlEnumAttribute When using NuGet 3.x this package requires at least version 3.4.
TinyIoC by: Steven Robbins
  • 1 total downloads
  • Latest version: 1.3.0
  • IoC
An easy to use, hassle free, Inversion of Control Container for small projects, libraries and beginners alike
Topshelf by: Chris Patterson, Dru Sellers, Travis Smith
  • 1 total downloads
  • Latest version: 4.3.0+build.251.sha.509556a
  • Topshelf
Topshelf is an open source project for hosting services without friction. By referencing Topshelf, your console application *becomes* a service installer with a comprehensive set of command-line options for installing, configuring, and running your application as a service.
Topshelf.Log4Net by: Chris Patterson, Dru Sellers, Travis Smith
  • 1 total downloads
  • Latest version: 4.3.0+build.251.sha.509556a
  • Topshelf log4net
Topshelf is an open source project for hosting services without friction. By referencing Topshelf, your console application *becomes* a service installer with a comprehensive set of command-line options for installing, configuring, and running your application as a service.
Ude.NetStandard by: yinyue200
  • 2 total downloads
  • Latest version: 1.2.0
  • charset codepage
Ude.NetStandard is a compiled C# port of Mozilla Universal Charset Detector for dotnet.
Unity by: Unity Container Project
  • 1 total downloads
  • Latest version: 5.11.10
  • Unity Container unitycontainer Microsoft.Practices.Unity IoC
This package contains Unity Container and Abstractions libraries as a single package.
Unity.Mvc5 by: Paul Hiles
  • 1 total downloads
  • Latest version: 1.4.0
  • unity asp.net mvc mvc5 ioc di
Unity.Mvc5 allows the simple integration of the Unity IoC container with ASP.NET MVC 5.
Utf8Json by: neuecc
  • 1 total downloads
  • Latest version: 1.3.7
  • Json, Serialization, Formatter, Serializer, Unity, Xamarin
Definitely Fastest and Zero Allocation JSON Serializer for C#(NET, .NET Core, Unity, Xamarin).
WebActivatorEx by: David Ebbo
  • 6 total downloads
  • Latest version: 2.2.0
A package that allows other packages to execute some startup code in web apps. This package should be used over the older WebActivator, which was not strong named.
WebApiThrottle by: Stefan Prodan
  • 1 total downloads
  • Latest version: 1.5.4
  • ASP.NET Web API, Owin, throttling, rate limits
WebApiThrottle message handler and action filter are designed for controlling the rate of requests that clients can make to an API based on IP address, client API key and request route. WebApiThrottle works with ASP.NET Web API hosted is IIS, Owin with IIS and Owin self-hosted.
WebGrease by: webgrease@microsoft.com
  • 8 total downloads
  • Latest version: 1.6.0
Web Grease is a suite of tools for optimizing javascript, css files and images.
WebMarkupMin.Core by: Andrey Taritsyn
  • 2 total downloads
  • Latest version: 2.7.1
  • WebMarkupMin Markup HTML XHTML XML Minification Minifier Minify Performance Optimization Compression
The Web Markup Minifier (abbreviated WebMarkupMin) is a .NET library that contains a set of markup minifiers. The objective of this project is to improve the performance of web applications by reducing the size of HTML, XHTML and XML code. WebMarkupMin absorbed the best of existing solutions from non-microsoft platforms: Juriy Zaytsev's HTML Minifier (https://github.com/kangax/html-minifier/) (written in JavaScript) and Sergiy Kovalchuk's HtmlCompressor (https://github.com/serg472/htmlcompressor) (written in Java). Minification of markup produces by removing extra whitespaces, comments and redundant code (only for HTML and XHTML). In addition, HTML and XHTML minifiers supports the minification of CSS code from style tags and attributes, and minification of JavaScript code from script tags, event attributes and hyperlinks with javascript: protocol. WebMarkupMin.Core contains built-in JavaScript minifier based on the Douglas Crockford's JSMin (https://github.com/douglascrockford/JSMin) and built-in CSS minifier based on the Mads Kristensen's Efficient stylesheet minifier (https://madskristensen.net/blog/Efficient-stylesheet-minification-in-C). The above mentioned minifiers produce only the most simple minifications of CSS and JavaScript code, but you can always install additional modules that support the more powerful algorithms of minification: WebMarkupMin.MsAjax (contains minifier-adapters for the Microsoft Ajax Minifier - https://github.com/microsoft/ajaxmin), WebMarkupMin.Yui (contains minifier-adapters for YUI Compressor for .NET - https://github.com/YUICompressor-NET/YUICompressor.NET) and WebMarkupMin.NUglify (contains minifier-adapters for the NUglify - https://github.com/xoofx/NUglify). Also supports minification of views of popular JavaScript template engines: KnockoutJS, Kendo UI MVVM and AngularJS 1.X.
VroomJs by: Paul
  • 1 total downloads
  • Latest version: 1.2.3
  • javascript v8
An embedded V8 engine for .NET CLR and .NET Core.
Xamarin.Build.Download by: Microsoft
  • 12 total downloads
  • Latest version: 0.11.4
Support for downloading and unpacking archives when building MSBuild projects
Xamarin.Essentials by: Microsoft
  • 1 total downloads
  • Latest version: 1.8.1
  • xamarin, windows, uwp, ios, android, watchos, tvos, tizen, toolkit, xamarin.forms, Xamarin.Essentials, kit
Xamarin.Essentials: a kit of essential API's for your apps
Xamarin.Firebase.iOS.CloudMessaging by: Microsoft
  • 2 total downloads
  • Latest version: 8.10.0.3
C# bindings for Firebase APIs Cloud Messaging iOS Library
Xamarin.Firebase.iOS.Core by: Microsoft
  • 3 total downloads
  • Latest version: 8.10.0.3
C# bindings for Firebase APIs Core iOS Library