Re: Use IDisposable for general clean-up code?
- From: v-kevy@xxxxxxxxxxxxxxxxxxxx (Kevin Yu [MSFT])
- Date: Wed, 17 Aug 2005 04:41:36 GMT
Hi Sam,
I agree with the concept you have on IDisposable. But cleaning up the test
data is not done by IDisposable. Since you have tags on your test data, you
can clean them later with other codes that searches the database for test
data.
Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
.
- References:
- Use IDisposable for general clean-up code?
- From: Samuel R . Neff
- Re: Use IDisposable for general clean-up code?
- From: Nicholas Paldino [.NET/C# MVP]
- Re: Use IDisposable for general clean-up code?
- From: Samuel R . Neff
- Use IDisposable for general clean-up code?
- Prev by Date: Re: Is disassmbled code copyrighted?
- Next by Date: Re: How to create your image ...
- Previous by thread: Re: Use IDisposable for general clean-up code?
- Next by thread: Re: Use IDisposable for general clean-up code?
- Index(es):
Relevant Pages
|