: Mark J. Price
: Apps and Services with .NET 10 Build practical projects with Avalonia, Blazor, gRPC, GraphQL, and other enterprise technologies
: Packt Publishing
: 9781835469026
: 1
: CHF 26.60
:
: Programmiersprachen
: English
: 772
: DRM
: PC/MAC/eReader/Tablet
: ePUB

Building modern apps and services with C# and .NET isn't just about knowing the syntax-it's about knowing the right tools for the job. Whether you're building for web, desktop, or mobile, the .NET ecosystem offers a vast range of technologies. But with so many choices, it's easy to get stuck in a narrow skillset. Apps and Services with .NET 10 helps you build real-world experience across the breadth of what .NET has to offer.
This edition covers practical implementations across a diverse set of technologies. You'll build APIs with ASP.NET Core Minimal API, gRPC, GraphQL, and SignalR, and create user-facing applications using Blazor for the web, Avalonia for desktop, and .NET MAUI for mobile. You'll also explore native AOT (Ahead-of-Time) compilation for high-performance web services, along with caching, messaging, and long-running background tasks. Each chapter provides hands-on projects and real-world context for when and why to use each tool.
By the end, you'll have a full-stack command of modern .NET. You'll know how to select the right UI tech for your target platform, build APIs that scale, architect reliable backend services, and confidently adopt newer patterns. You won't just understand the tools-you'll know how to put them together to deliver robust, user-friendly, cross-platform apps in production environments.
*Email sign-up and proof of purchase required

1


Introducing Apps and Services with .NET


In this first chapter, the goals are to introduce this book, related books, and their content, set up your development environment to use Visual Studio, VS Code, or Rider, and understand your choices for building apps and services. We will also review how to use the GitHub repository and good places to look for help.

The GitHub repository for this book has solutions using full application projects for all code tasks:https://github.com/markjprice/apps-services-net10/.

After going to the GitHub repository, simply press the. (dot) key on your keyboard or change.com to.dev to change the repository into a live code editor based on VS Code using GitHub Codespaces.

VS Code in a web browser is great to run alongside your chosen code editor as you work through the book’s coding tasks. You can compare your code to the solution code and easily copy and paste parts if needed.

Throughout this book, I use the termmodern .NET to refer to .NET 10 and its predecessors like .NET 5, which come from .NET Core. I use the termlegacy .NET to refer to .NET Framework, Mono, Xamarin, and .NET Standard. Modern .NET is a unification of those legacy platforms and standards.

This chapter covers the following topics:

  • Introducing this book and its contents
  • App and service technologies
  • Setting up your development environment
  • Structuring projects and managing packages
  • Making good use of the GitHub repository for this book
  • Where to go for help

Free Benefits with Your Book


Your purchase includes a free PDF copy of this book – includingAppendixA,B, andC – along with other exclusive benefits. Check theFree Benefits with Your Book section in the Preface to unlock them instantly and maximize your learning experience.

Introducing this book and its contents


This book caters to two audiences:

  • Readers who have completed my book for beginners,C# 14 and .NET 10 – Modern Cross-Platform Development Fundamentals, or an earlier edition, and now want to take their learning further.
  • Readers who already have basic skills and knowledge about C# and .NET and want to learn practical skills and knowledge to build real-world applications and services using popular libraries and databases.

Companion books to continue your learning journey


This is one