Combining EF6 with ASP.NET 5
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...
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...