Please indicate that you're using Razor pages for your front end. Thanks.
@MrGudmestad2 ай бұрын
Yes, I use . cshtml pages which are considered Razor pages.
@alexkirubaraj.d.r3652 ай бұрын
Having just watched this video, I found it incredibly useful for my project. The detailed information provided, line by line, was invaluable. Thank you so much! I’m eager to discover more videos like this, and I’ll definitely recommend it to beginners. THank you so much @Evan Gudmestad
@lsboissard2 ай бұрын
Conteúdo excelente, parabéns! Mais um inscrito no canal...
@alzearafat10 күн бұрын
Thank you!
@MrGudmestad5 күн бұрын
You're welcome!
@linux-sv5nr2 ай бұрын
Amazing!!! Thank you very much.
@MrGudmestad2 ай бұрын
Glad you enjoyed!
@marmolbernardojr.s.5420Ай бұрын
Thats Greate Vid So much info
@MrGudmestadАй бұрын
Glad you liked it
@wadood_ul_islam663716 күн бұрын
That is exactly what is was looking for it was incredibly useful im gonna make projects out of it and my own custom projects for preparation of >NET CORE MVC can u please make more projects like this with like RDLC reports .
@praveen222245 күн бұрын
is Dot NET CORE and Dot NET CORE MVC Same?
@MrGudmestad5 күн бұрын
Thanks for the feedback!
@ronaldjohnson44702 ай бұрын
Thank you Evan.
@MrGudmestad2 ай бұрын
You're welcome. If you code along I hope you'll learn a thing or two!
@williamalexis65062 ай бұрын
Excelente, muchas gracias, Saludos
@MrGudmestad2 ай бұрын
De nada! Mi placer.
@varunadhitya208122 күн бұрын
the video is very helpful but that would be great if you demonstrate how to setup in macbook
@MrGudmestad21 күн бұрын
Thanks for the feedback
@dhangrad98362 ай бұрын
Fantastic thank you!!!
@MrGudmestad2 ай бұрын
You're welcome. If you code along let me know if you've learned a thing or two!
@dhangrad98362 ай бұрын
Very much appreciate your content and is helpful in making my portfolio for job applications. If I knew about your program about 5 years ago...ish I would have applied to Ranken tech instead of my college.
@nguyenvietlong12492 ай бұрын
Tysm for your hard working sir. Is this project have user order info and payment
@MrGudmestad2 ай бұрын
I plan on adding a payment processor such as Stripe to this project in the near future! This app sets up the shopping cart and user order information.
@nguyenvietlong12492 ай бұрын
@@MrGudmestad what about role between admin and user
@alexkirubaraj.d.r3652 ай бұрын
@@MrGudmestad i am Waiting for this
@MrGudmestad2 ай бұрын
@@nguyenvietlong1249 That is something I taught Role based permissions in the class but haven't brought into this project. I'm currently back in JS world this Fall semester, but I'll be sure to do this update as well in the Spring of 2025!
@الظاهريالظاهري-س6رАй бұрын
Hello sir, but how can I log in? If I am a regular user, I will enter him to the main page, and if I am an administrator, I will enter him to the control page. Can you help me, please?
@MrGudmestadАй бұрын
Authorization is something I haven't worked into this tutorial series, but I do plan on doing so in the future
@morlanandini1750Ай бұрын
I am using mac book. Can I still learn ASP .Net?
@MrGudmestadАй бұрын
Yes, you can definitely learn ASP.NET on a MacBook! With .NET Core (now known as .NET 5 and later), Microsoft has made it possible to develop and run ASP.NET applications on macOS. You can use Visual Studio for Mac or Visual Studio Code as your development environment.
@praveen222245 күн бұрын
is Dot NET CORE and Dot NET CORE MVC Same?
@MrGudmestad5 күн бұрын
No - .NET Core can be used to build various app types including web, desktop, cloud, mobile, and microservices. .NET Core MVC is only for building web apps. It combines the Model-View-Controller (MVC) design pattern with the benefits of .NET Core, such as cross-platform support and high performance.
@praveen222244 күн бұрын
@@MrGudmestad great sir could you please make course on that also .NET core sir? And for learning .Net core do we need to know HTML CSS JavaScript? Or for .Dot NET MVC we need to learn HTML CSS JavaScript? Or without knowing this also can we learn?
@AppuonceАй бұрын
Is project complete at this viedo
@MrGudmestadАй бұрын
Yes, this video shows the complete project as demonstrated at the beginning.