Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 444 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 444 Bytes

entityFrameworkTranslationPOC

Proof of concept code Data values from a table get translated using values in table Translation

Idea is to have a table with lookup values - (i.e. Number) sorted by some specific order. When user code queries data from Number table data values get retrived from translation if exists. If translation does not exists - original value returned from Number table.

it is just quick code - have nothing to do -)))