Towel (C#)
Towel (C#)
1 min read
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Just another programmer...
Recent comments
Value-Based Attributes in C#
Another user sugguested TagAttribute so a use case would be [...
Value-Based Attributes in C#
Agreed. I couldn't think of a name... if you have ideas I'm a...
Real Traits in C#
This style of interfacing is likely going to be obsoleted if/...
Common Sorting Algorithms
You should make the algorithms work on generics. You should ...
Delegate methods in C#. A practical example
Firstly, you are not limited to Action and Func. Those are bu...
Generic Measurements Mathematics In C#
I actually just finished a T4 generator for generating meas...
Answered: What the Heck is Code Golf? ⛳
Do you by chance have any recommendations for re-occuring C...
Writing a Minimum-Heap in Python3
If you have to store keys and values, all you do is (in C# ...