Skip to content

markjprice/apps-services-net10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMPORTANT! Common Mistakes, Improvements, and Errata aka list of corrections

Apps and Services with .NET 10, Third Edition

Repository for the Packt Publishing book titled "Apps and Services with .NET 10" by Mark J. Price. Published on February 17, 2026.

FAQs

Join the Packt community on Discord: https://packt.link/apps_and_services_dotnet10. After accepting the Discord invite, find the channel for this book named apps_and_services_3e.

Free PDF/ePub of the book and how to contact the publisher Packt

The next-gen online Packt Reader and a free PDF/ePub copy of this book are included with your purchase. Visit https://packtpub.com/unlock, then use the search bar to find this book by name. Double-check the edition shown to make sure you get the right one.

For questions about book pricing, distribution, and so on, please contact the publisher Packt at the following email address: customercare@packt.com

Author's books

My author page on Amazon: https://www.amazon.com/Mark-J-Price/e/B071DW3QGN/

All of my books on my publisher Packt's website: https://subscription.packtpub.com/search?query=mark+j.+price

My author page on Goodreads: https://www.goodreads.com/author/show/14224500.Mark_J_Price

Technologies covered in the book

Technologies covered in Apps and Services with .NET 10

Code solutions

Visual Studio, VS Code + C# Dev Kit, and Rider can use the same code solution files and projects for each chapter, found here: /code.

For VS Code: To use the chapter solution files with VS Code, install the C# Dev Kit extension. Then open the ChapterNN folder that contains a ChapterNN.sln solution file and wait for the SOLUTION EXPLORER pane to appear at the bottom of the EXPLORER.

Warning! If you use multiple code editors to open these solutions, then be aware that the build process can conflict. This is because Visual Studio has its own non-standard build server that is different from the standard build server used by .NET SDK CLI. My recommendation is to only have a solution open in one code editor at any time. You should also clean the solutions between closing and opening in different code editors. For example, after closing the solution in one code editor, I delete the bin and obj folders before then opening in a different code editor.

Chapters and code solutions

Introduction

Apps

Specialized Libraries

  • Chapter 5 Implementing Popular Third-Party Libraries: code/Chapter05
  • Chapter 6 Handling Dates, Times, and Internationalization: code/Chapter06

Data

Services

  • Chapter 9 Building a Custom LLM-based Service: code/Chapter09
  • Chapter 10 Building and Securing Minimal API Web Services: code/Chapter10
  • Chapter 11 Caching, Queuing, and Resilient Background Services: code/Chapter11
  • Chapter 12 Broadcasting Real-Time Communication Using SignalR: code/Chapter12
  • Chapter 13 Combining Data Sources Using GraphQL: code/Chapter13
  • Chapter 14 Building Efficient Microservices Using gRPC: code/Chapter14

Appendices

Extra

  • Chapter X1 Building Serverless Nanoservices Using Azure Functions: code/ChapterX1
  • Chapter X2 Managing NoSQL Data Using Azure Cosmos DB: code/ChapterX2

Important

Corrections for typos and other mistakes and improvements like refactoring code. Useful links to other related material.

Microsoft .NET community support

Interviews with me

Podcast interviews with me:

Written interviews with me:

Apps and Services with .NET 10 cover

About

Repository for the Packt Publishing book titled "Apps and Services with .NET 10" by Mark J. Price

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors