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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T20:09:11+00:00 2026-05-28T20:09:11+00:00

Just a quick sanity check here! If I have a static method in an

  • 0

Just a quick sanity check here!

If I have a static method in an instance class e.g:

public class myClass 
{

    public static void AMethod() 
    {
        //do somit
    }

}

Would it cause problems if I was making reference to IDisposable resources in the method body, an object context for example?

    public static void AMethod() 
    {
        ObjectContext context = new ObjectContext();

        // do somit
    }

By would it cause problems, I mean, would it retain the object context behind the scenes after the end of the method body due to the fact it was a static method?

The class as can be seen, isn’t static, and the variable is local to the method.

I’m aware that I should be using ‘using’ here, just curious as to whether this particular combo of events could/would cause memory leaks.

  • 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-28T20:09:11+00:00Added an answer on May 28, 2026 at 8:09 pm

    In order to avoid any problems it is recommended to dispose IDisposable resources as soon as you have finished using them. This could happen by wrapping them in a using statement:

    public static void AMethod() 
    {
        using (ObjectContext context = new ObjectContext())
        {
            // do something
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

just a quick question here. Lets say I have a stored procedure for seleting
Just a quick question about the Timer class of Flex 4. I have a
just a quick question: I am a CS undergrad and have only had experience
just a quick question, if I have a matrix has n rows and m
Just a quick question. Say a call a method like so mysql_pconnect(server,tator_w,password) or die(Unable
Just a quick one: what are peoples thoughts on using Action delegates for public
Just a quick questions.. I have made an outlook add-in for 2007 version and
Just a quick question (it's marked as a community wiki) From experiences, have you
Just a quick question on working with International Timezones & GMT. I have an
just a quick question. I have a function called multiple times with a 5

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.