Playing with the Windows RSS Platform 13 August 2006 Daniel-Fisher-(lennybacon) C#, Misc Microsoft introduces with Vista/IE7/Office2007 the Microsoft RSS Platform - For some reasons my IE is not able to export the feeds that I read in IE7 and Outlook 2007 to OPML.I had a look at the API and wrote this small console applictaion to export my feed list to the OPML format. using System;... [More]
Macro to enable Code Analysis and define FxCop rules 09 August 2006 Daniel-Fisher-(lennybacon) ASP.NET, Project I'm currently helping a customer to migrate a *really large* web application from ASP.NET 1.1 to 2.0 (round about 130 projects in the master solution...). I always liked FxCop but enabling "Code Analysis" manually is way to complicated (or not geekish enough?!?). So I wrote this small macro th... [More]