Комментарии:
Bro ... light mode is why I'm not following tour tuto ... unless I need it one day 😅
Thanks bro for sharing keep it up 👍
Your graphic at the begiing shows Blazor, EF, SQl and Identity but looking at the TOC and the solution at the end of the video shows no indication of Identity. Do you incorporate Authorization in this vdieo or not?
ОтветитьThanks so much
Ответитьis this complete course or do i have to purchase from udemy?
ОтветитьHey , if u can help for that . Blazor server side
Please make video using a media form ( onchange = function )
I had read the doc and how to use by microsoft but it couldnt work .
Is this the same one you did before but in .NET 8?
Ответитьthis is the best blazor clean architecture tutorial i have seen .
ОтветитьActually I'm reaching because of the quality of your online courses. Your expertise shines through, and I believe I can help you reach even more eager learners.
Here's the deal:
I specialize in driving sales and boos ting on line traffic. Together, we can craft targeted marketing strategies, optimize your sales funnels, and create compelling content to attract a broader audience.
Might be less confusing if you pronounced 'route' to rhyme with 'out' in instead of 'toot'.
ОтветитьHow are you passing state between static and interactive components?
Ответитьbut we never got to adding authentication :(
ОтветитьI have finished this course in Udemy and started my own project.
However, I have encountered "More than twenty 'IServiceProvider' instances have been created for internal use by Entity Framework."
That happened if you just navigate between pages without nothing for about 7 to 10 times.
I added DbContext using AddDbContextFactory method, as per to your tutorial.
Can you give an advice to solve that issue?
Too many information that does not relate to Blazor and .Net 8
ОтветитьI haven't watched the video yet because it's long, but does the video mention "auto render mode"?
ОтветитьAmazing tutorial video. You do an amazing job explaining concepts and implementation. I learned a lot from watching this video. The video is obviously a teaser for your Udemy Course.
I did how ever find a couple locations in the video that had problems.
1. The "Page Component - Create the Inventory List pa" section is a duplicate of the "Dependency Injection Lifetime Managementm" section.
2. The "Create a reusable component - Inventory List" section is the same video back to back. Essentially doubling this section.
Other than those two issues. I really enjoyed the content. I am even considering subscribing to the Udemy Course.
I'm sorry, but all this jumping around and waiving off unexplained items as "we'll fill it in later" is creating a confusing jumble for me. I'm at the halfway mark. Maybe it gets better?
Ответитьthis is the best blazor clean architecture tutorial i have seen .
ОтветитьWhat is difference between price prop on product and in inventory and also the quantity , isn’t the quantity should be in inventory only to keep track of products variations?
ОтветитьThanks! The video gives a concrete example of the clean architecture, which is very helpful to me.
ОтветитьAlways love to see fans of uncle bob
ОтветитьThanks for the information but many lectures are repeated in this full video. Also, I never saw your series finishing to the end, they all ended in between without completing the course. Another example is the Blazor full video series which did not end covering all the topics.
ОтветитьI literally just jumped on this cause i was looking for some guidance with EF and didn't want to watch an EF Specific tutorial.
I advise people not to watch too much tutorials when becoming a dev (I'm not a .net dev that's why I'm looking up EF).
The reason I don't are due to the fact that they're just writing what someone says and not learning anything, but man you really really created something special here.
The amount of things I saw you cover when skipping through is mind-blowingly impressive. Architecture, Requests just to name two are usually completed skipped over, you have my respect
Talk about smashing a like button. Thank you for the clear explanations and diagram demonstrations and not just talking about basic stuff. great content. I immediately bought the Udemy course
ОтветитьNot a complete waste of 2 hours, there was about half hour of useful background info. Some of it certainly, useful for beginners to Blazor, however some of the parts are repeated, and this is not a "how to build an Inventory Management System" as the title states, it's about how to display some data that could be inventory in a Blazor page. Some useful information on components, but I would question the need to breakdown the components to such a fine level, it all seems a little overkill to me. Conceptually, a great idea to reuse components, but how much inventory reuse is there going to be in this app? I would expect only a single inventory page, so seems a little over engineered. This can confuse new developers as they think this is the way to build applications. But then, as it turns out, as it just abruptly finishes as an incomplete application - no code reuse. Another small, but annoying point, the component is not showing multiple Inventories it's displaying a single inventory with many items so: private List<InventoryItem> _inventory; would be more appropriate (this is reflected correctly within the Blazor component structure but not in the c# class structure..
Ответить