PreviousNext

Brainstorming - Creating a small single self-contained executable out of a .NET Core application

by bill-s, 2019-02-11T08:11:24.720Z

I've been using ILMerge and various hacks to merge/squish executables together for well over 12 years. The .NET community has long toyed with the idea of a single self-contained EXE that would "just work." No need to copy a folder, no need to install anything. Just a single EXE.

Read More