(Choose 1 answer)
Choose the correct information for validation the properties on the model
A. All of the others.
B. In ASP.NET Core Web API, developer can use attributes from the System.ComponentModel.DataAnnotations namespace to set validation rules for properties on the model
C. In ASP.NET Core Web API, developer can use attributes from the System.DataManagementModel.DataAnnotations namespace to set validation rules for properties on the model.
D. None of the others.