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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T10:07:27+00:00 2026-05-12T10:07:27+00:00

I’m curious about the architecture in ASP.NET MVC. How I should get data from

  • 0

I’m curious about the architecture in ASP.NET MVC. How I should get data from a database?
The ASP.NET videos and tutorials shows that all data should be handled in the Models, so I thought this was the way to go. I’ve started at a new job and here they prefer to get data in the Controllers.

What is the most correct way to go? I know this is could lead to a long answer, so if you know any sites, articles, blogs or what ever and the subject, you are welcome to just post that 🙂

Thanks in advance.

  • 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-12T10:07:27+00:00Added an answer on May 12, 2026 at 10:07 am

    In general you want to keep views clear of logic and controllers as small as possible doing nothing more then taking a call, passing it on to the appropriate business logic getting the model back and passing it to the view. So no SQL or anything like that within the controller. That would be analogous to putting all code in page_load in webforms which is unsustainable in the long term. A controllers task is to handle a URL request. Nothing else.

    Check out MVC in Action for allot of in-depth information. Or the first chapter from Professional ASP.NET MVC 1.0 available for free here. It takes you from file->new trough the creation of an application showing a simple way to get data access out of the controller.

    Although more complex if you want to check out some references architectures check out the S#arp arhictecture project or the onion architecture and code camp server. They provide a complete architecture for MVC applications focussing on sepperation of concerns, domain driven design and unit testing. It might take a while grokking everything but once you do they provide a very clear way to structure things and to work on things consistently with a group of developers.

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

Sidebar

Related Questions

No related questions found

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.