Reduce the number of mappings for IIS so you get better startup performance and security.
ionicons-v5-c 1 minute read
Laying down the laws of software development... biblical style.
Migrating IIS sites to new server can get messy but manually merging configuration backups can save heaps of time.
ionicons-v5-c 2 minutes read
A product that I've built has been open sourced. A look back at what I made and why the product didn't make it.
ionicons-v5-c 3 minutes read
Sitefinity needs a bit of tuning to handle 404 errors correctly for SEO.
A quick recipe to setup a Powershell Command Prompt for development with Visual Studio and .NET in general.
ionicons-v5-c 2 minutes 15 seconds read
By customizing the logic that locates views it's possible to reuse views across areas in ASP.NET MVC.
DATEDIFF ignores the time zone offset on DATETIMEOFFSET values and compares UTC instead. Cast to DateTime, or SWITCHOFFSET first, to compare local times.
Converting existing data from DateTime to DateTimeOffset is not trivial in SQL Server. You have to add timezone information yourself.