You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
510 B
21 lines
510 B
#### to do
|
|
##### fundamentals
|
|
* connection strings
|
|
* connection resiliency
|
|
* testing => sqlite, inmemory
|
|
* configuring a dbcontext ?
|
|
* nullable reference types => navigating (include, theninclude)
|
|
##### creating a model
|
|
* entity types, entity properties, keys, generated values
|
|
* initialization strategy, seeding data
|
|
* shadow properties
|
|
* relationships
|
|
##### managing database schemas
|
|
##### querying data
|
|
##### saving data
|
|
##### database providers
|
|
|
|
|
|
##### optional
|
|
* logging
|
|
* supported .NET implementations |