I was running into a problem where Visual Studio Code (VSCode) was not displaying certain characters correctly, leading to xUnit test failures. Ultima...
New features in SolutionUtil! 1) Create entire solutions (including MAUI with xUnit Tests) and 2) UML class diagrams from .NET Assemblies
Slide Speaker is an AI-powered tool that converts PowerPoint and Google Slides presentations into professional MP4 videos with virtual voiceovers. Use...
Web Application Factory is one of the most unknown and underrated tools in ASP.NET Core. If you care about integration testing, Web Application Factor...
Ever created a great presentation in Google Slides and wanted to create a video from it? Basically, take that Google Slides presentation and add voice...
Refactoring is a fancy word that means "doing basic maintenance" on your code. Basically, keeping your code clean, tidy, and readable. Without automat...
So far in this xUnit series, we've focused on tests that run using the [Fact] attribute. In this video, I'll introduce the [Theory] test attribute and...
This video continues where we left off on the TDD calculator demos. In this one we'll start looking at how to use code coverage to evaluate the qualit...
Continuing on with the xUnit / C# unit testing demos, this video goes through the process of implementing the Subtract and Multiply methods.
This video will show you how to use Test-Driven Development (TDD) to implement the Add operation of a Calculator class. We'll do this using C# and the...
This is the first in a series of videos about unit testing in C# using the xUnit.net testing framework. In this video, we'll cover some basic definiti...
In refactoring a C# project, the author encountered the CS9107 warning in Visual Studio 2022 while using Primary Constructors. This warning arises fro...
Slide Speaker helps you create videos with voice-over from your PowerPoint presentations. This video will take you through the process of creating you...
Slide Speaker helps you create videos with voice-over from your PowerPoint presentations. This video will give you an overview of what the product doe...
I was trying to debug an issue that I was having on one of my Azure App Services. Visual Studio 2022 Remote Debugging was exactly what I needed but I ...
I was getting a strange authentication error when trying to remote debug an Azure App Service using Visual Studio 2022. The issue was ultimately due t...
An app that worked stopped working. The service calls were failing from Angular to the REST APIs. Turns out that I had a CORS misconfiguration in the ...
Ok. So I’ve got a SwiftUI MacOS Catalyst app that I'm working on and if I launch it from inside of XCode, it works. If I launch it outside of XCode it...
Want to learn the basics of Scrum really quickly? Or perhaps you're looking for a quick refresher on Scrum? Well, this video is for you. Over just abo...
In Git, "pull requests" are a combination of a version control 'merge' operation and a code review. In part 1 of this demo, we'll start by creating a ...
In version control, branching lets you create copies of your code so that you or your team can work on different things in parallel. For example, work...
This is a 4 part demo of using Git with Azure DevOps and Visual Studio. Part 1 - Initialize a Git Repository Part 2 - Git, Visual Studio, & the Azure ...
Ben shares his custom-made, simple arrow and rectangle callouts for Final Cut Pro, created in Motion due to difficulty finding suitable options. These...
Creating a service connection in Azure DevOps Server is complex due to the lack of direct access to Azure resources unlike in its cloud counterpart. T...