Skip to main content

All Questions

4 votes
1 answer
1k views

Primitive Extensions - Replaces static primitive methods

I got annoyed having to do things like string.IsNullOrEmpty(myString) when it seemed as if myString.IsNullOrEmpty() would ...
Michael Brandon Morris's user avatar
1 vote
1 answer
3k views

My own implementation of Linq SelectMany extension method

What do you think of my own implementation of the extension method SelectMany? Motivating criticism is always welcome. ...
HerbalMart's user avatar