Tag: c#

Blog, Programming

• 2 Comments

Blazor: OnInitializedAsync Null Exceptions

One of the first issues I encountered when building data-driven Blazor pages is the dreaded NullReferenceException when trying to reference...

Read More

Blog, Programming

Introducing Blazor

Introduction Okay, Blazor isn’t exactly brand new. First announced over three years ago, it’s been in public preview since...

Read More

Programming

Debugging Visual Studio Extensions

If you ever need to debug a Visual Studio extension to diagnose problems or just test that it’s behaving how you expected, it’s...

Read More
Close