You can read reviews for this book on [Amazon UK](https://www.amazon.co.uk/11-NET-Cross-Platform-Development-Fundamentals/dp/1803237805#customerReviews) and [Amazon US](https://www.amazon.com/11-NET-Cross-Platform-Development-Fundamentals/dp/1803237805#customerReviews).
Available on Packt's website in eBook or Print + eBook editions, or included with a Packt Subscription, from November 8, 2022: https://packt.link/p2uyD
## 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](/vs4win): Visual Studio 2022 for Windows solution files and projects for each chapter
- [/vscode](/vscode): Visual Studio Code workspace files and projects for each chapter
To make it easier to enter commands at the prompt, the [Command-Lines](docs/command-lines.md) page lists all commands as a single line that can be copied and pasted.
- [Sample Chapters 7 and 12 - C# 11 and .NET 7 - Modern Cross-Platform Development Fundamentals](https://github.com/markjprice/cs11dotnet7/blob/main/docs/Sample%20Chapters%207%20and%2012%20-%20C%23%2011%20and%20.NET%207%20-%20Modern%20Cross-Platform%20Development%20Fundamentals.pdf)
Microsoft used to have exams and certifications for developers that covered skills like C# and ASP.NET. Sadly, they have retired them all. These days, the only developer-adjacent exams and certifications are for Azure or Power Platform, as you can see from the certification poster: https://aka.ms/traincertposter
- [C# 9 and .NET 5: Book Review and Q&A](https://www.infoq.com/articles/book-interview-mark-price/?itm_source=infoq&itm_campaign=user_page&itm_medium=link)
- [Q&A with Episerver's Mark J. Price, author of C# 9 and .NET 5 - Modern Cross-Platform Development](https://www.episerver.com/articles/q-and-a-with-mark-price)