Entity Framework 7 - JSON Columns

preview_player
Показать описание
SQL Server has allowed JSON columns for a while - now we can access them directly from C# through Entity Framework.

Topics include:
- Defining JSON object with ToOne
- Defining JSON arrays with ToMany
- Querying on JSON properties
- The problem of querying JSON arrays
- Querying JSON arrays in SQL
- Emitting SQL directly in Entity Framework with FromSql
- Parameterizing SQL in Entity Framework
- Avoiding SQL injection attacks
Рекомендации по теме
Комментарии
Автор

Which features of Entity Framework 7 have you been looking forward to most? Let me know.
And if you liked the video, click the 👍.

CodingTutorialsAreGo
Автор

Great tutorial, You always try to go deep into a subject. Thank you.

piurek
Автор

Thanks for your great videos, from what I've read though it is possible to update json columns.

Totti
Автор

Very well put together, thank you. Was there an update to this since we are now on ef core 8 and Microsoft released some enhancements in v8?

atkoofficial
Автор

can postgresql handle this as well, or just specific to SQL Server?

fayinfos