Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8032407
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T01:22:27+00:00 2026-06-05T01:22:27+00:00

My program needs to treat some file operations as a unit, some of the

  • 0

My program needs to treat some file operations as a unit, some of the important steps in a case are:

  1. delete a file in a directory.
  2. validate some data. if the data is invalid, roll back.
  3. Upload a file to the directory. if upload failed , roll back.
  4. commit changes.

I raise this requirement about transaction is because sometimes a user may use VPN to access my website, the VPN connection maybe very unstable.

If the 3rd step faild, the 1st file and the new uploaded file will all LOST.

some of my code:

        DeleteTheOlderDT(path, FileName);

        this.fuTemplateName.SaveAs(path + FileName);
        _t.FileName = FileName;

        if (!System.IO.File.Exists(path + FileName))
        {
            ArrayList ItemList = new ArrayList();
            ItemList.Add("Uploading failed, please upload again!");
            btlError.DataSource = ItemList;
            btlError.DataBind();
            _t.FileName = "";
            return;
        }
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T01:22:29+00:00Added an answer on June 5, 2026 at 1:22 am

    I think you can only do this manually. Look at UnitOfWork from Martin Fowler, you can realize something like he described

    Also check this links maybe the help you

    • transactional-file-manager
    • STM.NET
    • Article from MSDN
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Need some help for creating a File and String search engine. The program needs
My program needs to know when a user ejects cd disc. Is there some
My program needs to make use of void* in order to transport data or
I have a program which needs to hold approximately 3000 open file descriptors in
My program needs to start auditing saved XML data for users. Whenever the user
My program needs to interact to a directory (with a hierarchical structure) a lot
My program needs to read chunks from a huge binary file with random access.
My program needs large .txt file to be stored on SD-card (so, I want
When the user closes my program, the program needs to shut down some background
How should a program handle errors? Example: A program needs the file text.txt .

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.