Griffin.Framework
1.0.30
dotnet add package Griffin.Framework --version 1.0.30
NuGet\Install-Package Griffin.Framework -Version 1.0.30
<PackageReference Include="Griffin.Framework" Version="1.0.30" />
paket add Griffin.Framework --version 1.0.30
#r "nuget: Griffin.Framework, 1.0.30"
// 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 | Versions 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. |
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 | 110 | 5/7/2015 |
1.0.29 | 38 | 5/7/2015 |
1.0.28 | 40 | 5/6/2015 |
1.0.27 | 53 | 4/27/2015 |
1.0.26 | 38 | 4/26/2015 |
1.0.25 | 38 | 4/26/2015 |
1.0.24 | 38 | 4/26/2015 |
1.0.23 | 85 | 4/10/2015 |
1.0.22 | 76 | 3/25/2015 |
1.0.21 | 38 | 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 | 66 | 2/2/2015 |
1.0.16 | 188 | 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 | 63 | 7/17/2014 |
1.0.10 | 71 | 7/11/2014 |
1.0.9 | 74 | 7/6/2014 |
1.0.8 | 62 | 7/4/2014 |
1.0.7 | 102 | 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 | 54 | 5/28/2014 |
1.0.0 | 83 | 2/20/2014 |
Added GetFriendlyTypeName just for fun