Developer at ZocDoc
C#/jQuery/SQL Server for most day to day work. I like F# too, but don't get to use it much.
Scalability
abusing c#, .net framework tricks, instrumenting your application stack
Code Contracts -- a static analysis framework for .NET where you embed asserts in your code and they generate compile time errors. Replaces guard clauses and eliminates the need for a bunch of unit tests that would have checked bad inputs. Selenium -- I generally prefer integration testing to unit testing, more complexity usually comes from 2 systems interacting than from the systems themselves. I mostly use nUnit for unit tests, but have dabbled with other frameworks.
Mercurial! DVCS is the bomb! I think Git is cool too.
Sign in to post a Greeting.