Browse by Tags

All Tags » Regular Expressions » Whidbey (RSS)

Testing: GC Sanity Checks in Whidbey

I have a feeling this method will only be useful when you can run a series of tests without any collections taking place during your tests. Whenever a collection occurs you can never be sure of the amount of time spent in collection (anyone on the CLR...
Posted by Justin Rogers | with no comments

Generic, Cancellable, Asynchronous operations? Yeah, I'll blog about that.

Just code today my friends. The design is simple, create a framework that allows running an asynchronous delegate on the thread pool in a manner where it can be cancelled and any exceptions can be handled. We use the same BeginInvoke/EndInvoke model as...
More Posts