Castle.Services.Transaction 2.5.0

There is a newer version of this package available.
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
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="Castle.Services.Transaction" Version="2.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Castle.Services.Transaction --version 2.5.0
#r "nuget: Castle.Services.Transaction, 2.5.0"
#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 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 50,572 9/28/2011
3.0.201.2201 2,195 7/7/2011
3.0.200.2200 2,805 6/28/2011
3.0.7.2007 2,665 5/9/2011
3.0.6.1006 2,218 5/5/2011
2.5.0 20,222 1/26/2011