C# 9 and .NET 5 – Modern Cross-Platform Development
eBook - ePub

C# 9 and .NET 5 – Modern Cross-Platform Development

Mark J. Price

Partager le livre
  1. 822 pages
  2. English
  3. ePUB (adapté aux mobiles)
  4. Disponible sur iOS et Android
eBook - ePub

C# 9 and .NET 5 – Modern Cross-Platform Development

Mark J. Price

DĂ©tails du livre
Aperçu du livre
Table des matiĂšres
Citations

À propos de ce livre

Publisher's Note: Microsoft stopped supporting.NET 5 in May 2022. The newer 8th edition of the book is available that covers.NET 8 (end-of-life November 2026) with C# 12 and EF Core 8.Purchase of the print or Kindle book includes a free PDF eBook

Key Features

  • Explore the newest additions to C# 9, the.NET 5 class library, Entity Framework Core and Blazor
  • Strengthen your command of ASP.NET Core 5.0 and create professional websites and services
  • Build cross-platform apps for Windows, macOS, Linux, iOS, and Android

Book Description

In C# 9 and.NET 5 – Modern Cross-Platform Development, Fifth Edition, expert teacher Mark J. Price gives you everything you need to start programming C# applications.This latest edition uses the popular Visual Studio Code editor to work across all major operating systems. It is fully updated and expanded with a new chapter on the Microsoft Blazor framework.The book's first part teaches the fundamentals of C#, including object-oriented programming and new C# 9 features such as top-level programs, target-typed new object instantiation, and immutable types using the record keyword. Part 2 covers the.NET APIs, for performing tasks like managing and querying data, monitoring and improving performance, and working with the file system, async streams, serialization, and encryption. Part 3 provides examples of cross-platform apps you can build and deploy, such as websites and services using ASP.NET Core or mobile apps using Xamarin.Forms. The best type of application for learning the C# language constructs and many of the.NET libraries is one that does not distract with unnecessary application code. For that reason, the C# and.NET topics covered in Chapters 1 to 13 feature console applications. In Chapters 14 to 20, having mastered the basics of the language and libraries, you will build practical applications using ASP.NET Core, Model-View-Controller (MVC), and Blazor.By the end of the book, you will have acquired the understanding and skills you need to use C# 9 and.NET 5 to create websites, services, and mobile apps.

What you will learn

  • Build your own types with object-oriented programming
  • Query and manipulate data using LINQ
  • Build websites and services using ASP.NET Core 5
  • Create intelligent apps using machine learning
  • Use Entity Framework Core and work with relational databases
  • Discover Windows app development using the Universal Windows Platform and XAML
  • Build rich web experiences using the Blazor framework
  • Build mobile applications for iOS and Android using Xamarin.Forms

Who this book is for

This book is best for C# and.NET beginners, or programmers who have worked with C# in the past but feel left behind by the changes in the past few years. This book doesn't expect you to have any C# or.NET experience; however, you should have a general understanding of programming.Students and professionals with a science, technology, engineering, or mathematics (STEM) background can certainly benefit from this book.

]]>

Foire aux questions

