Mister Magoo
Bits and Pieces

Bits and Pieces

Follow
Follow
homebadges
Tag

Blazor

#blazor-1

More content

Read more stories on Hashnode


Articles with this tag

Quick Helper For Blazor Performance

Oct 13, 20202 min read

How do you check your renders? Here's my method Create a base class that inherits ComponentBase, override ShouldRender and OnAfterRender to start and...

Quick Helper For Blazor Performance

Dependency Injected Blazor App

Oct 8, 20203 min read

Blazor Does Not Support Constructor Injection Or does it? Code - gimme code The v5.0.0-preview.8.20414.8 release included a nice refactor commit from...

Dependency Injected Blazor App

Blazor and Media events - Hard to handle?

Aug 14, 20204 min read

Preface I saw some chat recently on the Blazor Gitter Channel asking about binding to events on the html5 video tag. It seems this person was not...

Blazor and Media events - Hard to handle?

Work in Progress

Jul 29, 20202 min read

Work In Progress - Video component for Blazor I am currently working on a Blazor Video component. Media Events do not bubble in general, and Blazor...

Work in Progress