DEV Community

Cover image for More Than Just CRUD with .NET Core 3.1 - Part 2

More Than Just CRUD with .NET Core 3.1 - Part 2

Patrick God on April 13, 2020

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....
Collapse
 
bibek100 profile image
Bibek

Could you explain to me about that while loop?
You first defined it to be false but while you were running that while loop why did you use !defeated and how was that loop running even you defined it as false in the first place?

Collapse
 
_patrickgod profile image
Patrick God

Hi Bibek,
Sure. The while loop runs as long as defeated is set to false - pay attention to the ! in the condition that checks if defeated is set to false, which is the case in the beginning.
As soon as one character has been defeated, we set the variable to true, and the fight stops. Makes sense?

Hope this helps.

Take care,
Patrick

Collapse
 
bibek100 profile image
Bibek

I got it. I thought !defeated will be changed to true after doing this since it was declared false for the first time

Thread Thread
 
bibek100 profile image
Bibek

Anyway, your whole course is great. Do you have other courses related to .net and react

Thread Thread
 
_patrickgod profile image
Patrick God

Thank you very much! :)

I'm currently working on a .NET 5 and a Blazor course. Would that be of interest to you?

Take care,
Patrick

Thread Thread
 
bibek100 profile image
Bibek

Yeah I am really interested!! Are you gonna post about it pretty soon?

Thread Thread
 
_patrickgod profile image
Patrick God

I try. ;)

Collapse
 
awonglk profile image
Anthony Wong

Seriously educational. With abundant video based courses around, i didn't expect to enjoy following a blog/article series based course. I ended up following it all the way to the end of the course! Hope you'll make more courses like this!

Thank you so much!

Collapse
 
kamandsaadati profile image
KamandSaadati • Edited

OMG!
Done! Finally :)
I've been waiting soooo long for this moment to say "Hooray!" for myself for successfully finishing this amazing tutorial and also say a BIG "THANK YOU!", for the second time to you Patrick!
Amazing job in this tutorial!
Cause I personally think like, I've started as an absolute novice in .NET Core and SQL Server and now I'm a junior web developer that has successfully built an API, connected her app to a real DB and managed all the crucial operations between her web app and database, used JWT for authentication and even has developed a further feature for fighting some RPG characters =)
And that's great!
But, I also have a question from you, that I'd really appreciate your answer to it: Where should I go for more learning in the Back-end development area with this technology stack next?

Collapse
 
_patrickgod profile image
Patrick God

Congratulations!! :)

I'm really glad you completed the whole series.

To your question: What do you want to build?
Think about expanding your web application or build a new one. That way you will find new challenges yourself and it's a good way to dive even deeper.

Apart from that, the online course is coming soon. ;) If you have any suggestions, please don't hesitate to tell me.

Take care,
Patrick

Collapse
 
kamandsaadati profile image
KamandSaadati • Edited

Yeah! Nice idea to keep going forward, thank you :) 👍
And for your coming soon course, I'm sure it'd be great just like this one, but for more suggestions, I will make sure that you'd be aware of them, whenever a new idea would come to my mind : D cause your tutorial is already well-structured enough for any beginner looking for some resources to start his/her journey!

Collapse
 
diggerplays profile image
Digger Plays

Hi Patrick.

Thank you so much for taking the time to put this tutorial series together. The content is excellent and really well presented. I'm an experienced developer of some 30 years, but having been away from the coalface of ASP.NET for a couple of years this is exactly what I needed to get up to speed with .NET core and APIs in particular. The bonus was an insight into EF Core as well.

Great work .. really appreciated.
Si.

Collapse
 
novinyo profile image
Kodjo Novinyo AMEGADJE

This is dope. I truly enjoyed every bit of it. You're awesome

Collapse
 
_patrickgod profile image
Patrick God

Thank you very much! Glad you like it. :)

Collapse
 
hadilepanda profile image
Hadi

Really valuable course, everything is clearly explained and I learned a lot from it! I'm grateful for being able to follow along, hope to see more content like this :)

Collapse
 
_patrickgod profile image
Patrick God

Thank you very much! :)

I'm currently working on the video version of this course, so stay tuned. ;)

Anything else you would like to see?

Take care & stay healthy,
Patrick

Collapse
 
hadilepanda profile image
Hadi

Nice! :) I'd suggest for the video that you keep it pretty much the same format as in this blog:
-> each step first explained by the logic flow and with images etc..
-> then the completed code for that part with an iteration on how the logic is applied.
Going through the steps with the necessary explaination and application would make a great playlist of small and informative videos in my opinion :p

I'd personally love to see more rpg & networking related logics no matter what the language is. To learn there's nothing that I love more than seeing code applied in a rpg theme!

Collapse
 
jtorres33 profile image
jtorres33

This tutorial was amazing!!! Thanks a lot. You are clarify me a lot themes about Web Api Projects.

Collapse
 
terrerox profile image
terrerox

How can i build the frontend? U have another tutorial? by the way, thank you! thats a great tutorial!

Collapse
 
_patrickgod profile image
Patrick God

Thank you! :)

Anything specific you're thinking about? Angular, Blazor, anything else?

Take care,
Patrick

Collapse
 
terrerox profile image
terrerox • Edited

I thinking about Blazor, that's something new to me, i'm excited about this technology

Thread Thread
 
_patrickgod profile image
Patrick God

Great! I was thinking about Blazor, too. Stay tuned. ;)

Collapse
 
rlclaro profile image
Reynier Lester Claro Escalona

thank you very much for this excellent course, you were able to create the repository with the code on github, thanks and regards