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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T05:29:38+00:00 2026-05-12T05:29:38+00:00

How do most developers handle Typed Views in ASP.NET MVC when dealing with large

  • 0

How do most developers handle Typed Views in ASP.NET MVC when dealing with large applications? We are considering putting View-specific models in the Models folder, then putting all domain objects into a separate project. This way our Controllers can easily add the domain object to the typed view, without the domain object needing to be aware of the View layout itself.

For example, if we have an Employee object with:

  • Id
  • First Name
  • Last Name
  • Status

Then our Employee View might use a ViewEmployeeModel object with:

  • Employee object
  • List to populate Status drop-down
  • etc

Is this a sensible approach? Are there better ways to accomplish the same thing? It seems a little strange since I’d basically have two models (one for the view, one for the business objects), but isn’t it better than using untyped views?

  • 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-12T05:29:38+00:00Added an answer on May 12, 2026 at 5:29 am

    I do this almost as a rule, because:

    1. It lets you design the app view-first instead of DB-first, which is nice when working with customer representatives.
    2. Views typically have a much “flatter” object graph than, say, Entity Framework models. LINQ makes it easy to map these.
    3. The views and the data model can evolve much more independently.
    4. It’s typically easier to model bind to a flat view model with, say, FK IDs than an entity model which expects fully materialized related objects.
    5. You don’t have to worry about accidentally exposing “secret” properties or whitelisting properties for updates.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 314k
  • Answers 314k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer For me this line $(this).parent().next().find("input").val(data["client_id"]); looks a bit dubious. You… May 13, 2026 at 11:03 pm
  • Editorial Team
    Editorial Team added an answer Try this: $string = preg_replace('/(?:^|\b)(\p{L})(\p{L}*)/u', '<big>$1</big>$2', 'some simple words'); Or… May 13, 2026 at 11:03 pm
  • Editorial Team
    Editorial Team added an answer If you are using Python, I think that AppStats can… May 13, 2026 at 11:03 pm

Related Questions

With really small sets of data, the policy where I work is generally to
I am fairly new to OO programming... I am building what will eventually turn
Most programming code, I imagine is written in English. But I'm curious how people
Java has compiler checked exceptions . When I made transition to C++, I learned

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.