From be07b4cb7367196d78c2fed4e7a7c722ba7ddc44 Mon Sep 17 00:00:00 2001 From: Mark J Price Date: Wed, 19 Oct 2022 10:33:52 +0100 Subject: [PATCH] Initial commit --- docs/bonus/advanced-features.md | 2 +- docs/bonus/code-first-models.md | 2 +- docs/bonus/improving-wasm-apps.md | 2 +- docs/bonus/network-resources.md | 2 +- docs/bonus/notebooks.md | 2 +- docs/bonus/plinq.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/bonus/advanced-features.md b/docs/bonus/advanced-features.md index 4dfdc3b..fd439ba 100644 --- a/docs/bonus/advanced-features.md +++ b/docs/bonus/advanced-features.md @@ -1,3 +1,3 @@ # Implementing advanced features for web services -This is a bonus section for Chapter 15. \ No newline at end of file +> This is an optional bonus section for Chapter 15. It is not required to complete the rest of the book. \ No newline at end of file diff --git a/docs/bonus/code-first-models.md b/docs/bonus/code-first-models.md index e1906a0..21f98a2 100644 --- a/docs/bonus/code-first-models.md +++ b/docs/bonus/code-first-models.md @@ -1,3 +1,3 @@ # Code First EF Core models -This is a bonus section for Chapter 10. \ No newline at end of file +> This is an optional bonus section for Chapter 10. It is not required to complete the rest of the book. \ No newline at end of file diff --git a/docs/bonus/improving-wasm-apps.md b/docs/bonus/improving-wasm-apps.md index 1444157..147ad79 100644 --- a/docs/bonus/improving-wasm-apps.md +++ b/docs/bonus/improving-wasm-apps.md @@ -1,3 +1,3 @@ # Improving Blazor WebAssembly apps -This is a bonus section for Chapter 16. \ No newline at end of file +> This is an optional bonus section for Chapter 16. It is not required to complete the rest of the book. \ No newline at end of file diff --git a/docs/bonus/network-resources.md b/docs/bonus/network-resources.md index d55c9ce..a36d562 100644 --- a/docs/bonus/network-resources.md +++ b/docs/bonus/network-resources.md @@ -1,3 +1,3 @@ # Working with network resources -This is a bonus section for Chapter 8. \ No newline at end of file +> This is an optional bonus section for Chapter 8. It is not required to complete the rest of the book. \ No newline at end of file diff --git a/docs/bonus/notebooks.md b/docs/bonus/notebooks.md index 2b376d3..f24944f 100644 --- a/docs/bonus/notebooks.md +++ b/docs/bonus/notebooks.md @@ -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) diff --git a/docs/bonus/plinq.md b/docs/bonus/plinq.md index 2c9a6fe..2192407 100644 --- a/docs/bonus/plinq.md +++ b/docs/bonus/plinq.md @@ -1,3 +1,3 @@ # Using multiple threads with parallel LINQ -This is a bonus section for Chapter 11. \ No newline at end of file +> This is an optional bonus section for Chapter 11. It is not required to complete the rest of the book. \ No newline at end of file