OpenIddict.Core
by: Kévin Chalet
- 600 total downloads
- Latest version: 7.0.0
OpenIddict's core components, used to manage the applications, authorizations, scopes and tokens stored in the database.
OpenIddict.EntityFrameworkCore
by: Kévin Chalet
- 566 total downloads
- Latest version: 7.0.0
Entity Framework Core stores for OpenIddict.
OpenIddict.EntityFrameworkCore.Models
by: Kévin Chalet
- 543 total downloads
- Latest version: 7.0.0
Relational entities for the OpenIddict Entity Framework Core stores.
OpenIddict.Server
by: Kévin Chalet
- 1.101k total downloads
- Latest version: 7.0.0
OpenIddict authorization server services.
Note: this package only contains the generic/host-agnostic server components.
To use the server feature on ASP.NET Core or OWIN/Katana, reference the OpenIddict.Server.AspNetCore or OpenIddict.Server.Owin package.
OpenIddict.Validation
by: Kévin Chalet
- 506 total downloads
- Latest version: 7.0.0
OpenIddict token validation services.
Note: this package only contains the generic/host-agnostic validation components.
To use the validation feature on ASP.NET Core or OWIN/Katana, reference the OpenIddict.Validation.AspNetCore or OpenIddict.Validation.Owin package.
OpenIddict.Validation.ServerIntegration
by: Kévin Chalet
- 560 total downloads
- Latest version: 7.0.0
Local server integration package for the OpenIddict validation services.
Portable.BouncyCastle
by: BouncyCastle.Crypto
- 28 total downloads
- Latest version: 1.8.1.4
BouncyCastle portable version with support for .NET 4, .NET Standard 1.0-2.0, WP, Silverlight, MonoAndroid, Xamarin.iOS, .NET Core
Portable.JWT
by: Mitja Bombac
- 23 total downloads
- Latest version: 1.0.3
JWT (JSON Web Token) Portable Implementation for .NET 4.5+ (Public Domain).
Supported algorithms: HMAC signatures with HS256, HS384 and HS512.
Prism.DryIoc
by: Brian Lagunas Dan Siegel
- 45 total downloads
- Latest version: 8.0.0.1909
Use these extensions to build Prism applications based on DryIoc.
Prism.Wpf
by: Brian Lagunas Dan Siegel
- 38 total downloads
- Latest version: 8.0.0.1909
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, maintainable, and testable XAML applications, including MVVM, dependency injection, commanding, event aggregation, and more. Prism's core functionality is a shared library targeting the .NET Framework and .NET Standard. Features that need to be platform specific are implemented in the respective libraries for the target platform (WPF, Uno Platform, and Xamarin Forms).
Prism.Wpf helps you more easily design and build rich, flexible, and easy to maintain Windows Presentation Foundation (WPF) desktop applications. This library provides user interface composition as well as modularity support.
protobuf-net
by: Marc Gravell
- 67 total downloads
- Latest version: 2.0.0.480
Protocol Buffers is the name of the binary serialization format used by Google for much of their data communications. It is designed to be: small in size - efficient data storage (far smaller than xml) cheap to process - both at the client and server platform independent - portable between different programming architectures extensible - to add new data to old messages. protobuf-net is a .NET implementation of this, allowing you to serialize your .NET objects efficiently and easily. It is compatible with most of the .NET family, including .NET 2.0/3.0/3.5/4.0, .NET CF 2.0/3.5, Mono 2.x, Silverlight, etc.
Quartz
by: Marko Lahma
- 409 total downloads
- Latest version: 2.6.2
Quartz.NET Scheduling Framework for .NET Platform
RefactorThis.GraphDiff
by: ZZZ Projects Inc. brentmckendrick
- 121 total downloads
- Latest version: 3.0.1
This is the official GraphDiff package.
GraphDiff - Allows for automatic update of a graph of detached entities using Entity Framework v6+.
If you have ever felt the pain of updating a detached graph with one or more nested collections then this is for you :)
refit
by: Paul Betts Refit contributors
- 328 total downloads
- Latest version: 3.0.1
The automatic type-safe REST library for Xamarin and .NET
Refit
by: Paul Betts Refit contributors
- 30 total downloads
- Latest version: 3.1.0
The automatic type-safe REST library for Xamarin and .NET
Remotion.Linq
by: rubicon IT GmbH
- 495 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
- 312 total downloads
- Latest version: 2.2.0
Allows LINQ providers based on re-linq Frontend to support eager fetching.
RestSharp
by: .NET Foundation and Contributors
- 497 total downloads
- Latest version: 112.1.1-alpha.0.4
Simple REST and HTTP API Client
RhinoMocks
by: meisinger ayende
- 60 total downloads
- Latest version: 4.0.0-alpha3
Dynamic mocking framework for .NET
Roslyn.Diagnostics.Analyzers
by: Microsoft
- 2.063k total downloads
- Latest version: 5.0.0-1.25277.114
Private analyzers specific to Roslyn repo. These analyzers are not intended for public consumptions outside of the Roslyn repo.
RouteMagic
by: Phil Haack
- 89 total downloads
- Latest version: 1.1.1
RouteMagic is a library of useful Routing helpers. See http://haacked.com/archive/2011/01/30/introducing-routemagic.aspx for more information.