This week I was in St. Louis presenting at dev up, a "new" conference that's actually no so new, as it was previously the St. Louis Day(s…
Keep Reading →
Next month on 8-9 November I'll be joining many great speakers in Las Vegas for nopCommerce Days 2018. If you're unfamiliar with it…
Keep Reading →
I'm a fan of proper use of design patterns, and you can get big gains from layering multiple patterns together. One prime example of this in…
Keep Reading →
My latest MSDN Magazine feature article covering What's New in ASP.NET Core 2.1 was published a few days ago: Microsoft recently released…
Keep Reading →
A variety of tools will let you measure the complexity of a given method in your .NET applications. If you have a high-end SKU of Visual…
Keep Reading →
One of the new features in ASP.NET Core 2.1 is Razor Class Libraries, which let you compile razor files into NuGet packages. Another that…
Keep Reading →
A common approach to securing APIs is through the use of bearer tokens, like JWT. If you’re using JWT, you may find this site useful to…
Keep Reading →
A feature I use quite a bit in Visual Studio is the Calculate Code Metrics tool, found under the Analyze menu. You can use it to get some…
Keep Reading →
I created a helpful flow chart to use when answering the question, Should I add caching to my web application (or, "Should I implement…
Keep Reading →
Yesterday I presented Design Pattern Mastery at Momentum Dev Con, a first-year regional developer conference held in Cincinnati, Ohio. The…
Keep Reading →