Grpc.Net.Common
by: The gRPC Authors
- 14 total downloads
- Latest version: 2.32.0
Infrastructure for common functionality in gRPC
Grpc.Tools
by: The gRPC Authors
- 13 total downloads
- Latest version: 2.32.0
gRPC and Protocol Buffer compiler for managed C# and native C++ projects.
Add this package to a project that contains .proto files to be compiled to code.
It contains the compilers, include files and project system integration for gRPC
and Protocol buffer service description files necessary to build them on Windows,
Linux and MacOS. Managed runtime is supplied separately in the Grpc.Core package.
Hangfire.Core
by: Sergey Odinokov
- 12 total downloads
- Latest version: 1.7.4
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/
HtmlAgilityPack.NetCore
by: Zulfahmi Ahmad
- 10 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).
Humanizer.Core
by: Mehdi Khalili Claire Novotny
- 41 total downloads
- Latest version: 2.8.26
Humanizer core package that contains the library and the neutral language (English) resources
i18n
by: Martin Connell Daniel Crenna contributors
- 14 total downloads
- Latest version: 2.1.10
Smart internationalization for ASP.NET-based web applications. The i18n library is designed to replace the use of .NET resources in favor of an easier, globally-recognized standard for localizing ASP.NET-based web applications. Supports ASP.NET MVC, ASP.NET Web API, ASP.NET WebMatrix / Web Pages and ASP.NET Web Forms.
IdentityModel
by: Dominick Baier Brock Allen
- 12 total downloads
- Latest version: 3.6.1
OpenID Connect & OAuth 2.0 client library
JetBrains.Annotations
by: JetBrains
- 74 total downloads
- Latest version: 2020.1.0
ReSharper 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 ReSharper code inspections.
All usages of ReSharper 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.
- 42 total downloads
- Latest version: 3.3.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-globalize
by: The jQuery Project
- 19 total downloads
- Latest version: 1.0.0
Globalize provides number formatting and parsing, date and time formatting and parsing, currency formatting, message formatting (ICU message format pattern), and plural support.
Globalize is based on the Unicode Consortium's Common Locale Data Repository (CLDR), the largest and most extensive standard repository of locale data available. CLDR is constantly updated and is used by many large applications and operating systems, so you'll always have access to the most accurate and up-to-date locale data.
jQuery.Validation
by: Jörn Zaefferer
- 31 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/
jQuery.Validation.Globalize
by: John Reilly
- 31 total downloads
- Latest version: 1.1.0
An extension to the jQuery Validation Plugin which makes it use Globalize for number and date parsing (enabling simple internationalized validation).
jQuery.Validation.Unobtrusive
by: Microsoft
- 13 total downloads
- Latest version: 2.0.20710
Legacy package, jQuery.Validation.Unobtrusive is now included in the 'Microsoft.jQuery.Unobtrusive.Validation' package.
LibSassHost
by: Andrey Taritsyn
- 156 total downloads
- Latest version: 1.3.3
.NET wrapper around the LibSass (http://sass-lang.com/libsass) with the ability to support a virtual file system.
This package does not contain the native implementations of LibSass. Therefore, you need to choose and install the most appropriate package(s) for your platform. The following packages are available:
* LibSassHost.Native.win-x86
* LibSassHost.Native.win-x64
* LibSassHost.Native.linux-x64
* LibSassHost.Native.osx-x64
LibSassHost.Native.linux-x64
by: Andrey Taritsyn
- 8 total downloads
- Latest version: 1.3.3
This package complements the LibSassHost package and contains the native implementation of LibSass version 3.6.5 for Linux (x64).
This package is only compatible with .NET Core.
LibSassHost.Native.win-x64
by: Andrey Taritsyn
- 9 total downloads
- Latest version: 1.3.3
This package complements the LibSassHost package and contains the native implementation of LibSass version 3.6.5 for Windows (x64).
Libuv
by: Libuv
- 13 total downloads
- Latest version: 1.9.1
Multi-platform support library with a focus on asynchronous I/O.
log4net
by: The Apache Software Foundation
- 62 total downloads
- Latest version: 2.0.8
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