🍿 5th video on Blazor Web Assembly (WASM). We are going to learn the basics of Blazor Component.
See the live site at: https://fishcard.codewithsaar.net.
🍔 Takeaways
Event handler is a delegate that participates in another class's interesting activity.
3 objects, 2 activities in dependency injection - register a service to the container, inject it into the consumer.
For more videos like this:
💡Subscribe to my channel - https://www.youtube.com/CodewithSaar?....
🧩 Resources
Blazor official tutorial: https://dotnet.microsoft.com/en-us/ap...
Blazor Components Official Document: https://docs.microsoft.com/en-us/aspn...
📺 Demo code:
Fishcard source code: https://github.com/xiaomi7732/CodeWit...
💬 Discord server for Code w/ Saar: / discord
➡️ Reach me on Twitter @SaarShen.
🏠 My home page: https://www.codewithsaar.com
☕ If you want to buy me a coffee: https://www.buymeacoffee.com/codewith... and thank you!
🔖 Chapters
00:00 Event handler
02:38 Data Model
04:39 Dependency Injection introduction
07:28 Use DI in fishcard
11:13 Build the Search functionality
12:22 Binding multiple items to Razor by @foreach
13:24 Understand Two-way Data-Binding
14:07 Data list for input assistant
16:00 Extract data into json file