disposable

Finalizers and Dispose

I've got a class named BackgroundWorker that has a thread constantly running. To turn this thread off, an instance variable named "stop" to needs to be "true". To make sure the thread is freed when the class is done being used, I've added IDisposable and a finalizer that invokes Dispose(). Assuming that "stop = true" does indeed cause ...

ServiceContainer, IoC, and disposable objects

I have a question, and I'm going to tag this subjective since that's what I think it evolves into, more of a discussion. I'm hoping for some good ideas or some thought-provokers. I apologize for the long-winded question but you need to know the context. The question is basically: How do you deal with concrete types in relation to IoC ...

Finding disposable email addresses

I've been using undisposable.net's API to find disposable email addresses but noticed that the site no longer appears to be functional. Anybody know what happened to them? Are there any other sites that provide an API to disposable email address domains or is there a list that can be downloaded to check against? EDIT: Clarification: I ...