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 6621537
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T21:16:42+00:00 2026-05-25T21:16:42+00:00

I have 5 tasks that a step of my application needs to perform. Receive

  • 0

I have 5 tasks that a step of my application needs to perform.

  1. Receive a CSV file as part of a user upload.
  2. Parse each row in the CSV to a canonical representation.
  3. Create an ORM POCO relating to that representation.
  4. Save each item to the database.
  5. Send an email to an email address defined in each POCO.

I have a repository already for the database ORM stuff, and I’ve at least got it figured out that the controller probably shouldn’t be new’ing up an SmtpClient by itself, but how much ‘glue’ goes into the controller? Is exposing any more details than my snippet below a code smell?

public ActionResult Index(HttpPostedFileBase file) {

    var result = model.HandleFileUpload (file);

    if (result.Success) 
    {
        return SuccessAction("Success");
    } else {
        return FailureAction("Failure");
    }

}

If this does all belong in the model, what’s the type of work I’m doing called, if I’m just “gluing” lower-level things together?

  • 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-05-25T21:16:42+00:00Added an answer on May 25, 2026 at 9:16 pm

    The thin controller you describe looks pretty good to me. It’s easily testable, and makes it easy for you to adhere to Single Responsibility Principle by creating a set of loosely-coupled service classes in your model, each of which handle a different step of your process.
    This also allows you to make use of the code outside of the confines of your MVC application, should the need arise.

    So, I would envisage you having a FileHandler class implementing your HandleFileUpload method.
    This would define the steps of the process, perhaps calling out to FileParser, Repository, and EmailSender classes, each of which could be consumed via interfaces and dependency-injected into your FileHandler.

    What’s the type of work you’re doing? Developing maintainable software of which you can be proud 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some rake tasks that run each minute and of course that spawns
I have a few classes that perform background tasks that might raise exceptions. They
I have written a c# win forms application that allows the user to open
I have an external application that is automating some tasks on a website. My
I have a main function that performs many small, independent tasks each once per
I'm trying to figure out the logic for creating tasks that have dependencies. In
I have a set of tasks that are done repeatedly and instead of creating
I have always been a bit unclear on the type of tasks that should
SQL Server Express does not have the Tasks -> Import Data option that other
I have a java program that performs 5 different tasks. When I run the

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.