skip to Main Content

Transactional File Manager Is Now On CodePlex

It’s my first open source project! I’ve gone open source with my Transactional File Manager. Check out the CodePlex link here.

Use any file system as a transactional file system! Transactional File Manager is a .NET API that supports including file system operations such as file copy, move, delete in a transaction. It’s an implementation of System.Transaction.IEnlistmentNotification (works with System.Transactions.TransactionScope).

image

More on Transactional File Manager in my original blog post on it. If you are interested in contributing to the project, let me know.

I occasionally blog about programming (.NET, Node.js, Java, PowerShell, React, Angular, JavaScript, etc), gadgets, etc. Follow me on Twitter for tips on those same topics. You can also find me on GitHub.

See About for more info.

This Post Has 3 Comments

  1. Anders:

    Thanks for the link to AlphaFS. From the description, it provides a wrapper over Transactional NTFS (TxF). My library is for when you cannot use Transactional NTFS, which is only available in Windows Vista, Windows 7 and Windows Server 2008. Transactional NTFS also does not support network shares.

    Chinh

Leave a Reply

Your email address will not be published. Required fields are marked *

Back To Top