Apworks 2.5.4864.17368
See the version list below for details.
dotnet add package Apworks --version 2.5.4864.17368
NuGet\Install-Package Apworks -Version 2.5.4864.17368
<PackageReference Include="Apworks" Version="2.5.4864.17368" />
paket add Apworks --version 2.5.4864.17368
#r "nuget: Apworks, 2.5.4864.17368"
// Install Apworks as a Cake Addin #addin nuget:?package=Apworks&version=2.5.4864.17368 // Install Apworks as a Cake Tool #tool nuget:?package=Apworks&version=2.5.4864.17368
Apworks Application Development Framework
Product | Versions 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. |
-
- Castle.Core (>= 3.2.0)
NuGet packages (23)
Showing the top 5 NuGet packages that depend on Apworks:
Package | Downloads |
---|---|
Apworks.Repositories.EntityFramework
The repository implementation for Microsoft Entity Framework Core. |
|
Apworks.ObjectContainers.Unity
Apworks object container implementation of Microsoft Patterns & Practices Unity Application Block. |
|
Apworks.Repositories.MongoDB
The repository implementation for MongoDB. |
|
Apworks.Repositories.NHibernate
Apworks NHibernate repository implementation. |
|
Apworks.Storage.General
The implementation of common storages built with general RDBMS, such as SQL Server or OleDB databases. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.15-preview | 1,183 | 6/5/2019 |
2.5.5662.37915 | 2,765 | 7/5/2015 |
2.5.5164.37969 | 6,620 | 2/21/2014 |
2.5.4878.35266 | 4,765 | 5/10/2013 |
2.5.4878.31085 | 3,353 | 5/10/2013 |
2.5.4877.29343 | 1,403 | 5/10/2013 |
2.5.4864.17368 | 1,789 | 5/8/2013 |
Functional Updates:
1. Implemented the domain event framework.
2. Implemented an event bus that utilizes the event aggregator to publish events.
3. Fluent Interface configuration method has been implemented.
4. Implemented the transaction coordinator.
5. Fixed performance issues for NHibernate Repository.
6. Introduced the PagedResult generic type to hold the pagination information
returned by the repositories.
7. IBus interface has been changed from a generic interface to a normal one as this
is more proper way of handling events.
8. All the external references have been updated to the latest version.