41 packages tagged with “netstandard20”
Maybe.NET is a library of probabilistic data structures. Instantly start using bloom filters, skip lists, count min sketch, and more!
.NET Standard 2.0 library for XDT (XML Document Transform).
Easy to use and very light weight Microsoft style API Key Authentication Implementation for ASP.NET Core. It can be setup so that it can accept API Key either in Header, Authorization Header, QueryParams, HeaderOrQueryParams or RouteValues.
TweetMoaSharp is a fast, clean wrapper around the Twitter API. Based on the original TweetSharp.
Socket PCL Xamarin Cross platform for iOS, Windows 10 (UWP) and Android
Behaviors for Xamarin.Forms .NET Standard 1.3/2.0
The main purpose of the UrlShortener is to shorten in the URLs. In addition, as a side-effect of the URL shortening functionality, UrlShortener can convert from any positional mathematical base system to decimal and back.
Easy to use and very light weight Microsoft style Basic Scheme Authentication implementation for ASP.NET Core.
MQTT Client utilizing the power of Reactive Extensions
Type-safe, easy and power configuration framework for .NET developers
A c# library to process Dot language used by Graphviz.
ServiceStack plugin that supports service discovery and request uri resolution using Redis
ValueFilter provides a straightforward, low-overhead mechanism for ensuring that properties can only contain valid data. See the GitHub site for more details.
Rrs.Enumerables Class Library
This package contains Guan, a general purpose logic programming system written in C#. It is a close approximation of Prolog with extended capabilities and some differences. Guan employs Prolog style syntax for writing logic rules. It enables easy interop between such rules with regular C# code and the vast .NET Base Class Library.
An *unofficial*, light-weight wrapper for .Net, around the After Pay In-Store API (https://docs.afterpay.com.au/instore-api-v1.html).
A pure C# implementation of ONC/RPC. RemoteTea.Net is a port of the pure Java RemoteTea package. Forked from Jay Walter's SourceForge repository at: https://sourceforge.net/p/remoteteanet Forked from Wes Day's GitHub repository at: https://github.com/wespday/RemoteTea.Net Then updated by Galen Bancroft to support .NET Standard 2.0 and .NET Framework 4.72 as the 'GB1.RemoteTea.Net' NuGet package at this location: https://www.nuget.org/packages/GB1.RemoteTea.Net/ with the source code in GitHub repository at: https://github.com/galenbancroft/RemoteTea.Net
ServiceStack plugin that extends ServiceStack.Discovery.Redis services
Rules Engine is a C# project that makes it easier for developers to define business rules on domain objects without coupling the domain object to the business rule. The rules engine supports cross-field validation and conditional validation. Rules are interface-based and are easily extensible. Rules can be added using a fluent interface. Note - SpearSoft.RulesEngine is a fork of the original RulesEngine that was published by athoma13 on CodePlex but has not been maintained for some time and was not ported (as far as I can tell) to another public source management system before CodePlex was shutdown. The original but archived source can be found here. I also changed the namespace on this version from RulesEngine to SpearSoft.RulesEngine to prevent namespace collisions. Also, this version has already been ported to target .net core 2.1 and the library is targeting .net standard 2.0. What is Rules Engine Rules Engine is a . NET C# project that validates business logic by defining a bunch of rules for your data classes. Rules are defined using a fluent-interface (fluent validation) helper class, and not by decorating your existing objects with attributes, therefore de-coupling validation logic from data (or domain) classes. ##Features Rules are inheritable. Defining RuleX for TypeA will also apply to TypeB (given that TypeB inherits from Type A) Details. Rules are extensible. Creating custom rules are only a matter of implementing an interface. Details Conditional validation. When defining rules, it is possible to have different rules given different conditions. E.g. Not Null Rule only applies to FieldA when FieldB > 100. Details Cross-Field validation. Defining a rule that FieldA must be greater than FieldB comes very naturally with the fluent-interface helper class. Details Fluent-Interface. Adding rules to objects is done by a fluent-interface helper class. Details Error Messages. Defining error messages can be done at the same time as defining your rules (Or separately). They can apply to the Class, A Property of that class, or a Rule for that property. Details ASP.NET Mvc An asp.net Mvc bridge is available for download. To use, create an instance of MvcValidationReport in one of your controllers, passing it your ModelState, Validate the model and that's it. The report will populate ModelState with error messages (if any). No more Attribute-Style validation. NOTE: This does not support client-side validation.
A common dead man switch pattern implementation for handling cases when an event fails to happen for a certain period of time.
.NETStandard2.0 library to support benchmarking with BenchmarkDotNet.
Simple RTSP/RTSPS client and server. Supports H264, H265, H266, AV1 and AAC.
A simple to use .NET Standard 2.0 library for adding reCAPTCHA widgets to ASP.NET websites. reCAPTCHA is a free service that protects sites from spam and abuse.
An unofficial .Net implementation of the Verifone PosLink protocol for EFTPOS pinpads.
This NuGet package has been made obsolete and moved to a new package named 'AspNetCore.Authentication.Basic'. Please consider removing this package and download the new one as there will be no future updates on this package. Sorry for the inconvenience caused. This was done purely for the naming of the package. New package name is 'AspNetCore.Authentication.Basic' which can be downloaded using NuGet Package Manager or from https://www.nuget.org/packages/AspNetCore.Authentication.Basic. Easy to use and very light weight Microsoft style Basic Scheme Authentication Implementation for ASP.NET Core.
The vlingo/PLATFORM tooling for reactive Domain-Driven Design models that are highly concurrent. Includes Compute Grid, Actor Caching, Object Spaces, Cluster Cross-Node Messaging, CQRS, and Event Sourcing support.
Client to control Android TV
Memory queues support for SQL Server job storage implementation for Hangfire