Being Cellfish
Stuff I wished I've found in some blog (and sometimes did).
Pages
(Move to ...)
Home
About
Disclaimer
Contact
▼
2015-06-25
The social circuit breaker
›
The same way I have applied ideas from agile development to other random situations like moving from one country to another I have come to r...
2015-06-18
Timetravel in C# done right
›
Testing things where you need to fake time is not hard given the right abstractions . That is why when I read this article I felt really sa...
5 comments:
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-06-04
Returning 403 or 404 - that is the question
›
I think it is safe to say that anybody who is serious about security will tell you that security through obscurity is no security . Yet a l...
2015-05-28
Enumerating dictionaries
›
When people work with the Dictionary class in .Net there are two common assumptions that I see used a lot. Worst part is that these assumpt...
2015-05-21
The ultimate programming language
›
One of my favorite bloggers had an article last month that resulted in a rather interesting conclusion; that the ultimate programming langua...
1 comment:
2015-05-14
Email as password manager?
›
A lot of people these days rely on some (software) password manager to keep track of all different passwords you need. Obviously there are t...
2015-05-07
To await or not to await - that is the question
›
One question that comes up quite often is if you should always use async/await or not. Sadly enough the answer is not simple because there ...
2015-04-30
Yet another estimation rant
›
Lately I've been discussing estimation a lot with both colleagues and friends so I guess it is time to go at it again. As I've menti...
2015-04-23
Don't let your constructor create the world around it
›
I recently listened to a developer podcast about the async/await feature in .Net. And I was terrified when the host asked about using those ...
‹
›
Home
View web version