August 2009 - Posts

1
Comments

TFS: Who edited this text? – Annotations in source control… by joelvarty

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! It is called Annotations, and it is a visual tracking of the history of that file’s history in source...
Filed under: , ,
1
Comments

Run threads and async handlers under the same impersonated identity as the website by joelvarty

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. You can easily get around this by grabbing the identity before the thread starts and either...
Filed under: ,
More Posts