Initial commit

This commit is contained in:
Mark J Price 2022-10-19 10:33:52 +01:00
parent b2a3d1ac31
commit be07b4cb73
6 changed files with 6 additions and 6 deletions

View file

@ -1,3 +1,3 @@
# Implementing advanced features for web services
This is a bonus section for Chapter 15.
> This is an optional bonus section for Chapter 15. It is not required to complete the rest of the book.

View file

@ -1,3 +1,3 @@
# Code First EF Core models
This is a bonus section for Chapter 10.
> This is an optional bonus section for Chapter 10. It is not required to complete the rest of the book.

View file

@ -1,3 +1,3 @@
# Improving Blazor WebAssembly apps
This is a bonus section for Chapter 16.
> This is an optional bonus section for Chapter 16. It is not required to complete the rest of the book.

View file

@ -1,3 +1,3 @@
# Working with network resources
This is a bonus section for Chapter 8.
> This is an optional bonus section for Chapter 8. It is not required to complete the rest of the book.

View file

@ -1,6 +1,6 @@
# Exploring code using .NET Interactive Notebooks
> This is a bonus section for Chapter 1.
> This is an optional bonus section for Chapter 1. It is not required to complete the rest of the book.
- [Exploring code using .NET Interactive Notebooks](#exploring-code-using-net-interactive-notebooks)
- [Creating a notebook](#creating-a-notebook)

View file

@ -1,3 +1,3 @@
# Using multiple threads with parallel LINQ
This is a bonus section for Chapter 11.
> This is an optional bonus section for Chapter 11. It is not required to complete the rest of the book.