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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T05:52:40+00:00 2026-06-04T05:52:40+00:00

While programming over an existent class, I’ve noticed that someone has written something like

  • 0

While programming over an existent class, I’ve noticed that someone has written something like this:

using(DisposableObject disp = new DisposableObject())
{
    ...
    ...

    disp.Dispose()
}

And then I wonder: isn’t the using block enough to dispose an object? Could be there any way Dispose() can be useful in such case?

Cause it doesn’t make any sense to me…

  • 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-04T05:52:42+00:00Added an answer on June 4, 2026 at 5:52 am

    In your case it is useless to use dispose inside using because when using statement’s scope ends it automatically calls dispose. That’s why you can only write objects which implements IDisposable Interface inside using brackets.

    using(.......)
    

    Moreover if there was any statement using disp object after disp.Dispose() it would give an error, because by then object would have been disposed, i.e. its memory has been released.

    But beware

    If dispose is last line before using scope ends then it is useless.

    But it is not useless when there are more lines after dispose.

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

Sidebar

Related Questions

while programming for windows phone 7, I created a listbox and using DataTemplate which
This question occured to me while programming a Android application, but it seems to
I've just started using ASP, so while programming the code behind in C# I
I found this while looking up problems on dynamic programming. You are given an
I recently stumbled over the D programming Language and i really like it. You
Structured programming languages typically have a few control structures, like while , if ,
I'm programming a game in the C# XNA framework and something has been bugging
This is not really a technical programming question, but has more to do with
I'd like to start a side project that involves programming with GPS devices. All
Possible Duplicate: is while(true) bad programming practice? What's the point of using “while (true)

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.