All Questions
Tagged with lambda validation
2 questions
0
votes
2
answers
870
views
Validating input values in C#
I began studying C# 5.0 a few days ago and am trying to avoid duplicated code for validation of input values.
...
2
votes
2
answers
3k
views
Validate fields in Python dictionary using dictionary of lambdas
I would love some feedback on this. I use it to validate web-form objects before persisting them in the dangerously-lazy MongoDb. I have a class and many validators for each of my collections. Is ...