Blog - .NET, ASP.NET, AJAX, Ruby and more

Monthly Archives: September 2011

Ruby OData Update v0.0.10

I’m happy to announce that today, ruby_odata has continued to move forward by adding additional features and fixing bugs. I skipped an update for v0.0.9, so let’s revisit what was added/fixed back then. The major change was support for self-signed SSL certificates. That addition was courtesy of J.D Mullin. I’m sure you remember his contributions [...]

Posted in OData, Ruby, ruby_odata, WCF Data Services | Tagged , , | Comments closed

Silverlight 4 Multi-Binding Converter Enhancement

We have been using Colin Eberhardt’s MultiBinding Converter for Silverlight for quite a while now. It was great until we realized a problem.  When the MultiBinding Converter was off screen (hidden), it would throw a binding error stating that it couldn’t convert null to whatever (in our case it was an integer in one converter [...]

Posted in .NET, C#, Silverlight | Tagged | Comments closed

Silverlight 4 Drop-Down Problems in Popup

Are you running Silverlight and using a Popup and a “drop-down” control like a ComboBox (or DatePicker, TimePicker, etc) as a child? You may be seeing some odd behavior when you expand the ComboBox. The “drop-down bit” ends up positioned from the left of your screen, not where it is supposed to be positioned.  Hmmm. [...]

Posted in .NET, Silverlight | Tagged | Comments closed