Mid-March we saw the first official release of Microsoft's new ASP.NET MVC (news, site) framework. The alternative to Web Forms when developing ASP.NET applications has been well received and talked ...
While you can create classes that contain their own validation code, there are scenarios where it makes sense to separate validation code from the properties it validates using DataAnnotations. In a ...