This tutorial series is now also available as an online video course. You can watch the first hour on YouTube or get the complete course on Udemy....
For further actions, you may consider blocking this person and/or reporting abuse
Thank you very much Patrick for sharing your knowledge in an interesting way. I went through it form start to end and It helped me a lot. It's good people like you who makes the internet a useful place. Thank you very much once again.
Thank you so much for your kind words! Glad I could help. :)
Hey If anyone is getting the Kestrel error about https: "Unable to start Kestrel.
System.InvalidOperationException: Unable to configure HTTPS endpoint."
I addressed this by commenting out the "app.UseHttpsRedirection()" as mentioned but also had to remove "localhost:5001;" from the applicationUrl in launchSettings.json.
Seems to be working, if things start breaking I'll update this comment with any solution I find.
Hi,
Thank you very much for sharing that! :)
Have a good one!
Patrick
Amazing! I have gone through quite a few .Net Core tutorials but none explained it in such way to understand what everything does clearly.
Keep it up Patrick!
Looking forward to the next one!
Thank you!
Your comment makes me happy. Thank you! :)
can i get source code ? pls
Hey,
I think I will create a GitHub repository soon with the complete project.
Until then, please refer to the code in the article. It really is the complete thing.
Take care,
Patrick
i get error in response.
addcharacterDTO cannot add in characterDTO.
i dont know what i can do
Hi, I think you're missing something in the AutoMapperProfile class.
I uploaded my own source code following this tutorial: github.com/informagico/dotnet-rpg
Hope it can help,
cheers!
Hi, Thanks you brother.
I have no idea why the response that I received, is "1", not the JSON string of the knight character as your screenshot. I also reviewed your source code and it is the same with mine...
dev-to-uploads.s3.amazonaws.com/i/...
That's strange... have you tried to call this URL in the browser? Maybe something's wrong with Postman.
Apart from that, you could try to watch the video tutorial on YouTube: youtu.be/H4qg9HJX_SE
Maybe this helps.
Take care,
Patrick
Really nice tutorial. Been through a few, and this is top quality.
Thank you very much! :)
Great tutorial. Can't wait for the next one!
Thank you very much! Glad you like it! :)
Hi, thanks fot the tutorial, do you have a .net core graphql auth with web tokens?
Hey,
I'm afraid I don't, but I put it on the list. So maybe soon. ;)
Take care,
Patrick
Thanks for this useful material.
Perhaps I found a typo:
For instance UseHttpRedirection adds middleware for redirecting HTTP requests to HTTPS.
Maybe do you mean about UseHttpsRedirection?
The best jumpstart I found so far. :)