mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2026-02-18 13:04:15 +01:00
Initial commit
This commit is contained in:
parent
58112b62af
commit
6cac1ed8d9
|
|
@ -16,7 +16,7 @@ If you have Visual Studio 2022 for Windows and Visual Studio Code and its C# ext
|
|||
- [/vscode](/vscode): Visual Studio Code workspace files and projects for each chapter
|
||||
|
||||
## Sibling books
|
||||

|
||||

|
||||
|
||||
[GitHub repository for Apps and Services with .NET 7](https://github.com/markjprice/apps-services-net7)
|
||||
|
||||
|
|
|
|||
9
docs/errata/README.md
Normal file
9
docs/errata/README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Errata and Improvements
|
||||
|
||||
If you find any mistakes in the seventh edition, *C# 11 and .NET 7 - Modern Cross-Platform Development Fundamentals*, or if you have suggestions for improvements, then please [raise an issue in this repository](https://github.com/markjprice/cs11dotnet7/issues) or email me at markjprice (at) gmail.com.
|
||||
|
||||
[**Errata**](errata.md): Typos or mistakes in code that would cause a compilation error that prevents a successful build.
|
||||
|
||||
[**Improvements**](improvements.md): Changes to text or code that would improve the content. These are optional.
|
||||
|
||||
All errata and improvements will be included in the 8th edition planned for publishing in November 2023. To be included they must be submitted by mid-September 2023.
|
||||
15
docs/errata/errata.md
Normal file
15
docs/errata/errata.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Errata
|
||||
|
||||
If you find any mistakes, then please [raise an issue in this repository](https://github.com/markjprice/cs11dotnet7/issues) or email me at markjprice (at) gmail.com.
|
||||
|
||||
- [Errata](#errata)
|
||||
- [Print Book](#print-book)
|
||||
- [Bonus Content](#bonus-content)
|
||||
|
||||
# Print Book
|
||||
|
||||
None so far.
|
||||
|
||||
# Bonus Content
|
||||
|
||||
None so far.
|
||||
15
docs/errata/improvements.md
Normal file
15
docs/errata/improvements.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Improvements
|
||||
|
||||
If you have suggestions for improvements, then please [raise an issue in this repository](https://github.com/markjprice/cs11dotnet7/issues) or email me at markjprice (at) gmail.com.
|
||||
|
||||
- [Improvements](#improvements)
|
||||
- [Print Book](#print-book)
|
||||
- [Bonus Content](#bonus-content)
|
||||
|
||||
# Print Book
|
||||
|
||||
None so far.
|
||||
|
||||
# Bonus Content
|
||||
|
||||
None so far.
|
||||
12
errata.md
12
errata.md
|
|
@ -1,12 +0,0 @@
|
|||
# Errata, Improvements and Troubleshooting
|
||||
|
||||
If you find any mistakes in the seventh edition, *C# 11 and .NET 7 - Modern Cross-Platform Development*, or if you have suggestions for improvements, then please [raise an issue in this repository](https://github.com/markjprice/cs11dotnet7/issues) or email me at markjprice (at) gmail.com.
|
||||
|
||||
- [Errata, Improvements and Troubleshooting](#errata-improvements-and-troubleshooting)
|
||||
- [Print Book](#print-book)
|
||||
- [Bonus Content](#bonus-content)
|
||||
|
||||
# Print Book
|
||||
|
||||
# Bonus Content
|
||||
|
||||
|
Before Width: | Height: | Size: 801 KiB After Width: | Height: | Size: 801 KiB |
Loading…
Reference in a new issue