5
Data Model with Entity Framework Core
The HealthCheck
sample app that we’ve been playing with since Chapter 2, Getting Ready, is working fine, yet it lacks some important features we would likely make use of in a typical web application; among the most important of them is the ability to read and write data from a Database Management System (DBMS) since this is essential for almost any web-related task: content management, knowledge sharing, instant communication, data storage and/or mining, tracking and statistics, user authentication, system logging, and so on.
Truth be told, even our HealthCheck
app could definitely use some of these tasks: tracking the host statuses over time could be a nice feature; user authentication should be a must-have, ...
Get ASP.NET Core 8 and Angular - Sixth Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.