Publishing Code for Deployment
Learn about different deployment strategies in .NET and how to create a console app that can run on multiple operating systems.
If we write a novel and want others to read it, we must publish it. Most developers write code for other developers to use in their own projects or for users to run as an app. To do so, we must publish our code as packaged class libraries or executable applications.
Get hands-on with 1400+ tech skills courses.