From 1fc01978972a8b8ca2dbb107cc3f7ee50f08382d Mon Sep 17 00:00:00 2001 From: Mark J Price Date: Wed, 19 Oct 2022 10:00:19 +0100 Subject: [PATCH] Initial commit --- README.md | 2 +- docs/bonus/README.md | 8 ++++++++ docs/bonus/advanced-features.md | 3 +++ docs/bonus/code-first-models.md | 3 +++ docs/bonus/improving-wasm-apps.md | 3 +++ docs/bonus/network-resources.md | 3 +++ docs/bonus/notebooks.md | 3 +++ docs/bonus/plinq.md | 3 +++ 8 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 docs/bonus/README.md create mode 100644 docs/bonus/advanced-features.md create mode 100644 docs/bonus/code-first-models.md create mode 100644 docs/bonus/improving-wasm-apps.md create mode 100644 docs/bonus/network-resources.md create mode 100644 docs/bonus/notebooks.md create mode 100644 docs/bonus/plinq.md diff --git a/README.md b/README.md index a3c35b8..33f2b44 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ The appendix is available to download as a PDF: - Appendix A, Answers to the Test Your Knowledge Questions (coming November 2022) Supplementary print book materials available to download: -- Color images of the screenshots/diagrams used in this book (coming November 2022) +- Color images of the screenshots/diagrams used in this book: https://static.packt-cdn.com/downloads/9781803237800_ColorImages.pdf ## Important Corrections for typos and other mistakes and improvements like refactoring code. Useful links to other related material. diff --git a/docs/bonus/README.md b/docs/bonus/README.md new file mode 100644 index 0000000..2dff3a1 --- /dev/null +++ b/docs/bonus/README.md @@ -0,0 +1,8 @@ +# Bonus book content + +- Chapter 1, [Exploring code using .NET Interactive Notebooks](notebooks.md) +- Chapter 8, [Working with network resources](network-resources.md) +- Chapter 10, [Code First EF Core models](code-first-models.md) +- Chapter 11, [Using multiple threads with parallel LINQ](plinq.md) +- Chapter 15, [Implementing advanced features for web services](advanced-features.md) +- Chapter 16, [Improving Blazor WebAssembly apps](improving-wasm-apps.md) \ No newline at end of file diff --git a/docs/bonus/advanced-features.md b/docs/bonus/advanced-features.md new file mode 100644 index 0000000..4dfdc3b --- /dev/null +++ b/docs/bonus/advanced-features.md @@ -0,0 +1,3 @@ +# Implementing advanced features for web services + +This is a bonus section for Chapter 15. \ No newline at end of file diff --git a/docs/bonus/code-first-models.md b/docs/bonus/code-first-models.md new file mode 100644 index 0000000..e1906a0 --- /dev/null +++ b/docs/bonus/code-first-models.md @@ -0,0 +1,3 @@ +# Code First EF Core models + +This is a bonus section for Chapter 10. \ No newline at end of file diff --git a/docs/bonus/improving-wasm-apps.md b/docs/bonus/improving-wasm-apps.md new file mode 100644 index 0000000..1444157 --- /dev/null +++ b/docs/bonus/improving-wasm-apps.md @@ -0,0 +1,3 @@ +# Improving Blazor WebAssembly apps + +This is a bonus section for Chapter 16. \ No newline at end of file diff --git a/docs/bonus/network-resources.md b/docs/bonus/network-resources.md new file mode 100644 index 0000000..d55c9ce --- /dev/null +++ b/docs/bonus/network-resources.md @@ -0,0 +1,3 @@ +# Working with network resources + +This is a bonus section for Chapter 8. \ No newline at end of file diff --git a/docs/bonus/notebooks.md b/docs/bonus/notebooks.md new file mode 100644 index 0000000..c433f56 --- /dev/null +++ b/docs/bonus/notebooks.md @@ -0,0 +1,3 @@ +# Exploring code using .NET Interactive Notebooks + +This is a bonus section for Chapter 1. \ No newline at end of file diff --git a/docs/bonus/plinq.md b/docs/bonus/plinq.md new file mode 100644 index 0000000..2c9a6fe --- /dev/null +++ b/docs/bonus/plinq.md @@ -0,0 +1,3 @@ +# Using multiple threads with parallel LINQ + +This is a bonus section for Chapter 11. \ No newline at end of file