Google.Apis.Auth
by: Google LLC
- 2.79k total downloads
- Latest version: 1.65.0
The Google APIs Client Library is a runtime client for working with Google services.
This package includes auth components like user-credential, authorization code flow, etc. for making authenticated calls using the OAuth2 spec.
Supported Platforms:
- .NET Framework 4.5
- .NET Framework 4.6.1
- .Net Standard 1.3
- .Net Standard 2.0
Google.Apis.Core
by: Google LLC
- 2.384k total downloads
- Latest version: 1.65.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.
- 2.373k total downloads
- Latest version: 3.33.4
C# runtime library for Protocol Buffers - Google's data interchange format.
GraphQL-Parser
by: Marek Magdziak
- 156 total downloads
- Latest version: 3.1.0-preview-39
Library containing lexer and parser for GraphQL syntax
HangFire
by: Sergey Odinokov
- 88 total downloads
- Latest version: 0.9.1
Incredibly 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 application. No Windows Service / Task Scheduler required. Even ASP.NET is not required.
Backed by Redis, SQL Server, SQL Azure or MSMQ.
http://hangfire.io/
Hangfire
by: Sergey Odinokov
- 564 total downloads
- Latest version: 1.8.22
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.AspNetCore
by: Sergey Odinokov
- 4.037k total downloads
- Latest version: 1.8.22
ASP.NET Core support for Hangfire, a background job framework for .NET applications.
HangFire.Core
by: Sergey Odinokov
- 687 total downloads
- Latest version: 0.9.1
Core components for HangFire (background job system for ASP.NET applications).
Hangfire.Core
by: Sergey Odinokov
- 5.429k total downloads
- Latest version: 1.8.22
An easy and reliable way to perform fire-and-forget, delayed and recurring, long-running, short-running, CPU or I/O intensive tasks in .NET applications. No Windows Service / Task Scheduler 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.NetCore
by: Sergey Odinokov
- 686 total downloads
- Latest version: 1.8.22
.NET Core's Worker Service host support for Hangfire, a background job framework for .NET applications.
HangFire.SqlServer
by: Sergey Odinokov
- 488 total downloads
- Latest version: 0.9.1
SQL Server / SQL Azure job storage implementation for HangFire (background job system for ASP.NET applications).
Hangfire.SqlServer
by: Sergey Odinokov
- 5.262k total downloads
- Latest version: 1.8.22
SQL Server 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire, a background job framework for .NET applications.
Hardcodet.NotifyIcon.Wpf
by: Philipp Sumi Robin Krom Jan Karger
- 60 total downloads
- Latest version: 1.1.0
This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform. It does not just rely on the Windows Forms NotifyIcon component, but is a purely independent control which leverages several features of the WPF framework in order to display rich tooltips, popups, context menus, and balloon messages. It can be used directly in code or embedded in any XAML file.
Source code and extensive sample application available at http://www.hardcodet.net/projects/wpf-notifyicon
HarfBuzzSharp
by: Microsoft
- 215 total downloads
- Latest version: 2.6.1.5-preview.14
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
Hl7.Fhir.ElementModel
by: Firely (info@fire.ly) and contributors
- 321 total downloads
- Latest version: 3.5.0
Interfaces and classes to work with FHIR data without using POCOs, in concert with the Hl7.Fhir.Serialization assembly.
Hl7.Fhir.R4
by: Firely (info@fire.ly) and contributors
- 264 total downloads
- Latest version: 3.5.0
This is the core support library for HL7's FHIR standard (http://hl7.org/fhir). It contains the core functionality to working with RESTful FHIR servers: POCO classes for FHIR, parsing/serialization of FHIR data and a FhirClient for easy access to FHIR servers.
Hl7.Fhir.Serialization
by: Firely (info@fire.ly) and contributors
- 252 total downloads
- Latest version: 3.5.0
Contains general interfaces and classes for working with FHIR data, regardless of FHIR version or POCO's
Hl7.Fhir.Support
by: Firely (info@fire.ly) and contributors
- 519 total downloads
- Latest version: 3.5.0
Common interfaces and classes used by all FHIR .NET assemblies
Hl7.Fhir.Support.Poco
by: Firely (info@fire.ly) and contributors
- 223 total downloads
- Latest version: 3.5.0
This is the support library for working with the POCO representation of HL7's FHIR model data
Hl7.FhirPath
by: Firely (info@fire.ly) and contributors
- 498 total downloads
- Latest version: 3.5.0
This library contains a runtime environment for executing HL7 FhirPath queries and invariants. It is used by the Firely .NET SDK to run validation for the HL7 FHIR object model.
HtmlAgilityPack.NetCore
by: Zulfahmi Ahmad
- 81 total downloads
- Latest version: 1.5.0.1
Deprecated as there's new maintainer for original HAP project. Please check the new repo at https://github.com/zzzprojects/html-agility-pack.
This is a port of HtmlAgilityPack library created by Simon Mourrier and Jeff Klawiter for .NET Core platform. This NuGet package supports can be used with Universal Windows Platform, ASP.NET 5 (using .NET Core) and full .NET Framework 4.6.
Original description:
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).