Fluent Generics in C# #27
Replies: 1 comment
-
Finally got to reading it after 3 years and I have to say that I never seen this approach before, but I like it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Fluent Generics in C#
Generic programming is a powerful feature available in many statically typed languages. It offers a way to write code that seamlessly operates against many different types, by targeting the features they share rather than the types themselves. This…
https://tyrrrz.me/blog/fluent-generics
Beta Was this translation helpful? Give feedback.
All reactions