Validate data using DataAnnotations with WPF & Entity Framework?

后端 未结 7 2271
甜味超标
甜味超标 2020-11-29 19:10

Is there any way to validate using DataAnnotations in WPF & Entity Framework?

7条回答
  •  情话喂你
    2020-11-29 20:14

    You might be interested in the BookLibrary sample application of the WPF Application Framework (WAF). It does exactly what you are asking for: using DataAnnotations in WPF & Entity Framework.

提交回复
热议问题