System.Xml.XPath.XmlDocument
by: Microsoft
- 65 total downloads
- Latest version: 4.0.0-beta-22816
Provides extension methods that add System.Xml.XPath support to the System.Xml.XmlDocument package.
Commonly Used Types:
System.Xml.XPath.XmlDocumentExtensions
T4MVC
by: David Ebbo
- 1.057k total downloads
- Latest version: 4.2.5
T4MVC is a T4 template that generates strongly typed helpers for ASP.NET MVC.
Tamir.SharpSSH
by: Tamir Gal
- 5 total downloads
- Latest version: 1.1.1.13
SharpSSH - A Secure Shell (SSH) library for .NET
Tavis.UriTemplates
by: Darrel Miller
- 29 total downloads
- Latest version: 1.1.1
URI Template resolution library - Implementation of RFC 6570
Tesseract
by: Charles Weld
- 443 total downloads
- Latest version: 5.2.0
Tesseract 5 adds a new neural net (LSTM) based OCR engine which is focused on line recognition, but also still supports the legacy Tesseract OCR engine of Tesseract 3 which works by recognizing character patterns. Compatibility with Tesseract 3 is enabled by using the Legacy OCR Engine mode (--oem 0). It also needs traineddata files which support the legacy engine, for example those from the tessdata repository.
TimeZoneConverter
by: Matt Johnson-Pint
- 298 total downloads
- Latest version: 3.5.0
Lightweight library to convert quickly between IANA, Windows, and Rails time zone names.
Tizen.NET.API4
by: Samsung Electronics
- 12 total downloads
- Latest version: 4.0.1.14152
Reference assemblies of Tizen .NET API Level 4.
Tizen.NET.API5
by: Samsung Electronics
- 24 total downloads
- Latest version: 5.0.0.14629
Reference assemblies of Tizen .NET API Level 5.
TS.CleanArchitecture
by: Taner Saydam
- 162 total downloads
- Latest version: 8.1.6
A template for creating projects using Clean Architecture.
Twitter.Bootstrap
by: Jacob Thornton Mark Otto
- 291 total downloads
- Latest version: 3.0.1.1
Sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development. Package issues? Please post them here https://github.com/sirkirby/twitter-bootstrap-nuget/issues
UglyToad.PdfPig.Fonts
by: UglyToad.PdfPig.Fonts
- 7 total downloads
- Latest version: 1.7.0-custom-5
Package Description
Unity
by: Unity Container Project
- 611 total downloads
- Latest version: 5.11.10
This package contains Unity Container and Abstractions libraries as a single package.
Unity.WebAPI
by: Paul Hiles
- 41 total downloads
- Latest version: 5.4.0
Unity.WebAPI allows the simple Integration of the Unity IoC container with ASP.NET Web API.
Uno.Core.Build
by: nventive
- 699 total downloads
- Latest version: 4.1.1
A package that includes Uno.Core as a dependency for build tasks and Uno.SourceGeneration binaries.
Uno.Fonts.Fluent
by: Uno Platform
- 356 total downloads
- Latest version: 2.8.1
Uno Platform Fluent Font (Windows 11 iconography)
Uno.MonoAnalyzers
by: nventive
- 75 total downloads
- Latest version: 1.1.0-dev.9
A set of Roslyn C# analyzers for Xamarin and Mono-based code bases.
Uno.SourceGenerationTasks
by: nventive
- 588 total downloads
- Latest version: 4.3.0-dev.19
The Uno Source Generator is an msbuild tasks used to generate C# code.
Uno.UI
by: Uno Platform
- 3.88k total downloads
- Latest version: 5.7.0-dev.814
Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.
UTF.Unknown
by: Julian Verdurmen Rustam Sayfutdinov Rudi Pettazzi Shy Shalom
- 74 total downloads
- Latest version: 2.5.1
Detect character set for files, streams and other bytes.
This package is based on Ude and since version 2 also on uchardet, which are ports of the Mozilla Universal Charset Detector.
Features:
- Easy to use API
- Supports frameworks:
- .NET Standard 1.0
- .NET Standard 1.3 and 2.0
- .NET Core 3.0 (because `System.Text.Encoding.CodePages` in shared framework)
- .NET Framework 4.0
- Strong named
- XML documentation included
Compared to Ude:
- Refactor of API, namespaces and deadcode removal
- Added some docs
- Improve error handling
- Improved unit tests