Being Cellfish
Stuff I wished I've found in some blog (and sometimes did).
Pages
(Move to ...)
Home
About
Disclaimer
Contact
▼
Showing posts with label
collections
.
Show all posts
Showing posts with label
collections
.
Show all posts
2016-02-18
Go, maps and randomization
›
A couple of years ago it was very easy to DoS attack .Net web services as the headers were added to a dictionary. Back then the hash of the ...
2016-01-21
Alternatives to hydrating IEnumerables
›
You should know that whenever you get an IEnumerable you should only enumerate it twice as some implementations don't allow you to enum...
2015-11-12
Writing your own LINQ extension methods?
›
I stumbled upon this article with "best practices" for writing your own LINQ extension methods.
2015-06-11
Asynchronous enumerations - again
›
Almost 2 years ago I wrote about this problem with accessing data from Azure and returning it in a LINQ friendly way. Well not long ago the ...
2015-04-09
Proper collection implementation in .net
›
Most people I've worked with that needed a collection of some sort have implemented the collection by inheriting from one of the standar...
2014-10-16
What's on tap? And stay hydrated!
›
Recently when I was experimenting with Spark and Scala I encountered two patterns that I liked; Tap and Hydrate. So I decided to add them ...
2014-02-20
Hashtable vs ConcurrentDictionary
›
Historically I've seen the Hashtable be favored over ConcurrentDictionary with the assumption that is was more efficient allowing for ...
2 comments:
›
Home
View web version