Showing posts with label Execuable. Show all posts
Showing posts with label Execuable. Show all posts

Thursday, October 1, 2020

Creating Executable from .Net Core Application

.Net Core applications by default will create .dll executables, in this post we shall see how to explicitly create a .exe using .Net Core, in the next post we will see how to use this .Exe and create a Docker image. 
Let’s start by creating a .Net Core Console App using Visual Studio.