Data Model with Entity Framework Core

Our Single-Page Application is growing fine, yet it’s also starting to show its limits:

  • There’s no way we can add, update, or delete our sample records
  • We cannot properly implement our Login view, since it will require handling some sort of user authentication in terms of credential storage and session persistence, to say the least
  • Truth be told, we can’t even say we’re actually showing something close to our original plan; our quizzes are still shallow items with titles and descriptions put together by a sample method providing some autogenerated data

It’s time to get rid of that provisional demo and start working on the real thing. We won’t use Angular for the time being, as what we need to implement ...

Get ASP.NET Core 2 and Angular 5 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.