Outlook Connector

  • 1 minute to read
The last time I wrote about the Outlook Connector it was to talk about the lack of Calendar synchronization and the fact that a new version of the connector was in internal Microsoft testing. I am happy to announce that the new version is out of internal testing and... Read more

Updated Outlook Macro for Creating Meetings from an Email

  • 1 minute to read
Only a few hours ago I posted and Outlook macro for creating meetings from an email. I’ve already updated it with some new features (requested by me, of course). The new version is available on my SkyDrive account and has the following new... Read more

When Should You Use WPF?

  • 1 minute to read
It’s pretty clear that Windows Presentation Foundation (WPF) is here to stay. In fact, use of WPF is becoming more popular and frequent, particularly now that Silverlight 2.0 is on the horizon. The problem is that there has been very little guidance available to help you decide when to use... Read more

Historical Evolution of C# Code Style

  • 2 minutes to read
Jason Allor, the developer behind the Microsoft StyleCop tool has an excellent blog post about the historical evolution of C# code style. The post came about largely in response to some criticisms about the code style enforced by StyleCop and how it doesn’t match C/C++ style or that... Read more