Porting Entity Framework Code-First project (with dotConnect for SQLite) from Windows to Linux
Posted: Wed 04 Apr 2018 09:16
Hello.
For today we have project (which uses Entity Framework Code-First approach via dotConnect for SQLite 5.10) that targets Windows platform.
Our next aim is to target Linux (Debian 9).
So is there any quickstart guide for Linux? Main questions are:
1) Is Mono required? Or .NET Core is enough and we can use Visual Studio Code for example?
2) Entity Framework should be replaced with Entity Framework Core, right?
3) What about licensing mechanism in Linux?
Thank you in advance.
For today we have project (which uses Entity Framework Code-First approach via dotConnect for SQLite 5.10) that targets Windows platform.
Our next aim is to target Linux (Debian 9).
So is there any quickstart guide for Linux? Main questions are:
1) Is Mono required? Or .NET Core is enough and we can use Visual Studio Code for example?
2) Entity Framework should be replaced with Entity Framework Core, right?
3) What about licensing mechanism in Linux?
Thank you in advance.