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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T01:05:11+00:00 2026-06-03T01:05:11+00:00

I have the follow code in my application to help me check that ViewModels

  • 0

I have the follow code in my application to help me check that ViewModels are being finalized correctly:

#if DEBUG
    static int openViewModels = 0;

    protected AbstractViewModel()
    {
        openViewModels++;
    }

    ~AbstractViewModel()
    {
        openViewModels--;
        System.Diagnostics.Debug.WriteLine(openViewModels);
    }
#endif

All viewModels in my application derive from this class. I find that over time, openViewModels increases, implying that some viewModels are failing to finalize.

I am having trouble working out why this is – I’ve stared at my code, but I can’t see what is causing some objects to stay around. Is there any tools or procedures that can help me work out what is keeping these objects from being finalized?

  • 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-06-03T01:05:14+00:00Added an answer on June 3, 2026 at 1:05 am

    Firstly, that is open to thread-race; that should be Interlocked.Increment(ref openViewModels) and Interlocked.Decrement(ref openViewModels).

    Secondly, finalization is non-deterministic. Unless you force it, which you shouldn’t. You should not expect them to clean up in any particular time-scale, especially if you have a lot of memory available. Finalization is a factor of memory pressure.

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

Sidebar

Related Questions

I have an application that I am looking at and I have this code
I have the follow code: @synthesize property1; @synthesize property2; @synthesize property3; @synthesize property4; I
i have the follow code: searchResults.SearchResultCollection.Add( new SearchResult() { Header = HttpUtility.HtmlDecode( htmlDocument.DocumentNode .SelectSingleNode(initialXPath
So... is strange, I have the follow code in my Window control for setting
Let say, I have code as follow <div id='tes' data-name='baloon'>Content Baloon</div> <div id='tes' data-name='big'>Content
I have the following code which reads in the follow file, append a \r\n
Follow up to this question . I have the following code: string[] names =
I have a long-running application that basically: read packets off network save it somewhere
I have an Application that runs tests on a customers account in order to
I have created one navigation based application. In that first view show me the

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.