Griffin.Framework 1.0.30

dotnet add package Griffin.Framework --version 1.0.30
NuGet\Install-Package Griffin.Framework -Version 1.0.30
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.30" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Griffin.Framework --version 1.0.30
#r "nuget: Griffin.Framework, 1.0.30"
#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.30

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

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.

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
1.0.30 108 5/7/2015
1.0.29 38 5/7/2015
1.0.28 39 5/6/2015
1.0.27 53 4/27/2015
1.0.26 38 4/26/2015
1.0.25 37 4/26/2015
1.0.24 37 4/26/2015
1.0.23 84 4/10/2015
1.0.22 76 3/25/2015
1.0.21 37 3/25/2015
1.0.20 73 3/8/2015
1.0.19 45 3/6/2015
1.0.18 71 2/7/2015
1.0.17 65 2/2/2015
1.0.16 187 1/19/2015
1.0.15 321 7/29/2014
1.0.14 77 7/17/2014
1.0.13 61 7/17/2014
1.0.12 60 7/17/2014
1.0.11 62 7/17/2014
1.0.10 71 7/11/2014
1.0.9 73 7/6/2014
1.0.8 62 7/4/2014
1.0.7 101 6/24/2014
1.0.6 56 6/24/2014
1.0.5 103 6/13/2014
1.0.4 54 6/10/2014
1.0.3 83 5/30/2014
1.0.2 52 5/30/2014
1.0.1 53 5/28/2014
1.0.0 82 2/20/2014

Added GetFriendlyTypeName just for fun