Select from following answers:- IEnumerable<dynamic>

- IEnumerable<var>
- IEnumerable<anonymous>
- Any of the above
- All Above
IEnumerable<dynamic> should be @model in the View and we can explicitly write the property of the anonymous type to access property values.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator