C# 7 and .NET Core Modern Cross-Platform Development - Second Edition: Create powerful cross-platform applications using C# 7, .NET Core, and Visual Studio 2017 or Visual Studio Code
Modern Cross-Platform Development
Key Features
- Build modern, cross-platform applications with .NET Core
- Get up to speed with C#, and up to date with all the latest features of C# 7
- Start creating professional web applications with ASP.NET Core
Book Description
If you want to build powerful cross-platform applications with C# 7 and .NET Core, then this book is for you.
First, we'll run you through the basics of C#, as well as object-oriented programming, before taking a quick tour through the latest features of C# 7 such as tuples, pattern matching, out variables, and so on.
After quickly taking you through C# and how .NET works, we'll dive into the .NET Standard 1.6 class libraries, covering topics such as performance, monitoring, debugging, serialization and encryption.
The final section will demonstrate the major types of application that you can build and deploy cross-device and cross-platform. In this section, we'll cover Universal Windows Platform (UWP) apps, web applications, mobile apps, and web services. Lastly, we'll look at how you can package and deploy your applications so that they can be hosted on all of today's most popular platforms, including Linux and Docker.
By the end of the book, you'll be armed with all the knowledge you need to build modern, cross-platform applications using C# and .NET Core.
What you will learn
- Build cross-platform applications using C# 7 and .NET Core
- Explore ASP.NET Core and learn how to create professional web applications
- Improve your application's performance using multitasking
- Use Entity Framework Core and find out how to build code-first databases
- Master object-oriented programming with C# to increase code reuse and efficiency
- Familiarize yourself with cross-device app development using the Universal Windows Platform and XAML
- Query and manipulate data using LINQ
- Protect your data by using encryption and hashing
Table of Contents
- Hello, C#! Welcome, .NET Core!
- Speaking C#
- Controlling the Flow, Converting Types, and Handling Exceptions
- Using .NET Standard Types
- Debugging, Monitoring, and Testing
- Building Your Own Types with Object-Oriented Programming
- Implementing Interfaces and Inheriting Classes
- Working with Databases Using the Entity Framework Core
- Querying and Manipulating Data with LINQ
- Working with Files, Streams, and Serialization
- Protecting Your Data
- Improving Performance and Scalability with Multitasking
- Building Universal Windows Platform Apps Using XAML
- Building Web Applications Using ASP.NET Core MVC
- Building Mobile Apps Using Xamarin.Forms and ASP.NET Core Web API
- Packaging and Deploying Your Code Cross-Platform
- Answers to the Test Your Knowledge Questions