Improving security with unit tests and reflection
Back in November of 2014, Phil Haack published his Avoid async void methods blog post—it contained two useful things: a warning about an antipattern (I have ...
Back in November of 2014, Phil Haack published his Avoid async void methods blog post—it contained two useful things: a warning about an antipattern (I have ...
We’ve been using TeamCity for a long time due to its widespread use in the .NET community—generally, if it can be done, someone’s already done it and blogged...
For some upcoming work my team is doing, we wanted to use Entity Framework as our base DAL (with a micro-mapper like Dapper overlaid on top) and ASP.NET 5 as...
Some investigation uncovers that SQL Azure has some significant differences from on-premises SQL Server, which can impact performance in unexpected ways.
I started working on improving a codebase recently and one of the best ways to do that is to start writing tests. The site is heavily database driven, so a n...