C# 7.1 and .NET Core 2.0 – Modern Cross-Platform Development - Third Edition: Create powerful applications with .NET Standard 2.0, ASP.NET Core 2.0, ... Visual Studio 2017 or Visual Studio Code
C# 7.1 and .NET Core 2.0 – Modern Cross-Platform Development, Third Edition is a practical guide to creating powerful cross-platform applications with C# 7 and .NET Core 2.0.
Key FeaturesBuild modern, cross-platform applications with .NET Core 2.0Get up to speed with C#, and up to date with all the latest features of C# 7.1Start creating professional web applications with ASP.NET Core 2.0Book DescriptionC# 7.1 and .NET Core 2.0 – Modern Cross-Platform Development, Third Edition, is a practical guide to creating powerful cross-platform applications with C# 7.1 and .NET Core 2.0. It gives readers of any experience level a solid foundation in C# and .NET. The first part of the book runs you through the basics of C#, as well as debugging functions and object-oriented programming, before taking a quick tour through the latest features of C# 7.1 such as default literals, tuples, inferred tuple names, pattern matching, out variables, and more.
After quickly taking you through C# and how .NET works, this book dives into the .NET Standard 2.0 class libraries, covering topics such as packaging and deploying your own libraries, and using common libraries for working with collections, performance, monitoring, serialization, files, databases, and encryption. The final section of the book demonstrates the major types of application that you can build and deploy cross-device and cross-platform. In this section, you'll learn about websites, web applications, web services, Universal Windows Platform (UWP) apps, and mobile apps. 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.
What you will learnBuild cross-platform applications using C# 7.1 and .NET Core 2.0Explore ASP.NET Core 2.0 and learn how to create professional websites, services, and applicationsImprove your application's performance using multitaskingUse Entity Framework Core and LINQ to query and manipulate dataMaster object-oriented programming with C# to increase code reuse and efficiencyFamiliarize yourself with cross-device app development using the Universal Windows PlatformProtect and manage your files and data with encryption, streams, and serializationGet started with mobile app development using Xamarin.FormsPreview the nullable reference type feature of C# 8Who this book is forThis book is targeted towards readers who have some prior programming experience or have a science, technology, engineering, or mathematics (STEM) background, and want to gain a solid foundation with C# and to be introduced to the types of applications they could build and will work cross-platform on Windows, Linux, and macOS.
Table of ContentsHello, C#! Welcome, .NET Core!Part 1 + Speaking C#Controlling Flow and Converting TypesWriting, Debugging, and Testing FunctionsBuilding Your Own Types with Object-Oriented ProgrammingImplementing Interfaces and Inheriting ClassesPart 2 + Implementing Interfaces and Inheriting ClassesUnderstanding and Packaging .NET Standard TypesUsing Common .NET Standard TypesWorking with Files, Streams, and SerializationProtecting Your Data and ApplicationsWorking with Databases Using Entity Framework Core
Mark J Price is a former Microsoft Certified Trainer (MCT) and current Microsoft Specialist: Programming in C# and Architecting Microsoft Azure Solutions, with more than 20 years' of educational and programming experience.
Since 1993 Mark has passed more than 80 Microsoft programming exams and specializes in preparing others to pass them too. His students range from professionals with decades of experience to 16-year-old apprentices with none. Mark successfully guides all of them by combining educational skills with real-world experience consulting and developing systems for enterprises worldwide.
Between 2001 and 2003 Mark was employed full-time to write official courseware for Microsoft in Redmond, USA. Mark's team wrote the first training courses for C# while it was still an early alpha version. While with Microsoft he taught "train-the-trainer" classes to get other MCTs up-to-speed on C# and .NET.
Currently, Mark creates and delivers training courses for Episerver's Digital Experience Platform, the best .NET CMS for Digital Marketing and E-commerce.
In 2010 Mark studied for a Post-Graduate Certificate in Education (PGCE). He taught GCSE and A-Level mathematics in two London secondary schools. Mark holds a Computer Science BSc. Hons. Degree from the University of Bristol, UK.
Holy moly! I still don't realize what it was. It's definitely the worst .net book that I ever read. The book title should be: "The most starred MSDN topics" because the whole book is just a copy of popular microsoft news. The author should be deeply ashamed. I've not finished it and don't suggest you even start.
Not a bad book, stronger at the beginning than at the end. Unfortunately it is a bit of a mix of high level and details...which seems to happen a lot in programming books...where one might be better staying with one or the other.
For example, the latter chapters explaining how to implement solutions in console, windows, web, and mobile become, imho, progressively less helpful as they provide increasingly cursory looks at the topics...yet there is still a lot of code included...but not enough.
Don't know of a better book to tackle the subject. One of the reasons I chose this one was because the author has released three editions over a short time span to keep up with new releases from Microsoft.
Really nice book for beginners to start using C# and .net core. I liked that this book introduced into most essential stuff like LINQ, Entity framework, asp.net mvc, and also how to use Visual studio, because I was absolutely new to this topics.