Specification

Posted on Code Project See other posts from Code Project
Published on Sat, 06 Feb 2010 13:23:00 GMT Indexed on 2010/06/10 0:03 UTC
Read the original article Hit count: 119

Filed under:
Generally saying Specification is a predicate that determines if an object does or does not satisfy some criteria. By using Specifications you could easily recombine business logic together using boolean logic.Have you ever thought that bool TryParse(string s, out int result) is pattern?

© Code Project or respective owner