Hi,
I'm in the process of converting our "classic" ASP.NET desktop web application into an MVC web app. I'm trying to decide what is the best approach for writing the web app ONCE and have it "viewable" in desktop and mobile devices. I've heard of ASP.NET Core but I don't know if this is what I should look into.
Also, I'm targeting not only Windows mobile devices, but also Android and Apple mobile devices (phones and tablets).
If possible, I'm trying to avoid using Xamarin (guess, just trying to avoid third-party apps).
Appreciate any suggestions.