forging-ahead-with-asp-net-core-slides-all-levels.pdf

(6169 KB) Pobierz
Expanding Our Idea
Our tabletop players want a more complete character sheet application.
Store characters and equipment
Reuse characters between games
Reuse equipment between games
Take steps to keep our data clean
ASP.NET Core vs. ASP.NET Framework
This course uses ASP.NET Core for its cross-platform support. Some content won’t work in
Framework.
All items on this list are ASP.NET Core-specific items and will not work in ASP.NET Framework.
Any
using directives
or references with “core” in their name
Startup.cs
file
Level 1 – Section 1
Data Annotations
Making Our Models Smarter
Options for Storing Data Long Term
Our data is relational, so we’ll be better served using a database.
File System
Databases
Less system overhead for smaller datasets
Less configuration/setup overhead
Optimized for relational data
Less issues with multiple active users
“Bad data” is easier to mitigate
Zgłoś jeśli naruszono regulamin