knockoutjs by: The Knockout.js team
  • 26 total downloads
  • Latest version: 3.5.1
  • knockout mvvm
A JavaScript MVVM library to help you create rich, dynamic user interfaces with clean maintainable code
log4net by: The Apache Software Foundation
  • 40 total downloads
  • Latest version: 2.0.14
  • logging log tracing logfiles
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
Modernizr by: Faruk Ateş Paul Irish Alex Sexton
  • 22 total downloads
  • Latest version: 2.8.3
  • JavaScript HTML HTML5 CSS CSS3 SVG
Modernizr adds classes to the <html> element which allow you to target specific browser functionality in your stylesheet. You don't actually need to write any Javascript to use it. Modernizr is a small and simple JavaScript library that helps you take advantage of emerging web technologies (CSS3, HTML5) while still maintaining a fine level of control over older browsers that may not yet support these new technologies. NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/
Moment.js by: Tim Wood Iskren Chernev Moment.js contributors
  • 25 total downloads
  • Latest version: 2.27.0
  • JavaScript date time browser node.js
A lightweight JavaScript date library for parsing, manipulating, and formatting dates.
Mono.Reflection by: Jb Evain
  • 11 total downloads
  • Latest version: 2.0.0
  • assembly assemblies module modules il cil msil bytecode reflection disassembler
Complement for System.Reflection, including an IL disassembler.
Mono.Reflection.Core by: Jb Evain
  • 17 total downloads
  • Latest version: 1.1.1
  • assembly assemblies module modules il cil msil bytecode reflection disassembler
Complement for System.Reflection, including an IL disassembler.
NETStandard.Library by: Microsoft
  • 51 total downloads
  • Latest version: 2.0.1
A set of standard .NET APIs that are prescribed to be used and supported together. b7f182415927d3b98445d043e1680c56b9d1f17c When using NuGet 3.x this package requires at least version 3.4.
Newtonsoft.Json by: James Newton-King
  • 247 total downloads
  • Latest version: 13.0.3
  • json
Json.NET is a popular high-performance JSON framework for .NET
NuGet.Frameworks by: Microsoft
  • 68 total downloads
  • Latest version: 5.11.0
  • nuget
NuGet's understanding of target frameworks.
NUnit by: Charlie Poole Rob Prouse
  • 209 total downloads
  • Latest version: 4.0.0
  • nunit test testing tdd framework fluent assert theory plugin addin
NUnit is a unit-testing framework for all .NET languages. It can run on macOS, Linux and Windows operating systems. NUnit can be used for a wide range of testing, from unit testing with TDD to full fledged system and integration testing. It is a non-opinionated, broad and deep framework with multiple different ways to assert that your code behaves as expected. Many aspects of NUnit can be extended to suit your specific purposes. The latest version, version 4, is an upgrade from the groundbreaking NUnit 3 framework. It is a modernized version, aimed at taking advantage of the latest .NET features and C# language constructs. If you are upgrading from NUnit 3, be aware of the breaking changes (https://docs.nunit.org/articles/nunit/release-notes/breaking-changes.html#nunit-40). Please see the NUnit 4 Migration Guide (https://docs.nunit.org/articles/nunit/release-notes/Nunit4.0-MigrationGuide.html) and take care to prepare your NUnit 3 code before you do the upgrade. Supported platforms: - .NET Framework 4.6.2+ - .NET 6.0+
NUnit.Analyzers by: NUnit
  • 126 total downloads
  • Latest version: 3.9.0
  • nunit analyzers roslyn-analyzers
This package includes analyzers and code fixes for test projects using NUnit 3. The analyzers will mark wrong usages when writing tests, and the code fixes can be used to used to correct these usages. Version 3.0 and upwards works in Visual Studio 2019 and also enables supression of compiler errors such as errors arising from nullable reference types. For Visual Studio 2017 one must use versions below 3.0.
NUnit3TestAdapter by: Charlie Poole Terje Sandstrom
  • 161 total downloads
  • Latest version: 4.2.1
  • test visualstudio testadapter nunit nunit3 dotnet
The NUnit3 TestAdapter for Visual Studio, all versions from 2012 and onwards, and DotNet (incl. .Net core). Note that this package ONLY contains the adapter, not the NUnit framework. For VS 2017 and forward, you should add this package to every test project in your solution. (Earlier versions only require a single adapter package per solution.)
Owin by: OWIN startup components contributors
  • 19 total downloads
  • Latest version: 1.0.0
  • OWIN
OWIN IAppBuilder startup interface
Portable.BouncyCastle by: Claire Novotny
  • 36 total downloads
  • Latest version: 1.8.9
  • bouncycastle cryptography encryption security
BouncyCastle portable version with support for .NET 4, .NET Standard 2.0
QRCodeHelper by: J.Sakamoto
  • 25 total downloads
  • Latest version: 1.0.4
  • QR QRCode WebMatrix aspnetwebpages
This helper for WebMatrix and ASP.NET Web Pages allows you to easily display QR Code on your site. あなたのASP.NETページにQRコードを容易に表示することのできる、WebMatrix および ASP.NET Web Pages 用のヘルパーです。
reCAPTCH.MVC by: Bhaumik Patel
  • 23 total downloads
  • Latest version: 1.0.1
  • mvc google reCAPTCH HtmlHelper Razor
ReCAPTCHA MVC lets you embed a CAPTCHA in your web pages in order to protect them against spam and other types of automated abuse. DEMO and Document => http://recaptchamvc.apphb.com/ The primary features of the library are: --> reCAPTCHA API verion 2.0 Support --> The color theme of the widget. (dark, light) --> The type of CAPTCHA to serve. (audio, image) --> MVC 4 and MVC 5 Support
Remotion.Linq by: rubicon IT GmbH
  • 18 total downloads
  • Latest version: 2.1.1
  • re-motion LINQ ExpressionTrees
re-linq Frontend: A foundation for parsing LINQ expression trees and generating queries in SQL or other languages. Key features: - Transforms expression trees into abstract syntax trees resemblying LINQ query expressions (from ... select syntax) - Simplifies many aspects of this tree (sub queries, transparent identifieres, pre-evaluation ...) - Provides basic infrastructure for backend development (e.g. SQL generation) - Provides a framework for user-defined query extensions and transformations
Respond by: Scott Jehl Paul Irish Nicholas Zakas
  • 21 total downloads
  • Latest version: 1.4.2
  • Respond Media Queries
The goal of this script is to provide a fast and lightweight (3kb minified / 1kb gzipped) script to enable responsive web designs in browsers that don't support CSS3 Media Queries - in particular, Internet Explorer 8 and under. It's written in such a way that it will probably patch support for other non-supporting browsers as well (more information on that soon).
SimpleInjector by: Simple Injector Contributors
  • 94 total downloads
  • Latest version: 4.10.2
  • simpleinjector architecture dependency-injection DI Inversion-of-Control IOC
Simple Injector is an easy, flexible and fast dependency injection library that uses best practice to guide your solutions toward the pit of success.
SimpleInjector.Extensions.LifetimeScoping by: Simple Injector Contributors
  • 22 total downloads
  • Latest version: 4.0.0
  • simpleinjector architecture dependency-injection DI easy easy-to-use Inversion-of-Control IOC lifestyle lifetime scope scoping
The Lifetime Scoping package adds an advanced new lifestyle called 'Lifetime Scope', which allows instances to live within an explicitly defined thread-specific scope and get disposed when this scope ends.