/TranslationDemo

A localization example using JSON columns in SQL Server with EF Core 7 JSON column mapping & the new Interceptors.

Primary LanguageC#

Translation Demo

This repo is dedicated to test the capabilities of using a JSON column in SQL Server for each table in order to handle translations. The new .NET7 EF Core Interceptors & JSON columns are used for this test.


📖 Table of Contents

Table of Contents
  1. ➤ About The Project
  2. ➤ Prerequisites

-----------------------------------------------------

📝 About The Project

This project aims to make use of the latest EF Core 7 changes (Interceptors & JSON column support) to see whether its feasible to support Localization for dynamic data.

-----------------------------------------------------

🍴 Prerequisites

Made with-dot-net
build status

The following open source packages are used in this project:

-----------------------------------------------------