views:

56

answers:

2

Is there an implementation of org.apache.commons.lang.Validate for .Net ?

A: 

Fluent Validation may meet your needs. It's not as immediate as the apache validate stuff though. Perhaps you could give us an idea of what you're trying to do, rather than just look for a direct equivalent?

blowdart
A: 
Trace.Assert
Debug.Assert

have simular functional too

ArsenMkrt
Yes, I'm aware of that. But I need validation in release version too. Thanks anyway :]
lbownik