08/25/2009
WebKit, Flash Coming to BlackBerry
The WebKit web browser platform, made famous by the iPhone but also used on the Palm Pre, Symbian and Android phones, will now be coming to the BlackBerry.
08/18/2009
Team Foundation Server: Who edited this text? – Annotations in source control
If you were ever looking at some code and wondered who actually changed the line of text you were currently looking at, there is a way to do just that!
08/04/2009
Run threads and async handlers under the same impersonated identity as the website
When you run a background thread or async handler in asp.net, the thread will not run with the same identity specified in the impersonate tag of the web.config. Read on for how to get around it.