Posts Tagged C#

Saturday, November 29, 2008 10:16

Tag property without inheritance

Tag property is very often used to store a data associated with an object. The simple way to add support for Tag property is to create a base class with the Tag property .I don’t like this solution – the reason is simple .Sometimes I want to inherit from an existing class that doesn’t have [...]

Saturday, November 29, 2008 10:16

Bart De Smet explores the IE7 RSS platform using C#

Internet Explorer 7 introduces a unified approach to RSS. The good thing about it, is its availability for developers to consume the RSS feeds of the end-user, for example to build a custom RSS aggregator. Programs like the Windows Sidebar in Vista, the Windows Live Mail Desktop client, Outlook 2007 leverage the power of this [...]