Home

Awesome

Documentation on Wiki!

v3.1

Castle Transactions

A project for transaction management on .Net and mono.

Quick Start

You have a few major options. The first option is to install the Windsor integration:

install-package Castle.Facilities.AutoTx,

another option is if you're using Autofac:

install-package Castle.Transactions.Autofac

another option is that you only care about the transactions API as a stand-alone:

install-package Castle.Transactions -> Castle.Core

another option is that you care about the transactions API + transactional NTFS:

install-package Castle.Transactions.IO

Castle Transactions

The original project that manages transactions.

Main Features

Main Interfaces

Castle Transactions IO

A project for adding a transactional file system to the mix!

Main Features