This is the part number 13 of the serie on the WPF 4.5 new features. ICustomTypeProvider is an interface already known in the Silverlight 5 world but it is shipped with full support in WPF…

WordPress database error: [INSERT, UPDATE command denied to user '51213-2'@'10.10.20.176' for table 'wp_options']INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_doing_cron', '1685781873.9677870273590087890625', 'yes') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
This is the part number 13 of the serie on the WPF 4.5 new features. ICustomTypeProvider is an interface already known in the Silverlight 5 world but it is shipped with full support in WPF…
Today, it’s a blog on a tip to use the values of an enum as the source of an ItemsControl (ListBox, ComboBox, ListView, etc.) and display them nicely using attributes. We’ll provide a localized description…
One more quick post on Coded UI tests recording issue. Today, the coded UI test builder tool said to me “The recorder encountered a wrong control while recording the last action.” ! After some search…
In the previous post, we have seen that setting the AutomationId can greatly help us when we want to perform some UI Tests. Todyay, I struggled with a problem which seems common after some digging…
It’s always a good thing to provide information to the users of your application. One thing which may seem trivial is the version number. In fact it’s a really important information because with it the…
In my previous post on Coded UI tests, we have seen how to make a control discoverable by a Microsoft UI Automation client including the Coded UI tests builder. This is a first step and…