Where to put data management rules for complex data validation in ASP.NET MVC?
- by TheRHCP
Hello,
I am currently working on an ASP.NET MVC2 project. This is the first time I am working on a real MVC web application. The ASP.NET MVC website really helped me to get started really fast, but I still have some obscure knowledge concerning datamodel validation.
My problem is that I do not really know where to manage my filled datamodel when…