C# 7.1 and .NET Core 2.0 - Modern Cross-Platform Development - Third Edition
Autor Mark J. Priceen Limba Engleză Paperback – 30 noi 2017
În domeniul dezvoltării software moderne, ecosistemul .NET a evoluat spre o flexibilitate totală, iar C# 7.1 and .NET Core 2.0 - Modern Cross-Platform Development - Third Edition reprezintă un ghid tehnic riguros pentru această tranziție. Observăm o structură progresivă, menită să ofere o fundație solidă atât programatorilor cu experiență, cât și celor care vin din zonele STEM. Ne-a atras atenția modul în care Mark J. Price echilibrează teoria programării orientate pe obiecte cu implementări practice imediate în .NET Core 2.0. Descoperim aici o abordare pragmatică a noilor facilități din C# 7.1, precum literalele implicite și tuplurile, dar și o explorare detaliată a bibliotecilor .NET Standard 2.0. Cartea nu se limitează la sintaxă; aceasta ghidează cititorul prin scenarii reale de utilizare a Entity Framework Core pentru baze de date și a multitasking-ului pentru optimizarea performanței. Complementar volumului ASP.NET Core in Action, care se concentrează strict pe zona web, lucrarea de față acoperă un spectru mult mai larg, incluzând dezvoltarea mobilă prin Xamarin.Forms și aplicații desktop prin Universal Windows Platform (UWP). În contextul operei sale, această a treia ediție servește drept punte între fundamentele stabilite în C# 6 and .Net Core 1.0 și conceptele avansate de scalabilitate explorate ulterior în Apps and Services with .NET 7. Autorul menține un ton tehnic clar, transformând concepte complexe precum serializarea, criptarea și fluxurile de date în module ușor de asimilat prin exerciții pas cu pas.
Preț: 446.15 lei
Preț vechi: 557.69 lei
-20%
Carte tipărită la comandă
Livrare economică 04-18 iunie
Specificații
ISBN-10: 1788398076
Pagini: 800
Dimensiuni: 191 x 235 x 43 mm
Greutate: 1.46 kg
Ediția:Third
Editura: Packt Publishing
De ce să citești această carte
Recomandăm această carte dezvoltatorilor care doresc să stăpânească dezvoltarea cross-platform folosind tehnologii Microsoft. Cititorul câștigă competențe concrete în construirea de site-uri cu ASP.NET Core și aplicații mobile cu Xamarin. Este un instrument esențial pentru cei care vor să înțeleagă nu doar cum să scrie cod, ci și cum să configureze, testeze și să ruleze aplicații pe Windows, macOS și Linux folosind un singur framework modern.
Despre autor
Mark J. Price este un expert în tehnologii Microsoft, recunoscut pentru capacitatea sa de a sintetiza evoluțiile rapide ale ecosistemului .NET. Deși are o carieră de succes ca jurnalist premiat în Akron, Ohio, Price s-a impus în literatura tehnică prin seria sa de succes dedicată dezvoltării cross-platform. Experiența sa în redactare și editare se reflectă în claritatea didactică a cărților sale, acesta reușind să publice constant ediții actualizate care urmăresc îndeaproape versiunile de limbaj C# și framework-ul .NET, de la primele iterații până la versiunile moderne .NET 7.
Descriere
- Build modern, cross-platform applications with .NET Core 2.0
- Get up to speed with C#, and up to date with all the latest features of C# 7.1
- Start creating professional web applications with ASP.NET Core 2.0
Who This Book Is For
This book is for those of you 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 you could build which will work cross-platform on Windows, Linux, and macOS.
What You Will Learn
- Build cross-platform applications using C# 7.1 and .NET Core 2.0
- Explore ASP.NET Core 2.0 and learn how to create professional websites, services, and applications
- Improve your application's performance using multitasking
- Use Entity Framework Core and LINQ to query and manipulate data
- Master object-oriented programming with C# to increase code reuse and efficiency
- Familiarize yourself with cross-device app development using the Universal Windows Platform
- Protect and manage your files and data with encryption, streams, and serialization
- Get started with mobile app development using Xamarin.Forms
- Preview the nullable reference type feature of C# 8
In Detail
C# 7.1 and .NET Core 2.0 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, and more.
After quickly taking you through C# and how .NET works, you'll explore 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, databases, and encryption. The final section demonstrates the major types of application that you can build and deploy cross-device and cross-platform. Here, 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.
Style and approach
This book takes a step-by-step approach and is filled with exciting projects and fascinating theory. It uses three high-impact sections to equip you with all the tools you'll need to build modern, cross-platform applications using C# and .NET Core 2.0.
Table of Contents
- Hello, C#! Welcome, .NET Core!
- Speaking C#
- Controlling the Flow and Converting Types
- Writing, Debugging, and Testing Functions
- Building Your Own Types with OOP
- Implementing Interfaces and Inheriting Classes
- Understanding and Packaging .NET Standard Types
- Using Common .NET Standard Types
- Working with Files, Streams, and Serialization
- Protecting Your Data and Applications
- Working with Databases Using Entity Framework
- Querying and Manipulating Data Using LINQ
- Improving Performance and Scalability Using Multitasking
- Building Websites Using ASP.NET Core Razor Pages
- Building Websites Using ASP.NET Core MVC
- Building Web Services and Application Using ASP.NET Core
- Building Windows Apps Using XAML & Fluent Design