Polly
by: Michael Wolfenden App vNext
- 154 total downloads
- Latest version: 7.2.4
Polly is a library that allows developers to express resilience and transient fault handling policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.
Polly-Signed
by: Michael Wolfenden App vNext
- 101 total downloads
- Latest version: 5.9.0
Polly is a .NET 4.5 / .NET Standard 1.1 library that allows developers to express resilience and transient fault handling policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation and Fallback in a fluent and thread-safe manner.
Polly.Extensions.Http
by: App vNext
- 38 total downloads
- Latest version: 3.0.0
Polly.Extensions.Http is an extensions package containing opinionated convenience methods for configuring Polly policies to handle transient faults typical of calls through HttpClient.
Polly.Extensions.Http-Signed
by: App vNext
- 15 total downloads
- Latest version: 1.0.4
Polly.Extensions.Http is an extensions package containing opinionated convenience methods for configuring Polly policies to handle transient faults typical of calls through HttpClient.
PolySharp
by: Sergio Pedri
- 69 total downloads
- Latest version: 1.15.0+02753db24d9685e54db06739eb63183d86eb5b62
PolySharp provides generated, source-only polyfills for C# language features, to easily use all runtime-agnostic features downlevel
Portable.BouncyCastle
by: Oren Novotny
- 52 total downloads
- Latest version: 1.8.5
BouncyCastle portable version with support for .NET 4, .NET Standard 1.0-2.0, .NET Core
Portable.ConcurrentDictionary
by: Stef Heyenrath
- 11 total downloads
- Latest version: 1.0.4
This is a .NET Standard 1.0, .NET 2.0, .NET 3.5, Silverlight 5.0 and Windows Phone Silverlight 8.0 & 8.1 backport from System.Collections.Concurrent.ConcurrentDictionary as defined in .NET Core
Prism.Core
by: Brian Lagunas Dan Siegel
- 68 total downloads
- Latest version: 7.2.0.1038-pre
Prism is a fully open source version of the Prism guidance originally produced by Microsoft Patterns & Practices. Prism provides an implementation of a collection of design patterns that are helpful in writing well structured and maintainable XAML applications, including MVVM, dependency injection, commanding, event aggregation, and more. Prism's core functionality is a shared code base in a Portable Class Library targeting these platforms; WPF, Windows 10 UWP, and Xamarin Forms. Features that need to be platform specific are implemented in the respective libraries for the target platform.
Prism.Forms
by: Brian Lagunas Dan Siegel
- 60 total downloads
- Latest version: 7.2.0.1038-pre
Prism provides an implementation of a collection of design patterns that are helpful in writing well structured and maintainable XAML applications, including MVVM, dependency injection, commanding, event aggregation, and more. Prism's core functionality is a shared code base in a Portable Class Library targeting these platforms; WPF, Windows 10 UWP, and Xamarin Forms. Features that need to be platform specific are implemented in the respective libraries for the target platform. Prism for Xamarin.Forms helps you more easily design and build rich, flexible, and easy to maintain Xamarin.Forms applications.
protobuf-net
by: Marc Gravell
- 44 total downloads
- Latest version: 2.4.6
Provides simple access to fast and efficient "Protocol Buffers" serialization from .NET applications
Quartz
by: Marko Lahma
- 60 total downloads
- Latest version: 2.6.2
Quartz.NET Scheduling Framework for .NET Platform
React.Core
by: Daniel Lo Nigro
- 4 total downloads
- Latest version: 2.2.0
ReactJS and Babel tools for .NET.
Important: This package does not do much on its own; you probably want an integration package (like React.Web.Mvc4) as well. Please refer to project site (http://reactjs.net/) for more details, usage examples and sample code.
ReactiveUI.Fody
by: .NET Foundation and Contributors
- 667 total downloads
- Latest version: 19.5.41
Fody extension to generate RaisePropertyChange notifications for properties and ObservableAsPropertyHelper properties.
ReadOnlyCollectionInterfaces
by: Mauricio Scheffer
- 4 total downloads
- Latest version: 1.2.0
Backported read-only collection interfaces
refit
by: Paul Betts Refit contributors
- 39 total downloads
- Latest version: 3.0.1
The automatic type-safe REST library for Xamarin and .NET
Refit
by: Paul Betts Refit contributors
- 4 total downloads
- Latest version: 3.1.0
The automatic type-safe REST library for Xamarin and .NET
Remotion.Linq
by: rubicon IT GmbH
- 82 total downloads
- Latest version: 2.2.0
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
Remotion.Linq.EagerFetching
by: rubicon IT GmbH
- 57 total downloads
- Latest version: 2.2.0
Allows LINQ providers based on re-linq Frontend to support eager fetching.
RhinoMocks
by: meisinger ayende
- 5 total downloads
- Latest version: 4.0.0-alpha3
Dynamic mocking framework for .NET
RichardSzalay.MockHttp
by: Richard Szalay
- 74 total downloads
- Latest version: 7.0.0
Testing layer for Microsoft's HttpClient library