Yes, it creates a single executable and you can have it package additional resource files.
Pretty cool…
Yes, it creates a single executable and you can have it package additional resource files.
Pretty cool…
dotnet
is open source and cross-platform. It is the work of Microsoft rewriting dotnet framework over the last few years and is supported and used by major companies. It can even compile for embedded platforms. The dotnet coreclr
engine is also embeddable in any application by design.
mono
was acquired by microsoft after buying out Xamarin 7 years ago and unofficially end of life, receiving no updates since 2021.
I also think that .NET Core deserves much more attention nowadays and combined with C# is no worse choice than Python, in any aspect…
I prefer for RUST
for systematic/hard core program, Julia
for scientific/mathematic programming
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.