Mitch's Blog

Filter Posts By
Feb 24, 2017

Take Control of Code Coverage Analysis with Exclusions

Getting an accurate picture of your true unit test coverage can be almost impossible when auto-generated, or other similar code is introduced. For example, projects with EF Migrations enabled can get blasted as not-covered. Let us look at methods to improve this reporting.

Read Full Article
Jan 30, 2017

Finding Performance Settings in DNN 9.x

DNN Platform version 9.x introduced a new PersonaBar, and as part of that process, moved all settings to new locations making them harder to find. This post shows where you can find the most important performance settings.

Read Full Article
Jan 25, 2017

Using Entity Framework With Legacy Databases

We would all love to work with only new development, however, we know that isn't possible. Although we might be working with legacy code, or databases we can still work to leverage new technology even if bound by old semantics and standards.

Read Full Article
Sep 24, 2016

Properly Using DNN's Custom 404 Page

It is important for a 404 page to return the proper HTTP Status to those visiting the website. DNN's default 404 page, unfortunately, doesn't always set the proper status unless it is configured properly.

Read Full Article

Notice

Content provided in this blog is provided "AS-IS" and the information should be used at your own discretion. The thoughts and opinions expressed are the personal thoughts of Mitchel Sellers and do not reflect the opinions of his employer or any other affiliated company.

This blog’s content is copyright protected. Re-publishing on other websites is allowed as long as proper credit and backlink to the article is provided. Any other re-publishing or distribution of this content is prohibited without written permission from Mitchel Sellers.