ASP.NET Video Recommendations?
I'm trying to find some video's that go over how/why/where all of the code itself in ASP.NET gets passed around that goes over how it all works step by step to enhance my understanding of it so I won't be lost in what i'm doing.
Does anyone have any recommendations for such videos?
So far the best video I have is this one but i'm trying to even learn more. (he goes over how some of the mvc code interacts with each other in this vid though not much else)
https://youtu.be/Ea-Ms6znJpE
3 Replies
i think the microsoft docs guide is fantastic, while it's not a video it's a step by step with pictures and clear instructions
https://docs.microsoft.com/en-us/aspnet/core/tutorials/first-mvc-app/start-mvc?view=aspnetcore-6.0&tabs=visual-studio
go in order
when you reach a point you would like to know more just find information regarding that specific part, that's what i do, works for me, maybe it does for you