Elephant drinking from a receptacle placed behind a building fence

SQL Server, EF Core, JSON

Sometimes we have been forced to work with JSON stored on table columns, it will have happened to you too! In this post, I want to show you how to work with that using EntityFramework Core dotnet / efcore Clearly this is one of many possible ways. We could talk for a long time about the choice to store JSON into RDBMS is a good or bad choice, but the intent of this post isn’t making a rant....

Oct 22, 2020 · Last modified on May 27, 2023 · 2 min · Nicola Biancolini