July 2017
Beginner
466 pages
9h 37m
English
In this type of deployment model, .NET Core gets deployed along with your application and dependency libraries. Thus, the size of your deployment package becomes large compared to the package created by the FDD model. The version of .NET Core depends on the version of the framework that you build your app with.
In this model, the output of the .NET Core application is an .exe file, which loads the actual .dll file on execution.
The main advantages of this type of deployment are as follows:
Read now
Unlock full access