C# 7.1 and .NET core 2.0 - modern cross-platform development
โ Scribed by Price, Mark J
- Publisher
- Packt Publishing
- Year
- 2017
- Tongue
- English
- Leaves
- 786
- Edition
- Third edition
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Cover -- Copyright -- Credits -- About the Author -- About the Reviewers -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Hello, C#! Welcome, .NET Core! -- Setting up your development environment -- Using alternative C# IDEs -- Deploying cross-platform -- Installing Microsoft Visual Studio 2017 -- Choosing workloads -- Choosing additional components -- Installing Microsoft Visual Studio Code -- Installing Microsoft Visual Studio Code for macOS -- Installing .NET Core SDK for macOS -- Installing Node Package Manager for macOS -- Installing the Visual Studio Code extension for C# -- Installing Visual Studio for Mac -- Installing Xcode -- Downloading and installing Visual Studio for Mac -- Understanding .NET -- Understanding .NET Framework -- Understanding the Mono and Xamarin projects -- Understanding .NET Core -- Understanding .NET Standard -- Understanding .NET Native -- Comparing .NET technologies -- Writing and compiling code using the .NET Core CLI tool -- Writing code using a simple text editor -- If you are using Windows Notepad -- If you are using macOS TextEdit -- Creating and compiling apps using the .NET Core CLI tool -- Creating a console application at Command Prompt -- Restoring packages, compiling code, and running the application -- Fixing compiler errors -- Understanding intermediate language -- Writing and compiling code using Visual Studio 2017 -- Writing code using Microsoft Visual Studio 2017 -- Compiling code using Visual Studio 2017 -- Fixing mistakes with the error list -- Adding existing projects to Visual Studio 2017 -- Autoformatting code -- Experimenting with C# Interactive -- Other useful windows -- Writing and compiling code using Visual Studio Code -- Writing code using Visual Studio Code -- Compiling code using Visual Studio Code -- Autoformatting code.
โฆ Subjects
Computer programs;Electronic books
๐ SIMILAR VOLUMES
C# 7.1 and .NET Core 2.0 Modern Cross-Platform Development is a practical guide to creating powerful cross-platform applications with C# 7.1 and .NET Core 2.0. This cutting-edge book covers the very latest major release, providing you with all of the knowledge a modern C# developer needs.
C# 7.1 and .NET Core 2.0 โ Modern Cross-Platform Development is a practical guide to creating powerful cross-platform applications with C# 7.1 and .NET Core 2.0. This cutting-edge book covers the very latest major release, providing you with all of the knowledge a modern C# developer needs.
<p><b>The book has now been updated</b></p><h2>About This Book</h2><ul><li>Build modern, cross-platform applications with .NET Core 1.0</li><li>Get up-to-speed with C#, and up-to-date with all the latest features of C# 6</li><li>Start creating professional web applications with ASP.NET Core 1.0</li>
The book has now been updatedAbout This Book- Build modern, cross-platform applications with .NET Core 1.0- Get up-to-speed with C#, and up-to-date with all the latest features of C# 6- Start creating professional web applications with ASP.NET Core 1.0Who This Book Is ForAre you struggling to get st
With the release of .NET Core 1.0, you can now create applications for Mac OS X and Linux, as well as Windows, using the development tools you know and love. C# 6 and .NET Core 1.0 has been divided into three high-impact sections to help start putting these new features to work. First, we'll run