Grpc.Core
by: The gRPC Authors
- 72 total downloads
- Latest version: 2.46.6
C# implementation of gRPC based on native gRPC C-core library.
Note that the Grpc.Core implementation of gRPC for C# is in maintenance mode and will be replaced by grpc-dotnet in the future.
See https://grpc.io/blog/grpc-csharp-future/ for details.
Grpc.Net.ClientFactory
by: The gRPC Authors
- 56 total downloads
- Latest version: 2.71.0
HttpClientFactory integration the for gRPC .NET client
Grpc.Net.Common
by: The gRPC Authors
- 47 total downloads
- Latest version: 2.71.0
Infrastructure for common functionality in gRPC
Grpc.Tools
by: The gRPC Authors
- 267 total downloads
- Latest version: 2.76.0
gRPC and Protocol Buffer compiler for C# projects
HangFire
by: Sergey Odinokov
- 18 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
- 103 total downloads
- Latest version: 1.8.21
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
- 7 total downloads
- Latest version: 1.8.21
ASP.NET Core support for Hangfire, a background job framework for .NET applications.
Hangfire.Core
by: Sergey Odinokov
- 105 total downloads
- Latest version: 1.8.21
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.MemoryStorage
by: PERRICHOT Florian
- 14 total downloads
- Latest version: 1.8.1.2
A memory storage for Hangfire
Hangfire.NetCore
by: Sergey Odinokov
- 27 total downloads
- Latest version: 1.8.21
.NET Core's Worker Service host support for Hangfire, a background job framework for .NET applications.
HangFire.SqlServer
by: Sergey Odinokov
- 6 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
- 84 total downloads
- Latest version: 1.8.21
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
- 42 total downloads
- Latest version: 1.11.71
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).
---------------------------------------
This library is sponsored by ZZZ Projects:
https://entityframework-extensions.net/
https://eval-expression.net/
https://dapper-plus.net/
---------------------------------------
HAP is trusted by companies worldwide with over 150 million downloads.
Humanizer.Core
by: Mehdi Khalili Claire Novotny
- 31 total downloads
- Latest version: 2.14.1
Humanizer core package that contains the library and the neutral language (English) resources
Instances
by: Malte Rosenbjerg
- 8 total downloads
- Latest version: 3.0.2
A .NET Standard Process wrapper with an elegant API, for both asyncronous and syncronous use, providing both Events and support for Tasks with cancellation support
JetBrains.Annotations
by: JetBrains
- 7 total downloads
- Latest version: 2023.3.0
JetBrains.Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML frameworks and otherwise increase accuracy of JetBrains Rider and ReSharper code inspections.
All usages of JetBrains.Annotations attributes are erased from metadata by default, which means no actual binary reference to 'JetBrains.Annotations.dll' assembly is produced. If you need to preserve these attributes in metadata, just define 'JETBRAINS_ANNOTATIONS' conditional compilation symbol in your projects.
jQuery
by: jQuery Foundation Inc.
- 1 total downloads
- Latest version: 3.4.1
jQuery is a new kind of JavaScript Library.
jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.
NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/
jQuery.Validation
by: Jörn Zaefferer
- 1 total downloads
- Latest version: 1.17.0
This jQuery plugin makes simple clientside form validation trivial, while offering lots of option for customization. That makes a good choice if you’re building something new from scratch, but also when you’re trying to integrate it into an existing application with lots of existing markup. The plugin comes bundled with a useful set of validation methods, including URL and email validation, while providing an API to write your own methods. All bundled methods come with default error messages in english and translations into 32 languages.
NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/
log4net
by: The Apache Software Foundation
- 2 total downloads
- Latest version: 2.0.16
log4net is a tool to help the programmer output log statements to a variety of output targets.
In case of problems with an application, it is helpful to enable logging so that the problem
can be located. With log4net it is possible to enable logging at runtime without modifying the
application binary. The log4net package is designed so that log statements can remain in
shipped code without incurring a high performance cost. It follows that the speed of logging
(or rather not logging) is crucial.
At the same time, log output can be so voluminous that it quickly becomes overwhelming.
One of the distinctive features of log4net is the notion of hierarchical loggers.
Using these loggers it is possible to selectively control which log statements are output
at arbitrary granularity.
log4net is designed with two distinct goals in mind: speed and flexibility