Last week my sixth Pluralsight course, “String Manipulation in C#: Best Practices” was released. This new course dives into creating, modifying, searching and parsing strings in .NET. Strings are one of the most used types in .NET applications and In this course, you’ll uncover everything you need to know about strings to use them effectively […]
Tag: pluralsight
Integration Testing ASP.NET Core Applications: Best Practices
I’m excited to announce the release of my fourth course at Pluralsight – “Integration Testing ASP.NET Core Applications: Best Practices“. This latest course focuses on using the ASP.NET Core integration testing framework. Many developers will be familiar with the concepts of unit testing their applications. ASP.NET Core supports more in-depth end-to-end integration testing, with the […]
Pluralsight #FreeApril: Month-Long Free Access to 7000+ Courses
TL;DR – Pluralsight is offering a free, month-long trial during April. Sign up for your free trial here. My regular readers and followers will know that for the last year and a half or so, I’ve been authoring and publishing online training courses for Pluralsight. I’ve just, in fact, begun work on my fourth course, “Integration […]
Year in Review 2019
Happy new year! Another year seems to have flown by incredibly quickly. I wanted to sit down and think back to some of the highlights from the past twelve months. 2019 was a hectic year for me and quite exhausting at times, but also extremely rewarding. In fact, now that I’ve thought back to everything […]
Using Configuration and Options in .NET Core and ASP.NET Core Apps
This week, my second Pluralsight course, “Using Configuration and Options in .NET Core and ASP.NET Core Apps” was released. This new course dives deeply into the configuration and options extension libraries provided by Microsoft. These are a foundation of modern ASP.NET Core applications and support loading of configuration from many providers and sources. They can […]