Friday, September 01, 2017

Async Validation in WPF

DZone Database Zone
Async Validation in WPF

Quite often, validation requires web requests, database calls, or some other kind of actions that require a significant amount of time. In this case, UI should be responsible throughout the validation, but saving/submitting data should be disabled until the validations complete.

This article provides a solution for this problem.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...