Ease of deployment
With .NET Core, you can install different versions side-by-side, a feature that is not available when using .NET Framework. With the side by side installation of .NET Core, several applications can be installed on a single server, enabling each application to run on its own version of .NET Core. Lately, there has been a lot of attention focused on containers and application containerization. Containers are used for creating standalone packages of software applications, including the runtimes needed to make the applications run in isolation, away from other applications on a shared operating system. Containerizing .NET applications is much better when .NET Core is used as the development platform. This is because of its ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access