Stumbled across this little tip on how to automatically cancel a build in progress after getting an error. You normally have to wait for visual studio to try to finish building all of the remaining projects before getting a chance to fix an the issue and this can take a few minutes if you have [...]
Retroactive Browser Compatibility
When working on an existing web application you may be placed in a situation where you need to support new browsers, or just other browsers that your app wasn’t originally coded for or tested in. In my case, this took the form of a web app developed exclusively for Internet Explorer that now needed to [...]
FxCop 1.36 and StyleCop 4.3
While this is not new news, I realized that finding the link to download FxCop 1.36 is still not as straight forward as I’d like it to be (most links are still pointing to the 1.35 on msdn code or the 1.36 Beta 2 release), so I thought I would add the link here so [...]
Sample Source Code for Silverlight 2 Runtime and SDK Controls
Microsoft has posted the source code and unit tests for many of their Silverlight Controls on the Microsoft Download Center. From the download page: Brief Description This download contains the source code and unit tests for the managed Silverlight 2 controls included in System.Windows.dll, System.Windows.Controls.dll, and System.Windows.Controls.Data.dll. Quick Details File Name: Silverlight 2 [...]