Answer (Choose 1 answer)
What is the role of Model in ASP.NET Core MVC?
A. The Models in ASP.NET Core MVC contains a set of classes that are used to represent the domain data or business data as well as it also contains logic to manage the domain/business data.
B. Models are responsible for the data and these data are used on Controllers.
C. Both A and B
D. Neither A nor B
Q: 15