Browse by Tags

All Tags » validation
  • Using Attribute Validation in Silverlight with WCF RIA Services Example

    I'm not a big fan of attribute-based validation because I find there are often complex requirements that involve asynchronous operations that often break the attribute model. I prefer more fluent validation using rules that can be shared between the client and server and can handle asynchronous scenarios. For those times when I do have to use a ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on August 12, 2011
  • Reflection, Lambda, and Expression Magic

    Sometimes I love how a little reflection can work magic. In this case I was building what I'll call a ''non-intrusive'' validation system. The project contains entities that are generated by templates, and it would be extremely difficult to crack open those templates to put in a lot of custom validation code. So I decided to approach it using a ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on July 29, 2011
  • Jounce Part 7: Validation and Save/Confirm/Cancel Operations

    Line of business applications are full of what we call ''CRUD'' screens for Create, Read, Update, and Delete. Jounce addresses common concerns that are found in these types of transactions: Is Dirty and Commit It is common to check the status of a record and only apply changes when changes actually exist. Once a user edits a field, it is ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on November 15, 2010
  • Fluent Validation with MEF and PRISM

    Validation is a topic that comes up quite frequently. One concern is how to honor DRY (don't repeat yourself) principles and create a framework that is reusable across layers. There are some very robust and tested frameworks out there, but sometimes they might be more than what you are looking for. In this post, I'll show you how to build a ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on August 27, 2010
Powered by Community Server (Commercial Edition), by Telligent Systems