Archives

Archives / 2010 / November
  • Duration calculation with FarsiLibrary

    Tags: FarsiLibrary

    There's a new date calculation in Farsi Library that might come in handy. The new function was added a few days ago and calculates date/time differences in a user friendly manner. The usage … more

  • IDataErrorInfo Behavior Using DynamicProxy

    Tags: Validation

    Castle Windsor sample application now supports IDataErrorInfo interface. If you have read my post on how to implemnent INotifyPropertyChanged interface using Castle DynamicProxy, here same technique … more

  • Inheritance and Custom Attributes

    Tags: Reflection

    When implementing IDataErrorInfo support on Windsor Silverlight Example that uses aspect-like features of Castle DynamicProxy, I came across something interesting. I think we all have written a code … more