Async validation rule in csla
- by Steve
Does anyone have a simple example of implementing an async validation rule in csla?
I have looked at the example in the Company class in the Rolodex sample but this isn't particularly clear to me: why do I need a command class?
I'm using csla 3.8 in a WPF application.