Home » Archives for March 2017
If you’re working on SharePoint deployments, and aren’t familiar with the SharePoint Search Query Tool, you’re probably doing something wrong. Or you’ve got a really troublefree tenant and simple requirements.. :) At least for technical issues, it’s the #1 tool for debugging what’s in the index and what isn’t. This…Continue reading Using SharePoint Search Query Tool
This is part 2 in my “One web developer’s story about the downfall of web hosting” series – a frustrating firsthand experience with a formerly-great web hosting provider taken over by EIG (Endurance International Group). You can find the first post here:EIG/Site5 review – Part 1, experience with Site5 before…Continue reading EIG / Site5 review – Part 2, the Aftermath
This post describes the easiest way to debug the issues that may stop your Seed-method in Configuration.cs from going through. This problem concerns typically your ASP.NET MVC projects, either on .NET Framework or .NET Core – the same basic idea should work for both situations. The solution here shows you,…Continue reading The easiest way to debug Seed-method in Code-first migrations in Entity Framework