TimeSpan2 by: David Hall
  • 120 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
  • 21 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
  • 136 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
  • 7 total downloads
  • Latest version: 4.0.1.14152
Reference assemblies of Tizen .NET API Level 4.
Tizen.NET.API5 by: Samsung Electronics
  • 16 total downloads
  • Latest version: 5.0.0.14629
Reference assemblies of Tizen .NET API Level 5.
UnmanagedExports by: Robert Giesecke
  • 35 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
  • 260 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).
Validation by: Andrew Arnott
  • 147 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
  • 32 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
  • 3.289k total downloads
  • Latest version: 31.12.3
  • Json, Testing, Verify, Snapshot, Approvals
Enables verification of complex models and documents.
Verify.Xunit by: https://github.com/VerifyTests/Verify/graphs/contributors
  • 2.779k total downloads
  • Latest version: 31.12.3
  • Json, Testing, Verify, Snapshot, Approvals
Enables verification of complex models and documents.
VncSharpCore by: VncSharpCore
  • 8 total downloads
  • Latest version: 1.2.1
VNC Client Library
Vogen by: Steve Dunn
  • 80 total downloads
  • Latest version: 8.0.5-beta.1
  • vogen stringlytyped primitive obsession valuetype valuetypes valueobj valueobjects ddd
This package contains a Souce Generator which generates Value Objects that wrap simple primitives such as int, string, double etc. A ValueObject is a strongly typed (strongly, not stringly) domain object that is immutable. Instead of `int customerId = 42;` we have `var customerId = CustomerId.From(42);` To use, just create something like this: [ValueObject(typeof(int))] public partial struct CustomerId { } var customerId = CustomerId.From(42); Validation is in just one place. You can't introduce bad objects into your domain, therefore you can assume that in your domain every ValueObject is valid.
Waher.Content by: Peter Waher
  • 810 total downloads
  • Latest version: 2.6.13
  • internet content data type encoding decoding extensible
Library that provides basic abstraction for Internet Content Type, and basic encodings and decodings. This includes handling and parsing of common data types, text, JSON, CSV, binary data and multi-part content, forms, etc. Encoding can be easily extended in external libraries.
Waher.Content.Emoji by: Peter Waher
  • 44 total downloads
  • Latest version: 2.0.1
  • emoji
Defines an architecture for handling emojis.
Waher.Content.Html by: Peter Waher
  • 193 total downloads
  • Latest version: 2.3.2
  • Parser HTML Open Graph OG Twitter Card MetaData Meta
Provides a simple HTML document parser that can be used to extract information from web pages. Social Meta-data can be easily extracted from page. Information is taken from Open Graph meta data or Twitter Card meta data, as well as standard HTML meta data.
Waher.Content.Images by: Peter Waher
  • 140 total downloads
  • Latest version: 2.1.8
  • internet content data type encoding decoding images EXIF
Defines internet content types, encoding and decoding for images. Contains extraction of EXIF meta-data from images. Can parse SVG paths, for generating polygons and images.
Waher.Content.Markdown by: Peter Waher
  • 763 total downloads
  • Latest version: 3.2.0
  • Markdown Parser Text HTML Difference History
Can be used to parse Markdown documents and transforms them to other formats. Rendering architecture is pluggable, extensible and customizable. This library includes rendering to HTML, plain text, and portable Markdown. Additional libraries provide rendering support to other formats. The library can also compare Markdown documents, and provide Markdown-based difference documents, showing how one version of a document is edited to produce a second version. For a description of the Markdown flavour supported by the parser, see: https://waher.se/Markdown.md
Waher.Content.QR by: Peter Waher
  • 33 total downloads
  • Latest version: 2.1.0
  • QR Encoding Text Image Color Coding Managed
The library contains a light-weight managed encoder of QR codes. It can generate both text-based output (using block characters) for display on text devices, as well as images and color-coded codes. Contains methods for customization of QR-codes, including controlling color and shape of dots, overlaying of images, and procedural coloring.
Waher.Content.Semantic by: Peter Waher
  • 43 total downloads
  • Latest version: 1.0.5
  • Encoding Decoding Semantic Web Turtle, RDF, SPARQL
The library contains encoders and decoders of semantic information, using well-known formats defined by the W3C for the semantic web, such as Turtle, RDF/XML and SPARQL results. Library also contains abstraction layer and extensiblea architecture for literals, as well as interfaces for semantic cubes for procedural access of semantic information.