cs12dotnet8
cs12dotnet8 copied to clipboard
Repository for the Packt Publishing book titled "C# 12 and .NET 8 - Modern Cross-Platform Development Fundamentals" by Mark J. Price
Hi Mark, At page 149, the book says: "That is why when you have an integer too large to fit in a 32-bit integer, it becomes -1."  It's not...
Hello Mark, I hope I fine you well. I'm following and learning for you a lot. And I'm very thankful for that. However, I'm trying to fit it all together...
`UpdateCustomerAsync` does not need to return any result (similar with `DeleteCustomerAsync`). This is in sync with the `Update` function in `CustomerController` in `Northwind.WebApi`. Also, modified `@attribute [RenderModeAuto]` to `@rendermode InteractiveAuto`...
1. I run both **Northwind.WebApi** and **Northwind.Blazor** and open the browser's developer tools. 2. I navigate to https://localhost:5161/ and view the Console tab, and it is blank, unlike your description...
Not sure if I have missed a step, but when I followed the online blazor-wasm chapter, posting create or update forms gives the error: `The POST request does not specify...
1. You already have an entry for this in the errata, but I don't think that is correct. The branch you marked as not being able to be reached can...
Your book recommends installing the subject extension for Visual Studio Code, but the reviews on it are a little scary. (see below) There are good reviews mixed in with the...
suggestion to replace existing Figure 10.1 for more visual/logical learners  looking forward to the new .NET-9 release !
In launchSettings.json we have: "applicationUrl": "https://localhost:5141;http://localhost:5140" From VSCode I cant lunch the website http://localhost:5140/. "This site can’t be reached localhost refused to connect." But from VS2022 there is no problem...