With Blazor you can postpone loading certain assemblies, to get your application up-and-running faster.
However, when you move components to be lazy loaded you will encounter problems with lazy loading.
In the blog post I want to show you how you can enable lazy loading, and how to handle dependency injection for those components.
[More]
What is the effect of using async
and await
on a method that simply calls another async
method.
[More]
Let us look at the lifetime of injected dependencies in Blazor.
[More]

Let's look at implementing a Value Object's GetHashCode
.
[More]
In the first part, I showed you how you can implement the Equals
method for Value Objects efficientl
In this blog post, I want to show you how this class is implemented.
In this blog post, I want to show you how this is implemented.
[More]

This blog discusses how to implement a Value Object's Equals
method efficiently.
[More]
In the upcoming release of .NET Core 3 (planned somewhere around september 2019) we will also have t
[More]