Get Started With Entity Framework & Object-Relational Mapping [Postgres w/ Docker + SQLite w/ file]
Alex's Dev Den 👨💻
0:00 / 0:00
Get Started With Entity Framework & Object-Relational Mapping [Postgres w/ Docker + SQLite w/ file]
799 просмотров · 2 года назад
Alex's Dev Den 👨💻
1,46 тыс. подписчиков
799 просмотров · 2 года назад
Produced code: (With comments + leftover code after SQLite implementation) https://github.com/uldahlalex/ef_vide...
Timestamps:
00:00 Intro
02:15 New solution
03:51 DbContext
06:25 Injecting context + SQLite as DB
12:30 Postgres in Docker as DB
17:07 Demonstrating usage (from API)
20:54 Raw SQL vs Method calls
22:30 Closing remarks