Castle.Services.Transaction
2.5.0
See the version list below for details.
dotnet add package Castle.Services.Transaction --version 2.5.0
NuGet\Install-Package Castle.Services.Transaction -Version 2.5.0
<PackageReference Include="Castle.Services.Transaction" Version="2.5.0" />
paket add Castle.Services.Transaction --version 2.5.0
#r "nuget: Castle.Services.Transaction, 2.5.0"
// Install Castle.Services.Transaction as a Cake Addin #addin nuget:?package=Castle.Services.Transaction&version=2.5.0 // Install Castle.Services.Transaction as a Cake Tool #tool nuget:?package=Castle.Services.Transaction&version=2.5.0
Castle.Service.Transaction was inspired by the Java Transaction API (JTA), although it is a simplified version with no support for two phase commit.
Basically there is a transaction manager that is able to create transactions, that are associated with the thread. You can only have one active transaction per thread.
The transaction object only orchestrates the resources enlisted with it. It is up to the resource implementation to provide integration with some external transaction-capable entity, typically a database connection.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. 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 (>= 2.5.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Castle.Services.Transaction:
Package | Downloads |
---|---|
Castle.Facilities.NHibernateIntegration
The NHibernate Facility enables the usage of NHibernate O/R framework for your components. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.202.2202 | 55,728 | 9/28/2011 |
3.0.201.2201 | 2,238 | 7/7/2011 |
3.0.200.2200 | 2,897 | 6/28/2011 |
3.0.7.2007 | 2,746 | 5/9/2011 |
3.0.6.1006 | 2,287 | 5/5/2011 |
2.5.0 | 21,338 | 1/26/2011 |