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

  • Home
  • SEARCH
  • 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 1095765
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T00:10:38+00:00 2026-05-17T00:10:38+00:00

Which approach is more preferrable when changing just a single value in model? Aesthetically-speaking

  • 0

Which approach is more preferrable when changing just a single value in model? Aesthetically-speaking and performance-wise.

Looks clean(albeit with the overhead of pushing the entire model again to the View):

ModelState.Remove("Name");
guestResponse.Name = "John";
return View(guestResponse);

Looks performant:

ModelState["Name"] = new ModelState { Value = new ValueProviderResult("Paul", null, null) };                
return View();

If changing the model state dictionary is performant and can do this…

ModelState["Name"] = "George";

…I will use that over the first code(with Remove and return View(guestResponse)), but unfortunately, ModelState need to be assigned with ModelState and ValueProviderResult. It looks ugly to me.

Which one do you use when changing the model’s property value(s) in controller?

  • 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-17T00:10:38+00:00Added an answer on May 17, 2026 at 12:10 am

    The model properties are usually bound from the request values. So if I need to change a model value inside a controller action I simply call this action with the proper request string so that I don’t have to do anything inside the controller. But to answer your question both approaches will perform well, it doesn’t really matter which one you use.

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

Sidebar

Related Questions

What factors determine which approach is more appropriate?
Nested If or single if with And operator, which is better approach? Single If
For a products catalogue app on iphone which approach is more efficient? Using sqllite
Which is the best timer approach for a C# console batch application that has
I have a 3-tier .NET service app, which follows the standard approach: Frontend ->
Which Database table Schema is more efficient and why? Users (UserID, UserName, CompamyId) Companies
Which of the following has the best performance? I have seen method two implemented
I need to delete a directory that contains read-only files. Which approach is better:
Which approach is better: 1) to use a third-party ORM system or 2) manually
I'm having some trouble deciding which approach I should take. I want to allow

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.