WordPress database error: [INSERT, UPDATE command denied to user '51213-2'@'10.10.20.64' for table 'wp_options']
INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_doing_cron', '1725758664.6659259796142578125000', 'yes') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)


Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372
{"id":326,"date":"2011-09-18T16:20:04","date_gmt":"2011-09-18T15:20:04","guid":{"rendered":"http:\/\/www.jonathanantoine.com\/?p=326"},"modified":"2015-07-25T12:34:25","modified_gmt":"2015-07-25T10:34:25","slug":"wpf-4-5-asynchronous-data-validation","status":"publish","type":"post","link":"http:\/\/www.jonathanantoine.com\/2011\/09\/18\/wpf-4-5-asynchronous-data-validation\/","title":{"rendered":"WPF 4.5 – Part 1 : Asynchronous data validation"},"content":{"rendered":"

\"\"<\/a>Here is the first post of a serie about the new features of WPF 4.5<\/a>. Validation of data is often if not always necessary in modern applications. From a long time, WPF provided the IDataErrorInfo interfaces which permitted the automatic validation of your properties. <\/p>\n

Silverlight, with is asynchronous philosophy provided the INotifyDataErrorInfo which performed the same thing but asyncrhonously.<\/p>\n

It is a newinterface of WPF 4.5 and we will discover it in this post.<\/p>\n

<\/p>\n

What’s inside ?<\/h3>\n

Here is the definition of it:
\n
\"\"<\/a><\/p>\n

As you can see there is only 3 things inside:<\/p>\n