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

For a products catalogue app on iphone which approach is more efficient? Using sqllite
If some one knows any more ways of doing this in .NET and also
I have a client talking with server program(using sqlite3 as the storage) which needs
I've got a set of documents which have a semi-regular format. Rows are typically
The FC++ library provides an interesting approach to supporting functional programming concepts in C++.
I'm trying to refactor some slow running code which writes XML using nested loops
When dealing with buisness classes, like the typical Customer and Employee classes, is it
There is this famous quote that says Procedural code gets information then makes decisions.
Let's say that I need to make a mapping from String to an integer.
I am making a synonyms list that I will store it in database and

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.