3.6 KiB
Improvements & Errata - list of corrections
C# 11 and .NET 7 - Modern Cross-Platform Development, Seventh Edition
The previous edition was published on Tuesday, November 9, 2021. Order today from Packt, Amazon.com, Amazon.co.uk, Amazon.com.au, and all good book stores. My author page on Amazon: https://www.amazon.com/Mark-J-Price/e/B071DW3QGN/
Code solutions for Visual Studio 2022 and Visual Studio Code
If you have Visual Studio 2022 for Windows and Visual Studio Code and its C# extension installed on the same computer, the build process can sometimes conflict. This is because Visual Studio has its own non-standard build server that is different from the standard build server used by .NET SDK. Visual Studio 2022 and Visual Studio Code also use different file types to group projects. So I have duplicated and separated solution code for each product:
- /vs4win: Visual Studio 2022 for Windows solution files and projects for each chapter
- /vscode: Visual Studio Code workspace files and projects for each chapter
Bonus content
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)
Important
Corrections for typos and other mistakes and improvements like refactoring code. Useful links to other related material.
Microsoft .NET community support
- .NET Developer Community: https://dotnet.microsoft.com/platform/community
- .NET Tech Community Forums for topic discussions: https://techcommunity.microsoft.com/t5/net/ct-p/dotnet
- Q&A for .NET to get your questions answered: https://docs.microsoft.com/en-us/answers/products/dotnet
- Technical questions about the C# programming language: https://docs.microsoft.com/en-us/answers/topics/dotnet-csharp.html
- If you'd like to apply to be a reviewer: https://authors.packtpub.com/reviewers/
Interviews with me
Podcast interviews with me:
- The .NET Core Podcast - February 4, 2022
- The .NET Core Podcast - February 7, 2020
- Yet Another Podcast with Jesse Liberty - May 2021
- Yet Another Podcast with Jesse Liberty - February 2020
- Packt Podcasts
Written interviews with me:
- C# 9 and .NET 5: Book Review and Q&A
- Q&A with Episerver's Mark J. Price, author of C# 9 and .NET 5 - Modern Cross-Platform Development
