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 ...

Get C# and .NET Core Test Driven Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.