Daniel Cazzulino's Blog
-
UNLOCKED iPhone is HERE
Finally, it's free and for everyone: http://iphone.unlock.no/
-
Where are all the power outlets in airports???
I can't believe that we still have to "fish" for the few power outlets on airports, and frequently end up sitting on the floor, on a remote corner, below a phone booth, or next to a trash can.
-
How to cross post entries across blogs from Windows Live Writer
I think I'm not the first guy to end up in this situation: I created a lot of content (and loyal readers) on some blog hosting site (in my case http://weblogs.asp.net) and now I want to move on, maybe with a self-hosted solution, maybe with Blogger and its custom domain support, whatever.
-
How to get a gazillion XAML clipart for free
You surely know XAML subsumes pretty much all of SVG, right?
-
PowerShell with TFS: how to perform batch-updates to WorkItems
-
How to use C# typeof in Powershell
Have you ever missed C#'s "typeof" while working with PowerShell?
-
How to override system default styles in WPF
You should typically use system defined styles for your controls, such as:
-
Running cleanup powershell command from MSBuild for Team Build Continuous Integration
Team Build is great, with its tight integration into the WorkItem tracking feature of TFS. It can be setup pretty easily to do continuous integration and I use a modified version of the Team Build RSS Feed generator so that I get a nice (authenticated) feed with entries like:
-
Reading XML document fragments in .NET
A document fragment is an XML file that doesn't have a root element:
-
Setting HTTP headers in .NET: This header must be modified using the appropriate property
If you're trying to set HTTP headers such as If-Modified-Since (to do conditional GET based on the previous request Last-Modified response header, which you should strive to do as much as possible), you may come across this error message.