I am using transactions in wcf, and I have one question. Transaction works fine when I work with database, it rollbacks all changes made in database if all commands are not completed.
But when I work with files, there is one problem. I want to copy few files in the computer, and to do some...