search
0
cart
close
You have no products in your basket yet
left
Tech Categories
Best Sellers
New Releases
Books
Videos
Audiobooks
Articles
Newsletters
Free Learning
right
Apps and Services with .NET 8 - Second Edition

Apps and Services with .NET 8: Build practical projects with Blazor, .NET MAUI, gRPC, GraphQL, and other enterprise technologies, Second Edition

By Mark J. Price
$39.99 $27.98
Book Dec 2023 798 pages 2nd Edition
eBook
$39.99 $27.98
Print
$49.99
Subscription
$15.99 Monthly
eBook
$39.99 $27.98
Print
$49.99
Subscription
$15.99 Monthly

What do you get with eBook?

Feature icon Instant access to your Digital eBook purchase
Feature icon Download this book in EPUB and PDF formats
Feature icon Access this title in our online reader with advanced features
Feature icon DRM FREE - Read whenever, wherever and however you want
Buy Now

Product Details


Publication date : Dec 12, 2023
Length 798 pages
Edition : 2nd Edition
Language : English
ISBN-13 : 9781837637133
Category :
toc View table of contents toc Preview Book toc Download Code

Key benefits

  • Use specialized libraries to improve all aspects of your apps, including performance, security, and localization
  • Harness the full potential of .NET using cloud-native data stores like Cosmos DB, and unlock scalability, performance, and resilience in your service implementations
  • Unleash the capabilities of Blazor Full Stack and.NET MAUI to develop stunning, truly cross-platform apps for web and mobile

Description

Elevate your practical C# and .NET skills to the next level with this new edition of Apps and Services with .NET 8. With chapters that put a variety of technologies into practice, including Web API, gRPC, GraphQL, and SignalR, this book will give you a broader scope of knowledge than other books that often focus on only a handful of .NET technologies. You’ll dive into the new unified model for Blazor Full Stack and leverage .NET MAUI to develop mobile and desktop apps. This new edition introduces the latest enhancements, including the seamless implementation of web services with ADO.NET SqlClient's native Ahead-of-Time (AOT) support. Popular library coverage now includes Humanizer and Noda Time. There’s also a brand-new chapter that delves into service architecture, caching, queuing, and robust background services. By the end of this book, you’ll have a wide range of best practices and deep insights under your belt to help you build rich apps and efficient services.

What you will learn

Familiarize yourself with a variety of technologies to implement services, such as gRPC and GraphQL Store and manage data locally and cloud-natively with SQL Server and Cosmos DB Use ADO.NET SqlClient to implement web services with native AOT publish support Leverage Dapper for improved performance over EF Core Implement popular third-party libraries such as Serilog, FluentValidation, Humanizer, and Noda Time Explore the new unified hosting model of Blazor Full Stack

What do you get with eBook?

Feature icon Instant access to your Digital eBook purchase
Feature icon Download this book in EPUB and PDF formats
Feature icon Access this title in our online reader with advanced features
Feature icon DRM FREE - Read whenever, wherever and however you want
Buy Now

Product Details


Publication date : Dec 12, 2023
Length 798 pages
Edition : 2nd Edition
Language : English
ISBN-13 : 9781837637133
Category :

Table of Contents

