DataAnnotations vs IDataErrorInfo

后端 未结 3 736
情深已故
情深已故 2021-01-02 17:46

DataAnnotations vs IDataErrorInfo

Pros and Cons of both? Benefits of one over the other? (especially related to MVC)

3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-02 18:05

    Looks like DataAnnotations are getting official support in MVC 2.0. Scott Guthrie published a good article on doing model validation in 2.0 using DataAnnotations. Given that the team seems headed this direction, you might consider that a vote in its favor.

提交回复
热议问题