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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T23:48:04+00:00 2026-05-31T23:48:04+00:00

I was doing some performance optimization inside my app and there were a lot

  • 0

I was doing some performance optimization inside my app and there were a lot of places where I’m assigning a collection to the itemssource property of a listbox. When I assign the collection to the listbox is the original collection disposed from memory. If not, by setting it to null will it mark the collection for garbage collection?

For example:

void myWebServiceCompleted(object sender, List<Item> itemList)
{
    ItemListBox.ItemsSource = itemList;
    //Would setting itemList = null clear up resources?
}

I was just concerned because this type of assignment is made in multiple places in the app and if the above is true that means twice the memory.

  • 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-31T23:48:04+00:00Added an answer on May 31, 2026 at 11:48 pm

    No.

    the ListBox holds a reference to your original list, so it is not garbage collected.
    If for whatever reason you wanted the original list to get collected, you could manually add ListItems to the ListBox.

    In this case the original list could get collected as long as there were no other references.

    I guess this would be useful if each of the items in your collection was resource-heavy, and the listbox only needed to know a couple of fields (name and id for example)

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

Sidebar

Related Questions

We're in the process of doing some performance optimization for a multi-tenant Web application.
We are doing some optimization of our app that heavily uses EWS and one
We are doing some performance tests on our website and we are getting the
I've been doing some performance testing around the use of System.Diagnostics.Debug, and it seems
I was doing some performance metrics and I ran into something that seems quite
I'm doing some performance tuning and capacity planning for a low-latency application and have
I am doing some performance critical work in C++, and we are currently using
While doing some JavaScript performance tests I came up with the following piece of
I have a webapp that I am in the middle of doing some load/performance
I've just started doing some real-world performance testing on my Fluent NHibernate / SQLite

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.