I
I
iluxa18102017-10-19 21:41:41
.NET
iluxa1810, 2017-10-19 21:41:41

How to work with .Net Core correctly?

I'm playing with .Net Core.
By default, applications are compiled into a platform-independent set of files.
As I understand it, it can be transferred to the target platform and already there something to do with it.
So, on the target platform, all this can only be run through the
dotnet "build path" or, for example, can we build an EXE on the target platform with this intermediate set of files that are not tied to the platform?
Something I do not see here is a description of further actions.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vyacheslav Zolotov, 2017-10-19
@SZolotov

Being on Windows, you can immediately make an application for the desired platform, without the need to install dot net core runtime on the target system, which means that you do not need to do dot net run. Google dot net core self-container app

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question