mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2025-12-06 05:32:03 +01:00
Initial commit
This commit is contained in:
parent
b2a3d1ac31
commit
be07b4cb73
|
|
@ -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.
|
||||
|
|
@ -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.
|
||||
|
|
@ -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.
|
||||
|
|
@ -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.
|
||||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
Loading…
Reference in a new issue