NPatterns 1.0.4716

There is a newer version of this package available.
See the version list below for details.
dotnet add package NPatterns --version 1.0.4716
NuGet\Install-Package NPatterns -Version 1.0.4716
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NPatterns" Version="1.0.4716" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NPatterns --version 1.0.4716
#r "nuget: NPatterns, 1.0.4716"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NPatterns as a Cake Addin
#addin nuget:?package=NPatterns&version=1.0.4716

// Install NPatterns as a Cake Tool
#tool nuget:?package=NPatterns&version=1.0.4716

Common Patterns used in projects, like Repository, UnitOfWork, MessageBus, QueryObject etc

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on NPatterns:

Package Downloads
NPatterns.ObjectRelational.EF

implementation of IRepository, IUnitOfWork with EntityFramework.

NPatterns.ObjectRelational.DynamicQuery

implement the QueryObjectExecutor with Dynamic Query

NPractices.Mvc

Extensions for ASPNET MVC

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.5269 1,911 6/5/2014
1.0.5267 1,212 6/3/2014
1.0.5189 1,834 3/18/2014
1.0.4826 2,928 3/19/2013
1.0.4771 1,792 1/23/2013
1.0.4763 1,887 1/15/2013
1.0.4716 1,645 11/29/2012
1.0.4715 1,715 11/28/2012
1.0.4688 1,617 11/1/2012
1.0.4591 1,515 7/27/2012
1.0.4589 1,560 7/25/2012
1.0.4584 1,409 7/20/2012
1.0.4583 1,895 7/19/2012
1.0.4577 1,568 7/13/2012
1.0.4563 1,638 6/29/2012
1.0.4559 1,427 6/25/2012
1.0.4558 1,418 6/23/2012
1.0.4551 1,418 6/17/2012
1.0.4546.1 1,425 6/13/2012
1.0.4546 1,528 6/12/2012

add sorting to query object, use IQueryObjectExecutor to execute the query object, ctor query object with the executor to execute itself.