Google.Apis.Core
by: Google Inc.
- 1 total downloads
- Latest version: 1.49.0
The Google APIs Core Library contains the Google APIs HTTP layer, JSON support, Data-store, logging and so on.
Supported Platforms:
- .NET Framework 4.5+
- NetStandard1.3, providing .NET Core support
Google.Protobuf
by: Google Inc.
- 7 total downloads
- Latest version: 3.31.1
C# runtime library for Protocol Buffers - Google's data interchange format.
Grpc.AspNetCore
by: The gRPC Authors
- 5 total downloads
- Latest version: 2.71.0
gRPC meta-package for ASP.NET Core
Grpc.AspNetCore.Server
by: The gRPC Authors
- 4 total downloads
- Latest version: 2.71.0
gRPC support for ASP.NET Core
Grpc.AspNetCore.Server.ClientFactory
by: The gRPC Authors
- 4 total downloads
- Latest version: 2.71.0
HttpClientFactory integration the for gRPC .NET client when running in ASP.NET Core
Grpc.Net.ClientFactory
by: The gRPC Authors
- 4 total downloads
- Latest version: 2.71.0
HttpClientFactory integration the for gRPC .NET client
Grpc.Net.Common
by: The gRPC Authors
- 5 total downloads
- Latest version: 2.71.0
Infrastructure for common functionality in gRPC
Grpc.Tools
by: The gRPC Authors
- 4 total downloads
- Latest version: 2.72.0
gRPC and Protocol Buffer compiler for C# projects
Hangfire
by: Sergey Odinokov
- 78 total downloads
- Latest version: 1.8.24
An easy and reliable way to perform fire-and-forget, delayed and recurring, long-running, short-running, CPU or I/O intensive tasks inside ASP.NET applications. No Windows Service / Task Scheduler required. Even ASP.NET is not required.
Backed by Redis, SQL Server, SQL Azure or MSMQ. This is a .NET alternative to Sidekiq, Resque and Celery.
https://www.hangfire.io/
Hangfire.Core
by: Sergey Odinokov
- 11 total downloads
- Latest version: 1.7.33
An easy and reliable way to perform fire-and-forget, delayed and recurring, long-running, short-running, CPU or I/O intensive tasks inside ASP.NET applications. No Windows Service / Task Scheduler required. Even ASP.NET is not required.
Backed by Redis, SQL Server, SQL Azure or MSMQ. This is a .NET alternative to Sidekiq, Resque and Celery.
https://www.hangfire.io/
Hangfire.SqlServer
by: Sergey Odinokov
- 80 total downloads
- Latest version: 1.8.24
SQL Server 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire, a background job framework for .NET applications.
HtmlAgilityPack
by: ZZZ Projects, Simon Mourrier, Jeff Klawiter, Stephan Grell
- 4 total downloads
- Latest version: 1.11.46
This is an agile HTML parser that builds a read/write DOM and supports plain XPATH or XSLT (you actually don't HAVE to understand XPATH nor XSLT to use it, don't worry...). It is a .NET code library that allows you to parse "out of the web" HTML files. The parser is very tolerant with "real world" malformed HTML. The object model is very similar to what proposes System.Xml, but for HTML documents (or streams).
Humanizer.Core
by: Mehdi Khalili, Claire Novotny
- 188 total downloads
- Latest version: 2.14.1
Humanizer core package that contains the library and the neutral language (English) resources
Imageflow.NativeRuntime.osx-x86_64
by: Imazen, lilith
- 3 total downloads
- Latest version: 1.7.0-rc64
Imageflow is a fast, correct image processing library for web servers. This package contains only the native library; see Imageflow.Net for the managed wrapper.
Imageflow.NativeRuntime.ubuntu_16_04-x86_64
by: Imazen, lilith
- 3 total downloads
- Latest version: 1.5.8-rc62
Imageflow is a fast, correct image processing library for web servers. This package contains only the native library; see Imageflow.Net for the managed wrapper.
Imageflow.NativeRuntime.win-x86
by: Imazen, lilith
- 6 total downloads
- Latest version: 2.1.2-rc03
Imageflow is a fast, server-side-safe, and correct image processing library written in Rust. This package contains the native runtime library for win-x86; use 'Imageflow.Net' or 'Imageflow.AllPlatforms' for the managed wrapper.
Imageflow.NativeRuntime.win-x86_64
by: Imazen, lilith
- 9 total downloads
- Latest version: 2.2.0-rc01
Imageflow is a fast, server-side-safe, and correct image processing library written in Rust. This package contains the native runtime library for win-x64; use 'Imageflow.Net' or 'Imageflow.AllPlatforms' for the managed wrapper.
IPAddressRange
by: J.Sakamoto
- 1 total downloads
- Latest version: 4.2.0
This library allows you to parse range of IP address string such as "192.168.0.0/24" and "192.168.0.0/255.255.255.0" and "192.168.0.0-192.168.0.255", and can contains check. This library supports both IPv4 and IPv6.