Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
392 views

Validation Application Block and .NET 4.0 Code Contracts

Has anyone implemented the Enterprise Library VAB along wtih Code Contracts in .NET 4.0? If so, can you share some insights? Did it help in performance? Any other factors to be considered?
1
vote
1answer
116 views

Can xVal be used for traditional Web forms model?

It appears that xVal fits more into a MVC model. Can it be used for traditional Web forms model? I am currently considering MS Validation block and .NET validation framework. What other validation ...
1
vote
3answers
414 views

XML Based Validation Frameworks Cross Language

I'm about to embark on a new project within which we require the ability to re-use validations based on (preferably XML) on both the client and server. We would setup a service to provide the XML ...
0
votes
3answers
187 views

Selecting a Validation Framework - ASP.NET

Which validation framework would you prefer for a webforms application. This would be for a rather large complex app. I would want to specify rulesets and business validation in a single place and ...