.NET Core

C# Static fields inline initialization - Be Lazy

This post explores static field inline initialization in C# and how can we have full control of the exact moment when they get initialized.

Read