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...