C++/CLI and .Net Entity Framework
Managed C++/CLI
1
Posts
1
Posters
3
Views
1
Watching
-
Hi everyone! I created a library with Entity Framework 6 in C# recently, and now I would like to use it with a C++ program. Consequently I though about using C++/CLI to reuse my C# code, translating it easily. Is it a good/logical choice? I'm not sure because I don't know much about C++/CLI. I'm trying to follow the steps I used to create my C# library. Now I'm stuck with adding the element "ADO.Net Entity Data Model" to my project in Visual Studio 2015. How can I do that? I couldn't find any tutorial about using Entity Framework with C++/CLI, that's why I'm a bit lost. Thanks !