WPFAQS – C# enum Data-bindings

Posted by Shams Mukhtar | Comments (1508) | 25. March 2009

WPFAQS – as the name suggests, is about frequently asked questions (faqs) on WPF.  It is a new series and I’ll be posting answers to interesting questions regularly in this series.More...

Posted New Live Writer Plugin – On the Fly | Zip it | Attach it

Posted by Shams Mukhtar | Comments (991) | 12. March 2009

This is a windows live writer zipping plug-in that allows you to select files / folders and zip them on the fly  that will appear as attachment inserts, while you are writing blogs. Its kind a handy that you may want different selections at different times while blogging and keep on adding to the list and then zip them.More...

C# 3.0 Extension Methods As Adapters

Posted by Shams Mukhtar | Comments (1335) | 9. March 2009

Extension methods provide public / internal extensions to the already existing types. And the design pattern that provides this functionality is the visitor pattern, but the draw back of the visitor is you have to have all the hooks planted in the class hierarchy  according to the pattern to make it workable. But the extension methods provide you this pattern right out of the box.More...