Griffin.Framework
1.0.32
See the version list below for details.
dotnet add package Griffin.Framework --version 1.0.32
NuGet\Install-Package Griffin.Framework -Version 1.0.32
<PackageReference Include="Griffin.Framework" Version="1.0.32" />
paket add Griffin.Framework --version 1.0.32
#r "nuget: Griffin.Framework, 1.0.32"
// Install Griffin.Framework as a Cake Addin #addin nuget:?package=Griffin.Framework&version=1.0.32 // Install Griffin.Framework as a Cake Tool #tool nuget:?package=Griffin.Framework&version=1.0.32
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.
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 | 10,158 | 4/3/2019 |
2.1.0 | 2,484 | 1/15/2019 |
2.0.1 | 1,656 | 10/30/2018 |
2.0.0-alpha01 | 1,687 | 10/6/2017 |
1.0.42 | 5,086 | 8/13/2017 |
1.0.41 | 6,682 | 1/31/2017 |
1.0.40 | 1,755 | 11/15/2016 |
1.0.39 | 1,809 | 9/27/2016 |
1.0.37 | 2,201 | 4/19/2016 |
1.0.36 | 1,893 | 1/28/2016 |
1.0.35 | 1,873 | 11/10/2015 |
1.0.34 | 1,728 | 11/10/2015 |
1.0.33 | 1,984 | 10/20/2015 |
1.0.32 | 60,759 | 10/7/2015 |
1.0.31 | 2,568 | 5/26/2015 |
1.0.30 | 1,730 | 5/7/2015 |
1.0.29 | 1,728 | 5/7/2015 |
1.0.28 | 1,743 | 5/6/2015 |
1.0.27 | 1,965 | 4/27/2015 |
1.0.26 | 1,953 | 4/26/2015 |
1.0.25 | 1,970 | 4/26/2015 |
1.0.24 | 1,975 | 4/26/2015 |
1.0.23 | 2,210 | 4/10/2015 |
1.0.22 | 1,779 | 3/25/2015 |
1.0.21 | 1,761 | 3/25/2015 |
1.0.20 | 1,796 | 3/8/2015 |
1.0.19 | 1,782 | 3/6/2015 |
1.0.18 | 1,838 | 2/7/2015 |
1.0.17 | 1,823 | 2/2/2015 |
1.0.16 | 1,895 | 1/19/2015 |
1.0.15 | 2,560 | 7/29/2014 |
1.0.14 | 1,826 | 7/17/2014 |
1.0.13 | 1,749 | 7/17/2014 |
1.0.12 | 1,790 | 7/17/2014 |
1.0.11 | 1,727 | 7/17/2014 |
1.0.10 | 1,770 | 7/11/2014 |
1.0.9 | 1,818 | 7/6/2014 |
1.0.8 | 1,769 | 7/4/2014 |
1.0.7 | 2,275 | 6/24/2014 |
1.0.6 | 1,858 | 6/24/2014 |
1.0.5 | 5,186 | 6/13/2014 |
1.0.4 | 1,856 | 6/10/2014 |
1.0.3 | 1,923 | 5/30/2014 |
1.0.2 | 1,871 | 5/30/2014 |
1.0.1 | 1,795 | 5/28/2014 |
1.0.0 | 1,917 | 2/20/2014 |
* Improvments to the data mapper
* Bugfixes for the HTTP library
* Bugfixes for the networking library
* Removed incomplete things