-
Agile
C# – TFS Code Reviews – Show updated files in response to comments
Nice steps here: C# – TFS Code Reviews – Show updated files in response to comments – Stack Overflow. What’s…
Read More » -
.NET
Calculating the Checksum of a fix Message
The FIX (Financial Information Exchange) Protocol is an industry standard used by financial institutions to… guess what… exchange financial information.…
Read More » -
Agile
TDD: It’s not that simple
TDD is pretty simple right? Obey the red-green-refactor step-by-step and you’re on your way to glorious, non-legacy code. It’s really…
Read More » -
Software Development
Do not expose properties with writable fields without a chance to react on the writes.
From a chat with a co-worker a while ago: I’m not against properties. Just something against properties that are…
Read More » -
Career
My Business is Software
When I attended Drury University, I was a bit of an enigma. My peer group in the business school didn’t…
Read More » -
Software Development
REST API Design – Resource Modeling
Important note: this is not something I’ve written up by myself, but it’s rather a summary, some highlighting of the…
Read More » -
.NET
C#: Lazy is not constrained to static contexts, instance field initializers are: via Stack Overflow
Lazy<T> is not constrained to static contexts. Instance field initialisers cannot use instance references (but can use static references) as…
Read More » -
.NET
Production Postmortem: The case of the slow index rebuild
A customer called to complain that the indexing times that they were seeing on an index rebuild were very high,…
Read More » -
Software Development
From Legacy Code to Testable Code #8: Convert If-Else’s to Guard Blocks
Code simplification is one of the best things we can do for ourselves. If we understand the code, not only…
Read More » -
.NET
Recording available – Highly Available & Scalable Solutions with RavenDB
In this session, Oren explored how RavenDB deals with scaling under load and remain highly available even under failure conditions.…
Read More »
[homeForm]