Design Codes
Aviad Ezra on Software Architecture
Saturday, July 22, 2017
Down with NULL!
›
The introduction of null is arguably the biggest mistake in the history of computer science. Usage of null makes for sloppy code, cascading...
Saturday, April 9, 2016
Scale up and scale out with .NET framework
›
Recently I came across a question about the ability of .NET to scale, comparing to other frameworks. Here’s my answer. I hope you’ll find i...
Saturday, January 24, 2015
Could not obtain exclusive lock on database 'model'? Here’s how you find the smoking gun..
›
If your team owns a process that provision SQL Server databases in masses, you probably encountered the below exception in one of your test ...
Sunday, May 11, 2014
Testing in Production – Benefits, Risks and Mitigations
›
Testing in Production (TiP) is the most important mind-shift required for building and operating a successful service at scale. This post ou...
Friday, May 9, 2014
Azure Table Storage: Writing data in a batch
›
Azure table support writing items in a batch, as long as 1) all the items are in the same partition and 2) the batch is not bigger than 100 ...
›
Home
View web version