¡@

Home 

c# Programming Glossary: vab

Validation Framework in .NET that can do edits between fields

http://stackoverflow.com/questions/2258513/validation-framework-in-net-that-can-do-edits-between-fields

that is Enterprise Library Validation Application Block or VAB for short. I will answer your questions from the context of.. I will answer your questions from the context of the VAB. First question Can you do state between field validation in.. question Can you do state between field validation in VAB Yes you can. There are multiple ways to do this. You can choose..

Validation: How to inject A Model State wrapper with Ninject?

http://stackoverflow.com/questions/4776396/validation-how-to-inject-a-model-state-wrapper-with-ninject

classes for extra validations that are hard with VAB or DataAnnotations. Note that the use of abstractions such as..

Validate assemblies and namespaces in VAB config file

http://stackoverflow.com/questions/8900510/validate-assemblies-and-namespaces-in-vab-config-file

assemblies and namespaces in VAB config file We are using version 4.1 of the validation application.. the box . You will have to write this yourself. Creating a VAB contrib project with such feature is on my todo list for years..