Day 28 - Querying JSON data in SQL Server with Entity Framework by Timur Khadimullin

preview_player
Показать описание
Imagine a world where we have SQL Server (good) and a bunch of semi-structured JSON data (not so good).
Now we need to bridge the gap and efficiently query it (disaster)!
Рекомендации по теме
Комментарии
Автор

Thank you for this, you saved me a lot of work!

jasonl_
Автор

not work With Me
public static class DbFunctions { [DbFunction("JSON_VALUE", "")] public static string JsonValue(string column, [NotParameterized] string path) { throw new NotSupportedException(); } }when program run to "throw new NotSupportedException()" then die

alexelmasry
Автор

can send link github for example .I need it important

alexelmasry