Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

C# 7 and .NET Core: Modern Cross-Platform Development, Second Edition

Posted By: IrGens
C# 7 and .NET Core: Modern Cross-Platform Development, Second Edition

C# 7 and .NET Core: Modern Cross-Platform Development, Second Edition by Mark J. Price
English | March 24, 2017 | ISBN: 1787129551 | EPUB | 685 pages | 15.9 MB

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#
Start creating professional web applications with ASP.NET Core

C# has recently been made open source and now supports cross-platform development for Linux, macOS, and Windows. It can be used to create everything from business applications, websites, and services to games for Android and iOS mobile phones and Xbox One. 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-orient programming, before taking a quick tour through the latest features of C# 7 such as tuples, pattern matching, and out variables. We also look at the features of C# 6 such as string interpolation, exception filtering, and static class imports. We'll also cover both the full-feature, mature .NET framework and the newer, cross-platform .NET Core.

After quickly taking you through C# and how .NET works, we'll dive into the internals of the .NET class libraries, covering topics such as performance, monitoring, debugging, serialization, and encryption. We'll look at managing your data with Entity Framework Core, developing code-first entity data models, and using LINQ to query and manipulate that data.

The final section demonstrates the major types of applications that you can build and deploy cross-device and cross-platform. In this section, we'll cover Universal Windows Platform (UWP) apps, web applications, and web services. Last, we'll help you build a complete application that 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