I am implementing a project, with which I will be developing a mobile app and later on, create web app version for the portal. I am planning to to take advantage of a number of tools supported by Visual Studio 2015 like Entity framework -- for ORM and MVC.
Both applications will access the database through these APIs; I want the apps to use same APIs so that I develop once. However, per my descriptions, I am confused of what I should use among the following:
- ASP.NET Core Web Application (.NET Core) and
- ASP.NET Core Web Application (.NET Framework)
- ASP,NET Web Application
I request for advises from experienced developers so that I can take advantages of Entity Framework and MVC at the same time, implementing the two apps. I will use Xamarin for the mobile app.