Description
.NET Core is a subset of the .NET framework with libraries and runtimes that drastically reduce its footprint, so you can write and run .NET applications more efficiently.
.NET Core in Action shows .NET developers how to build professional software applications with .NET Core. By the end of this book, readers will be able to convert existing .NET code to work on multiple platforms or start new projects with knowledge of the tools and capabilities of .NET Core.
Key features
- Step-by-step guide
- Straightforward introduction
- Explains how to use the tools
- Covers advanced topics
Audience
This book is for developers who are familiar with a C-like language.
About the Technology
The .NET Framework ships as one whole product while Core is broken up into pieces. Developers can now choose which version of a library they want to use, as long as it's outside the .NET Standard Library, and .NET Core teams can innovate with less difficulty.