Check out example codes for "asp display object list in table". It will help you in understanding the concepts better.
Code Example 1
<% foreach(var notice in Model.Notices) { %>
<tr>
<td><%= notice.StartDate.ToString() %></td>
<td><%= notice.EndDate.ToString() %></td>
<td><%= notice.Content %></td>
</tr>
<% } %>
Learn ReactJs, React Native from akashmittal.com