19 Chapters
Preface Packt Packt
Preface
Where to find the code solutions
What this book covers
What you need for this book
Get in touch
Introducing Apps and Services with .NET Packt Packt
Introducing Apps and Services with .NET
Introducing this book and its contents
App and service technologies
Setting up your development environment
Installing additional template packs
Exploring top-level programs, functions, and namespaces
Making good use of the GitHub repository for this book
Where to go for help
Practicing and exploring
Summary
Managing Relational Data Using SQL Server Packt Packt
Managing Relational Data Using SQL Server
Understanding modern databases
Managing data with Transact-SQL
Managing data with low-level APIs
Understanding the types in ADO.NET
Managing data with Dapper
Cleaning up data resources
Practicing and exploring
Summary
Building Entity Models for SQL Server Using EF Core Packt Packt
Building Entity Models for SQL Server Using EF Core
Managing data with EF Core
Mapping inheritance hierarchies with EF Core
Building a reusable entity data model
Practicing and exploring
Summary
Managing NoSQL Data Using Azure Cosmos DB Packt Packt
Managing NoSQL Data Using Azure Cosmos DB
Understanding NoSQL databases
Creating Cosmos DB resources
Manipulating data with the Core (SQL) API
Exploring server-side programming
Cleaning up Azure resources
Practicing and exploring
Summary
Multitasking and Concurrency Packt Packt
Multitasking and Concurrency
Understanding processes, threads, and tasks
Running tasks asynchronously
Synchronizing access to shared resources
Understanding async and await
Practicing and exploring
Summary
Using Popular Third-Party Libraries Packt Packt
Using Popular Third-Party Libraries
Which third-party libraries are most popular?
Working with images
Working with text and numbers using Humanizer
Logging with Serilog
Mapping between objects
Making fluent assertions in unit testing
Validating data
Generating PDFs
Practicing and exploring
Summary
Handling Dates, Times, and Internationalization Packt Packt
Handling Dates, Times, and Internationalization
Working with dates and times
Working with time zones
Working with cultures
Working with Noda Time
Practicing and exploring
Summary
Building and Securing Web Services Using Minimal APIs Packt Packt
Building and Securing Web Services Using Minimal APIs
Building web services using ASP.NET Core Minimal APIs
Relaxing the same origin security policy using CORS
Preventing denial of service attacks using rate limiting
Improving startup time and resources using native AOT
Understanding identity services
Practicing and exploring
Summary
Caching, Queuing, and Resilient Background Services Packt Packt
Caching, Queuing, and Resilient Background Services
Understanding service architecture
Caching with ASP.NET Core
Fault tolerance with Polly
Queuing with RabbitMQ
Implementing long-running background services
Practicing and exploring
Summary
Building Serverless Nanoservices Using Azure Functions Packt Packt
Building Serverless Nanoservices Using Azure Functions
Understanding Azure Functions
Building an Azure Functions project
Responding to timer and resource triggers
Publishing an Azure Functions project to the cloud
Cleaning up Azure Functions resources
Practicing and exploring
Summary
Broadcasting Real-Time Communication Using SignalR Packt Packt
Broadcasting Real-Time Communication Using SignalR
Understanding SignalR
Building a live communication service using SignalR
Building a web client using the SignalR JavaScript library
Building a .NET console app client
Streaming data using SignalR
Practicing and exploring
Summary
Combining Data Sources Using GraphQL Packt Packt
Combining Data Sources Using GraphQL
Understanding GraphQL
Building a service that supports GraphQL
Defining GraphQL queries for EF Core models
Building .NET clients for a GraphQL service
Implementing GraphQL mutations
Implementing GraphQL subscriptions
Practicing and exploring
Summary
Building Efficient Microservices Using gRPC Packt Packt
Building Efficient Microservices Using gRPC
Understanding gRPC
Building a gRPC service and client
Implementing gRPC for an EF Core model
Taking gRPC further
Handling dates, times, and decimal numbers
Implementing interceptors and handling faults
Implementing gRPC JSON transcoding
Practicing and exploring
Summary
Building Web User Interfaces Using ASP.NET Core Packt Packt
Building Web User Interfaces Using ASP.NET Core
Setting up an ASP.NET Core MVC website
Defining web user interfaces with Razor views
Localizing and globalizing with ASP.NET Core
Defining web user interfaces with Tag Helpers
Output caching
Practicing and exploring
Summary
Building Web Components Using Blazor Packt Packt
Building Web Components Using Blazor
Understanding Blazor
Building Blazor components
Building a Blazor data component
Practicing and exploring
Summary
Building Mobile and Desktop Apps Using .NET MAUI Packt Packt
Building Mobile and Desktop Apps Using .NET MAUI
Understanding XAML
Understanding .NET MAUI
Building mobile and desktop apps using .NET MAUI
Using shared resources
Using data binding
Practicing and exploring
Summary
Epilogue Packt Packt
Epilogue
Cloud-native development using .NET Aspire
Introducing the Survey Project Challenge
Third edition coming in December 2025
Next steps on your C# and .NET learning journey
Good luck!
Index Packt Packt
Index

Customer reviews

filter Filter
Rating distribution
star-icon star-icon star-icon star-icon star-icon 5
(5 Ratings)
5 star 100%
4 star 0%
3 star 0%
2 star 0%
1 star 0%
Jean Mallet Feb 13, 2024
star-icon star-icon star-icon star-icon star-icon 5
Feefo Verified review Feefo image
N/A Jan 25, 2024
star-icon star-icon star-icon star-icon star-icon 5
Feefo Verified review Feefo image
N/A Jan 22, 2024
star-icon star-icon star-icon star-icon star-icon 5
Feefo Verified review Feefo image
Jorge Rodriguez Jan 29, 2024
star-icon star-icon star-icon star-icon star-icon 5
Feefo Verified review Feefo image
N/A Apr 4, 2024
star-icon star-icon star-icon star-icon star-icon 5
Feefo Verified review Feefo image
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQS

How do I buy and download an eBook? Packt Packt

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Packt Packt

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Packt Packt
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Packt Packt

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Packt Packt
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Packt Packt

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.