Griffin.Framework 1.0.23

There is a newer version of this package available.
See the version list below for details.
dotnet add package Griffin.Framework --version 1.0.23
NuGet\Install-Package Griffin.Framework -Version 1.0.23
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="Griffin.Framework" Version="1.0.23" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Griffin.Framework --version 1.0.23
#r "nuget: Griffin.Framework, 1.0.23"
#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 Griffin.Framework as a Cake Addin
#addin nuget:?package=Griffin.Framework&version=1.0.23

// Install Griffin.Framework as a Cake Tool
#tool nuget:?package=Griffin.Framework&version=1.0.23

Data mapper
=========
Contains a data mapper layer built as an extension to ADO.NET. i.e. the layer do not hide ADO.NET but extends it making it trivial to do CRUD operations and map DB records to domain entities

Performant networking
================
Contains a performant networking layer removed the need to do the raw IO operations yourself.

Use our built in HTTP library for interoperability or our built in protocol MicroMsg to easily send/receive .NET objects over the network.

IoC support
========
Many parts of the library have built in IoC support. You can for instance use attributes to automatically register your classes in the container (without a RegisterType line for every class)

Read more at the project homepage.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  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 (7)

Showing the top 5 NuGet packages that depend on Griffin.Framework:

Package Downloads
Griffin.WebServer

A small embeddable web server.

Griffin.Framework.Cqs

Command/Query (CQS) library which enables to you use dependency injection in your Command/Query handlers. The CQS objects can be executed locally within the same process or through a client/server architecture. You can also scale the execution by using routing CQS objects or divide so that one server handles events, another queries etc. Support for: * Commands * Queries * Request/Reply * Application events

Griffin.Framework.Json

JSON.NET adapter for Griffin.Framework

Griffin.Framework.Cqs.Server

A TCP host for the Command/Query library.

Griffin.Framework.Autofac

Unity Adapter for Griffin.Framework Allows you to use Autofac for all IoC features in Griffin.Framework

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Griffin.Framework:

Repository Stars
jgauffin/Griffin.Framework
Application framework for Business Applications
jgauffin/Griffin.WebServer
A web server built on top of Griffin.Framework
Version Downloads Last updated
2.1.1 9,837 4/3/2019
2.1.0 2,356 1/15/2019
2.0.1 1,606 10/30/2018
2.0.0-alpha01 1,614 10/6/2017
1.0.42 4,836 8/13/2017
1.0.41 6,603 1/31/2017
1.0.40 1,678 11/15/2016
1.0.39 1,728 9/27/2016
1.0.37 2,111 4/19/2016
1.0.36 1,820 1/28/2016
1.0.35 1,811 11/10/2015
1.0.34 1,654 11/10/2015
1.0.33 1,898 10/20/2015
1.0.32 60,646 10/7/2015
1.0.31 2,455 5/26/2015
1.0.30 1,684 5/7/2015
1.0.29 1,648 5/7/2015
1.0.28 1,685 5/6/2015
1.0.27 1,885 4/27/2015
1.0.26 1,874 4/26/2015
1.0.25 1,885 4/26/2015
1.0.24 1,895 4/26/2015
1.0.23 2,142 4/10/2015
1.0.22 1,707 3/25/2015
1.0.21 1,698 3/25/2015
1.0.20 1,725 3/8/2015
1.0.19 1,713 3/6/2015
1.0.18 1,765 2/7/2015
1.0.17 1,743 2/2/2015
1.0.16 1,837 1/19/2015
1.0.15 2,386 7/29/2014
1.0.14 1,744 7/17/2014
1.0.13 1,675 7/17/2014
1.0.12 1,714 7/17/2014
1.0.11 1,665 7/17/2014
1.0.10 1,695 7/11/2014
1.0.9 1,739 7/6/2014
1.0.8 1,698 7/4/2014
1.0.7 2,196 6/24/2014
1.0.6 1,790 6/24/2014
1.0.5 4,906 6/13/2014
1.0.4 1,788 6/10/2014
1.0.3 1,847 5/30/2014
1.0.2 1,795 5/30/2014
1.0.1 1,736 5/28/2014
1.0.0 1,845 2/20/2014

Fixed a connection issue for ChannelTcpClient