Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
Login
From:
You’ve Been Haacked
(Uncensored)
subscribe
Custom config sections using static virtual members in interfaces | You’ve Been Haacked
https://haacked.com/archive/2024/07/18/better-config-sections/
links
backlinks
Tagged with:
csharp dotnet aspnetcore
C# 11 introduced static virtual members in interfaces. The primary motivation for this feature is to support generic math algorithms. But it turns out, this feature is useful in other scenarios.