VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
ASP.NET Core MVC Course (.NET 5)

ASP.NET Core MVC Course (.NET 5)

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
Learn ASP.NET Core 5 MVC(.NET 5) in this complete tutorial course for beginners. After learning about the history and basics of ASP.NET Core, you will learn how to build a small book list application with CRUD operations. You will learn how to use the Entity Framework for integration with a database with ASP.NET Core Razor Pages. You will build a CRUD application with validations and finally deploy the application on Azure! - Code: https://github.com/dotnetmastery/Rocky https://github.com/dotnetmastery/Rocky -- Course from Bhrugen Patel. Check out more of his YouTube channel: https://www.youtube.com/channel/UC-4lngmBF7h1OVzmCuDiNdw - Watch more courses from Bhrugen at his website: https://www.dotnetmastery.com It could be helpful to have some familiarity with C# and SQL. If you want to learn about those topics, try these videos: - C#: https://www.youtube.com/watch?v=GhQdlIFylQ8 - SQL: https://www.youtube.com/watch?v=HXV3zeQKqGY
Date: 2022-03-14

Comments and reviews: 10


One of the best trainings I've watched.... Besides setting the scene and giving a great context, the way he does the demos ensure you do it from scratch, and, therefore, understand how to do it going forward. The complete opposite of other videos I watched which started from the built-in templates (nothing wrong with using those, but, if you want to really understand it first, this is the video to Watch)! THANKS A LOT!
reply

You are amazing, you have a very special talent for teaching. Please consider making videos in API with both basic and JWT authentication, because there are videos in YT that are quite confusing, so maybe your version can be the one that blasts these confusing videos to oblivion! Please create more videos on JWT, API, Design patterns and SOLID Principles. cheers
reply

What a wonderful tutorial. You have a gift of explaining things simply and clearly. You also do very well at anticipating what questions your views may have and answering them as you go. This was very informative and I went ahead and purchased part one and two of this course on Udemy to show you some support. Keep up the excellent work!
reply

Thanks for this! The job I was interviewed in told me to learn .net core mvc, and I just know ReactJS. My only experience in the backend is minimal nodejs and python's flask. What a surprise on my end as the job description says -React developer-, but on the interview, they told me it's a fullstack position.
reply

In the DeletePost(int? id) method, the 'id' parameter would always be set to null for me. Anyone have any idea why?
My 'Delete.cshtml' is identical to his, but it seems it doesn't pass along an 'id' to the Post method. I switched the parameter to a Category object and it worked fine.

reply

When I am seeing your information about creating a different context to make application context. So how do you get them to become a relational database. Like how do you get the 2 to become 1 from different context?
reply

The video is indeed very good. But ....but man the way you spoke is hilarious, do you speak like that with your friends? Pls speak normally, I think I have to listen some acid rock music now to get rid of this :P
reply

Long video and the only thing that I can complain about is the lack of explanation on connecting to the database. What is -dot- database, what the others are, and why don't I have any of them?
reply

All the unexplained terms are hurting my brain. If its not for total beginners like me who has learn coding for unity and also basic sql, then -what should i learn first- ?
reply

Why are we using POST for Edit? Shouldn't it be PATCH, or PUT?
Why are we using POST for Delete? Shouldn't it be DELETE?
(still a REST newbie here)

reply
Add a review, comment






Other channel videos