NEW URL http://woloski.com NEW RSS http://feeds.feedburner.com/woloski
Today Microsoft hosted the Architecture Day. This is an interesting event where architects from different companies come together to talk about different topics (similar to the Regional Architect Forum). In this opportunity I proposed to do a presentation about Identity related to some work we did with a customer on Microsoft “Geneva”. So together with... read more
Problem UAB does not resume broken downloads (due to connection failure or user cancelling the download). Solution These are the two changes to do in the BitsDownloader class 1. On the OnJobError method we need to NOT cancel the BITS job if the state is ERROR: if( state != BG_JOB_STATE.BG_JOB_STATE_ACKNOWLEDGED && state... read more
I’ve been experimenting with EntLib Logging App Block. I wanted to do the async logging via MSMQ. Async logging is one of the requirements of Enterprise Applications that does not want to waste cpu cycles logging on the Event Viewer or raising a WMI event or whatever logging strategy they use. Instead, a better approach... read more