parent
b6cd51c219
commit
6587c3edd3
@ -0,0 +1,21 @@
|
|||||||
|
#### 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
|
Loading…
Reference in new issue