All Questions
1 question
5
votes
1
answer
2k
views
Entity Framework code first and ironpython
Is it possible to use the Entity Framework 6 with the code first pattern and write the models in C# and in IronPython?
The background is, that a few standard models are defined in the c# core, and ...