Comment puis-je résilier mon abonnement ?
Il vous suffit de vous rendre dans la section compte dans paramĂštres et de cliquer sur « RĂ©silier l’abonnement ». C’est aussi simple que cela ! Une fois que vous aurez rĂ©siliĂ© votre abonnement, il restera actif pour le reste de la pĂ©riode pour laquelle vous avez payĂ©. DĂ©couvrez-en plus ici.
Puis-je / comment puis-je télécharger des livres ?
Pour le moment, tous nos livres en format ePub adaptĂ©s aux mobiles peuvent ĂȘtre tĂ©lĂ©chargĂ©s via l’application. La plupart de nos PDF sont Ă©galement disponibles en tĂ©lĂ©chargement et les autres seront tĂ©lĂ©chargeables trĂšs prochainement. DĂ©couvrez-en plus ici.
Quelle est la différence entre les formules tarifaires ?
Les deux abonnements vous donnent un accĂšs complet Ă  la bibliothĂšque et Ă  toutes les fonctionnalitĂ©s de Perlego. Les seules diffĂ©rences sont les tarifs ainsi que la pĂ©riode d’abonnement : avec l’abonnement annuel, vous Ă©conomiserez environ 30 % par rapport Ă  12 mois d’abonnement mensuel.
Qu’est-ce que Perlego ?
Nous sommes un service d’abonnement Ă  des ouvrages universitaires en ligne, oĂč vous pouvez accĂ©der Ă  toute une bibliothĂšque pour un prix infĂ©rieur Ă  celui d’un seul livre par mois. Avec plus d’un million de livres sur plus de 1 000 sujets, nous avons ce qu’il vous faut ! DĂ©couvrez-en plus ici.
Prenez-vous en charge la synthÚse vocale ?
Recherchez le symbole Écouter sur votre prochain livre pour voir si vous pouvez l’écouter. L’outil Écouter lit le texte Ă  haute voix pour vous, en surlignant le passage qui est en cours de lecture. Vous pouvez le mettre sur pause, l’accĂ©lĂ©rer ou le ralentir. DĂ©couvrez-en plus ici.
Est-ce que C# 9 and .NET 5 – Modern Cross-Platform Development est un PDF/ePUB en ligne ?
Oui, vous pouvez accĂ©der Ă  C# 9 and .NET 5 – Modern Cross-Platform Development par Mark J. Price en format PDF et/ou ePUB ainsi qu’à d’autres livres populaires dans Computer Science et Programming in C#. Nous disposons de plus d’un million d’ouvrages Ă  dĂ©couvrir dans notre catalogue.

Informations

Année
2020
ISBN
9781800560710

Index

Symbols
.NET
app models 465
concepts 8
old versions, removing 13
platforms and tools 16
Silverlight plugin, using in 474
.NET 5 10, 225, 226
application types, on Linux 252
application types, on macOS 252
application types, on Windows 252
features 14
.NET Core 2.0, performance improving to 229
.NET Framework, porting to 252
porting 252
porting, benefits 252
using, in cross-platform development 475
versus .NET Framework 253
.NET 5.0 228
reference link 229
.NET 5 class library
creating 173, 174
referencing 173, 174
.NET 5, performance improvement
reference link 229
.NET APIs
reference link 226
.NET application
publishing, for deployment 237
size, reducing with app trimming 242
.NET blog
subscribing to 26
.NET components 229
BCL, assemblies in NuGet packages (CoreFX) 230
Common Language Runtime (CoreCLR) 229
language compilers 229
.NET Core
features 14
.NET Core 1.0 226
reference link 227
.NET Core 1.1 227
reference link 227
.NET Core 2.0 227
performance, improving to .NET 5 229
reference link 227
.NET Core 2.1 227
.NET Core 2.2 228
reference link 228
.NET Core 3.0 228
reference link 228
.NET Framework 8
porting, to .NET 5 252
versus .NET 5 253
.NET Framework versions 226
.NET 5.0 228
.NET Core 1.0 226
.NET Core 1.1 227
.NET Core 2.0 227
.NET Core 2.1 227
.NET Core 2.2 228
.NET Core 3.0 228
.NET MAUI
reference link 476
.NET Portability Analyzer 253
reference link 253
.NET Runtime versions 12
.NET SDK versions 12
.NET standard
used, for sharing code with legacy platforms 235
.NET Standard
reference link 226
.NET Standard 2.0
class library, creating 236
.NET Standard 2.1
reference link 226
.NET Standard libraries
using 253, 254, 255
.NET support 11
.NET technologies
comparing 17
.NET type
C# keywords, relating to 234, 235
.NET types
exceptions, inheriting 217, 218
extending 217, 219
inheriting 217
Windows Communication Foundation (WCF) 665
A
access
controlling, with indexers 169
controlling, with properties 169
synchronizing, to shared resources 452
access modifier 144
ac...

Table des matiĂšres