Entity Framework Validation

前端 未结 6 1544
情话喂你
情话喂你 2020-12-14 09:58

I\'m getting ready to start a new project and I\'ve been researching the entity framework. My question is what is the best strategy for validating the entities? Other projec

6条回答
  •  既然无缘
    2020-12-14 10:21

    In .NET 4, there is going to be out-the-box validation support in Entity-Framework.

    Check out: http://blogs.msdn.com/adonet/archive/2010/01/13/introducing-the-portable-extensible-metadata.aspx

    So don't work to hard on implementing too complex validation logic...

提交回复
热议问题