Intermediate ASP.NET Core Tutorial - Online Shop Ep.5 - Adding Products

preview_player
Показать описание


If you read the description, good on you! Keep doing it I will be leaving links like these: Sample project from the free online e-book on .net core architecture.

Book in case you missed it, GET it and READ it:

#aspnetcore #csharp
Рекомендации по теме
Комментарии
Автор

Many thanks for telling us about the ASP.NET Architecture e-book.

rayt
Автор

Your tutorials are excellent. I just signed up to support you on Patreon. Thank you!!

leighabrown
Автор

Really like this series! thank you so much!

jakemerca
Автор

at 3:55 i clicked save product button, but dont anything response or excute. Help me pls Thanks you!!!!

tannguyen
Автор

Sir Raw Codig,
It is possible more zoom to the code to see it better.
Thanks for the course, this is great..

emilioantoniobarrerasepulv
Автор

Hi mate, first of all, super well explained tutorials! I just have one question, why did you set the database project as a class project instead of an actual database project?? Wouldn't it have more sense? Just trying to see the VisualStudio db on SSMS but it doesn't show up, and I can't snapshot the project cos it isn't a db project itself :/

abelpaz
Автор

await new CreateProduct(_context).Do(Product.Name, Product.Description, Product.Value);
why we break Dependenct Injection rule ?
we can use Constructor Injection or Interface ? am i wrong ?

firatshahverdiyev
Автор

А зачем мы ProductViewModel создали внутри класса ? Сам класс имеется ввиду

АристархЗловредович