Creating a full Blazor app in .Net 6 | Dependency Inject the Use Case into Razor Component | Ep 8

preview_player
Показать описание
🎁ALL-ACCESS Subscription: Unlock access to all of my courses, both now and in the future at a low $19.99 / month.

💎Learn .NET MAUI while creating a Contacts App in .NET 7:

🔥Learn Blazor while creating an Inventory Management System in .NET 6

💎 Complete Guide to ASP.NET Core Identity

💎Complete Blazor Course: Build an e-commerce app with ASP.NET Blazor and Clean Architecture

💎 Complete Web API Course:

👍Architecture Course

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

This is the handbook of the developer, thank you for sharing such a wonderful gift! I actually saved this entire course, as for now, in the SD memory, and I've been watching it in the tablet when I'm not close to computer.
Frank, You're a master teacher. thank you so much.

Azm
Автор

I got a question, why wouldn't we use List instead of IEnumerable in the CoreBusiness project to avoid adding ToList everytime we want to consume it ?

roxaszero
Автор

This part may be forgotten to mention in the "_Imports.razor" to add two items to import:

@using IMS.UseCases.Inventories
@using IMS.CoreBusiness

artai