Validating with applicative functors and LINQ

Posted by Mauricio Scheffer on August 22, 2011

In my last post I introduced the basics of validation with applicative functors. I used a very simple example that didn't make it justice, so let's fix that now. I'll borrow a more complex example from the FluentValidation wiki:

class Address {
public string Line1 { get; set; }
public string
... [read more]

Rating

not rated

Reviews

There are currently no comments or reviews.

Submit a review:

Login required.