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

The Archive Base Latest Questions

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

How much is the actual memory / performance gain in an ASP.NET MVC controller

  • 0

How much is the actual memory / performance gain in an ASP.NET MVC controller when using these two different ways of declaring the Model for a view?

User user = userService.GetByID(id);
return View(user);

or

return View(userService.GetById(id));

I’m supposing that the last one is a bit more performant as we do not initialize an object, however the first one is more readable. Would this even matter on a webserver with thousands of visitors?

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

    Actually, you initialize an object in both cases; what the first is doing that the second is not is: 1) reserve some space for a variable (which doesn’t concern performance, but space); 2) add a reference to the object (that is, increment the number of references for that object) and then remove the reference (decrement the number of references) the row after.

    I would hardly believe that a performance difference is observable between the two.

    That said, I prefer the second, as there’s no need for the user variable, there; anyway, it’s just a matter of taste, there may be styling reasons to prefer the first and other ones to prefer the second.

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

Sidebar

Related Questions

How much database performance overhead is involved with using C# and LINQ compared to
How much should one DataSet represent? Using the example of an ordering system: While
How much of a performance hit will running everything over TLS do to my
Pretty much what the title says really. We have some code that is .NET
Much related to this question , we have a scenario on my team where
How much do web developers earn? What is their salary?
How much less libraries are there for Mono than for Java? I lack the
Pretty much every other editor that isn't a vi descendant (vim, cream, vi-emu) seems
As much as we would all like to say it is a benefit to
How much traffic can one web server handle? What's the best way to see

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.