Elahn Danee Codes
Elahn Danee Codes
Perhaps I'm misunderstanding, but am I supposed to have an idea of what Thunder Client is? This is the first time I've heard of it. Would I need to download...
Is Thunder Client what you use to create APIs? Sorry for all the questions, just really confused at this part.
Thank you! I'll download it!
Just want to circle back to this one. Yesterday, there was a gap in my understanding on this section. In order to fix that, I watched a refresher video on...
`error CS0103: The name 'NotFound' does not exist in the current context error CS4010: Cannot convert async lambda expression to delegate type 'Task'. An async lambda expression may return void,...
When walking through the tutorial, I received the above errors. Not sure why these errors are popping up. I even tried to see if I needed to add the attached...
Could we add something like the following to the Basic Routing section on the quick start page? > Keep in mind, once you start assigning specific URL routes such as...
Also in subsections 'Route Variables' and 'Constraints', am I supposed to know how to assign variables at that point in the doc? For example, > app.MapGet("/hello/{name}", (string name) => $"Hello...
 @LadyNaggaga Of course! It looks like it didn't come through in my last comment. And awesome! So happy I can help with...
@LadyNaggaga Also, on line 5, do you think `Complete = false` should be updated to `IsComplete = false` in order to match line 15? Just caught that one now.