Now I officially have my head blown up.
I have:
ARMx32 micro PC with Ubuntu 15.04 on it also installed dnvm and mono runtime 1.0.0-beta7 also installed mono version 4.0.4
Then I want to develop an ASP.NET 5 application in VS 2015 so that it can be somehow deployed on that Satan's machine. What (and how) do I need to install on my development Windows 10 machine to accomplish that task?
1) AFAIK there is no way to install Mono runtime on Windows via dnvm. So I don't have it as compile target in VS 2015. Then how can I know if my outstanding application will compile at all, while working in VS 2015?
2) Is it possible at all to compile for Mono in VS2015 and then just deploy (I mean, just deploy, not speaking about any VS deployment tooling) the app, without compiling it server-side?
3) There is dnx-mono (and older versions kre-mono) package on NuGet, what is it at all? I mean, "The .NE ...
Go to the complete details ...