System.Xml.XPath.XmlDocument by: Microsoft
  • 12 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
TaskScheduler by: David Hall
  • 17 total downloads
  • Latest version: 2.10.0
  • task interop windows taskscheduler scheduler .net task scheduler
Provides a single assembly wrapper for the 1.0 and 2.0 versions of Task Scheduler found in all Microsoft operating systems post Windows 98. It simplifies the coding, aggregates the multiple versions and allows for localization support.
Text.Analyzers by: Microsoft
  • 208 total downloads
  • Latest version: 5.0.0-1.25277.114
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Diagnostic Analyzers Syntax Semantics
Text Analyzers
Thrift by: The Apache Software Foundation
  • 48 total downloads
  • Latest version: 0.9.1.3
  • Thrift
Version from this branch: https://github.com/aausch/thrift/tree/0.9.1 (this commit: https://github.com/aausch/thrift/commit/e25bfc73705c9ac8087d1fd3f6ef943791d5cfd3) nuget package v. 0.9.1.2: now also including thrift compiler for windows (thrift-0.9.1.exe) nuget package v. 0.9.1.3: now properly matching dll and nuget versions, for smoother integration with VS
TimeSpan2 by: David Hall
  • 27 total downloads
  • Latest version: 2.4.3
  • timespan control
Library with Windows Forms control to capture a natural languange time span/duration such as "3 days, 2 hours, 19 minutes" instead of "3:02:19:00".
TimeSpan2.Core by: David Hall
  • 7 total downloads
  • Latest version: 2.4.3
  • timespan duration localization
Library to extend the functionality of the TimeSpan structure to be comparable, serializable, and convertible. It also supports localized string formatting and parsing so a TimeSpan can be represented by something like "3 days, 2 hours, 19 minutes" instead of "3:02:19:00".
TimeZoneConverter by: Matt Johnson-Pint
  • 32 total downloads
  • Latest version: 3.5.0
  • timezone time zone time zone iana tzdb olson timezoneinfo,rails
Lightweight library to convert quickly between IANA, Windows, and Rails time zone names.
Tizen.NET.API4 by: Samsung Electronics
  • 3 total downloads
  • Latest version: 4.0.1.14152
Reference assemblies of Tizen .NET API Level 4.
Tizen.NET.API5 by: Samsung Electronics
  • 4 total downloads
  • Latest version: 5.0.0.14629
Reference assemblies of Tizen .NET API Level 5.
UnmanagedExports by: Robert Giesecke
  • 18 total downloads
  • Latest version: 1.2.7
  • dllexport unmanaged exports export
A set of compile-time libraries (nothing to deploy) and a build task that enable you to export functions from managed code to native applications. That means, you can create plugins in a managed language like C# or F# for native applications that only have a C-Api (like Notepad++). The nuget package is all you need. Just mark your methods with [DllExport] and build for x86, x64 or ia64. Hints: - You have to set your platform target to either x86, ia64 or x64. AnyCPU assemblies cannot export functions. - The export name defaults to the method name and the calling convention to stdcall. If that's all what you want, you can just use [DllExport] without parameters. - You cannot put your exports in generic types or export generic methods. (The CLR wouldn't know what type parameters to use)
Utf8Json by: neuecc
  • 8 total downloads
  • Latest version: 1.0.0
  • Json, Serialization, Formatter, Serializer, Unity, Xamarin
Definitely Fastest and Zero Allocation JSON Serializer for C#(NET, .NET Core, Unity, Xamarin).
Validation by: Andrew Arnott
  • 58 total downloads
  • Latest version: 2.6.68
  • InputValidation IntegrityCheck
Method input validation and runtime checks that report errors or throw exceptions when failures are detected.
ValueTupleBridge by: Nobuyuki Iwanaga
  • 12 total downloads
  • Latest version: 0.1.5
  • ValueTuple
Backporting of System.ValueTuple for .NET 3.5.
Verify by: https://github.com/VerifyTests/Verify/graphs/contributors
  • 1.031k total downloads
  • Latest version: 31.9.0
  • Json, Testing, Verify, Snapshot, Approvals
Enables verification of complex models and documents.
Verify.Xunit by: https://github.com/VerifyTests/Verify/graphs/contributors
  • 689 total downloads
  • Latest version: 31.9.0
  • Json, Testing, Verify, Snapshot, Approvals
Enables verification of complex models and documents.
VncSharpCore by: VncSharpCore
  • 5 total downloads
  • Latest version: 1.2.1
VNC Client Library
Waher.Networking.XMPP.Concentrator by: Peter Waher
  • 250 total downloads
  • Latest version: 4.3.0
  • networking communication xmpp iot concentrator Neuro-Foundation
Implements the XMPP IoT concentrator as defined by the Neuro-Foundation (neuro-foundation.io). The concentrator interface allows a device to manage a set of internal virtual devices, all sharing the same XMPP connection.
WebSocket4Net by: Kerry Jiang
  • 74 total downloads
  • Latest version: 0.15.2
  • WebSocket WebSocket4Net SuperWebSocket
WebSocket4Net is a .NET websocket client implemtation. It originates from SuperWebSocket WebSocket Client. For better developing of the websocket client, it was separated from SuperWebSocket and was renamed to WebSocket4Net.
WebSocketSharp-netstandard by: sta
  • 2 total downloads
  • Latest version: 1.0.1
  • websocket
websocket-sharp provides the WebSocket protocol client and server. It supports: - RFC 6455 - WebSocket Client and Server - Per-message Compression extension - Secure Connection - HTTP Authentication (Basic/Digest) - Query String, Origin header and Cookies - Connecting through the HTTP Proxy server - .NET 3.5 or later (includes compatible)
WindowsAzure.Storage by: Microsoft
  • 140 total downloads
  • Latest version: 9.3.3
  • Microsoft, Azure, Storage, Table, Blob, File, Queue, Scalable, windowsazureofficial
NOTE: As of version 9.4.0, this library has been split into multiple parts and replaced: See https://www.nuget.org/packages/Microsoft.Azure.Storage.Blob/, https://www.nuget.org/packages/Microsoft.Azure.Storage.File/, https://www.nuget.org/packages/Microsoft.Azure.Storage.Queue/, and https://www.nuget.org/packages/Microsoft.Azure.Storage.Common/. For table support, see https://www.nuget.org/packages/Microsoft.Azure.CosmosDB.Table/. This client library enables working with the Microsoft Azure storage services which include the blob and file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client. For this release see notes - https://github.com/Azure/azure-storage-net/blob/master/README.md and https://github.com/Azure/azure-storage-net/blob/master/changelog.txt Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/