Skip to content

Samples on how efficiently to handle dynamic schemas in Azure SQL using EF Core

License

Notifications You must be signed in to change notification settings

Azure-Samples/azure-sql-db-dynamic-schema-ef

Repository files navigation

page_type languages products description
sample
tsql
sql
csharp
azure-sql-database
dotnet
ef-core
sql-server
Dynamic Schema Management With Azure SQL and Entity Framework

Dynamic Schema Management With Azure SQL and Entity Framework

License

A sample project that shows how to deal with dynamic schema in Azure SQL, using the native JSON support and Entity Framework Core. This repo is a variation of the "hybrid" sample discussed and shown in the

https://github.com/azure-samples/azure-sql-db-dynamic-schema

repository, but using Entity Framework Core instead of Dapper. Since EF Core 7, in fact, it is now possible to let the framework handle the serialization and deserialization of an object into a JSON column, making the code much cleaner and easier to maintain:

https://learn.microsoft.com/en-us/ef/core/what-is-new/ef-core-7.0/whatsnew#json-columns

About

Samples on how efficiently to handle dynamic schemas in Azure SQL using EF Core

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published