Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Azure-Samples/azure-sql-db-dynamic-schema-ef

Samples on how efficiently to handle dynamic schemas in Azure SQL using EF Core
https://github.com/Azure-Samples/azure-sql-db-dynamic-schema-ef

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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

# Dynamic Schema Management With Azure SQL and Entity Framework

![License](https://img.shields.io/badge/license-MIT-green.svg)

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