Google.Protobuf
by: Google Inc.
- 14 total downloads
- Latest version: 3.11.4
C# runtime library for Protocol Buffers - Google's data interchange format.
Grpc.AspNetCore.Server
by: The gRPC Authors
- 14 total downloads
- Latest version: 2.32.0
gRPC support for ASP.NET Core
Grpc.AspNetCore.Server.ClientFactory
by: The gRPC Authors
- 12 total downloads
- Latest version: 2.32.0
HttpClientFactory integration the for gRPC .NET client when running in ASP.NET Core
Grpc.Auth
by: The gRPC Authors
- 18 total downloads
- Latest version: 2.27.0
gRPC C# Authentication Library
Grpc.Core
by: The gRPC Authors
- 16 total downloads
- Latest version: 2.27.0
C# implementation of gRPC based on native gRPC C-core library.
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.
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.
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.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