- 64
- 35 778
Benjamin Day
United States
Приєднався 17 вер 2006
Benjamin Day is a consultant and trainer specializing in software best practices using Scrum with Microsoft’s DevOps tools. Ben’s main areas of emphasis include Azure DevOps, Scrum, software testing, and software architecture. He is a Microsoft MVP, a certified Scrum trainer via Scrum.org, and a speaker at conferences such as Pluralsight Live and VSLive. When not developing software, Ben’s been known to go running and sea kayaking in order to balance out his love of cheese, cured meats, and champagne. His online courses are available at www.pluralsight.com and courses.benday.com. He can be contacted via www.benday.com.
Integration Test ASP.NET Core with Web Application Factory: Demo 3 - HTTP POST Requests
Web Application Factory is one of the most unknown and underrated tools in ASP.NET Core. If you care about integration testing, Web Application Factory helps make ASP.NET Core integration tests a breeze.
This video will demonstrate how to use WebApplicationFactory to test HTTP POST calls in your ASP.NET Core applications.
The source code for this series of videos is available at github.com/benday-inc/Demo-WebApplicationFactory.
This video was made with help from Slide Speaker (slidespeaker.ai).
This video will demonstrate how to use WebApplicationFactory to test HTTP POST calls in your ASP.NET Core applications.
The source code for this series of videos is available at github.com/benday-inc/Demo-WebApplicationFactory.
This video was made with help from Slide Speaker (slidespeaker.ai).
Переглядів: 98
Відео
Integration Test ASP.NET Core with Web Application Factory: Demo 2 - Runtime Configuration Problems
Переглядів 1212 місяці тому
Web Application Factory is one of the most unknown and underrated tools in ASP.NET Core. If you care about integration testing, Web Application Factory helps make ASP.NET Core integration tests a breeze. This video will demonstrate how to write integration tests to detect runtime configuration problems in ASP.NET Core applications. The source code for this series of videos is available at githu...
Integration Testing ASP.NET Core with Web Application Factory: Demo 1
Переглядів 2273 місяці тому
Web Application Factory is one of the most unknown and underrated tools in ASP.NET Core. If you care about integration testing, Web Application Factory helps make ASP.NET Core integration tests a breeze. This video will demonstrate how to use Web Application Factory from an xUnit test. The source code for this series of videos is available at github.com/benday-inc/Demo-WebApplicationFactory. Th...
ASP.NET Core Integration Testing with Web Application Factory
Переглядів 1873 місяці тому
Web Application Factory is one of the most unknown and underrated tools in ASP.NET Core. If you care about integration testing, Web Application Factory helps make ASP.NET Core integration tests a breeze. This video will give you an overview of what Web Application Factory is and where it fits into your team's testing practices. The source code for this series of videos is available at github.co...
How to Add Voiceover Narration on Google Slides using Slide Speaker
Переглядів 5513 місяці тому
Ever created a great presentation in Google Slides and wanted to create a video from it? Basically, take that Google Slides presentation and add voiceover narration to it and turn it into an MP4 video? Well, here's how to do it using Slide Speaker. www.slidespeaker.ai 0:00 - Intro 0:15 - Open the Google Slides presentation 0:32 - Export the PPTX file 1:30 - Log in to Slide Speaker 2:10 - Create...
Recommended xUnit Test Structure & Refactoring Your Code
Переглядів 473 місяці тому
Refactoring is a fancy word that means "doing basic maintenance" on your code. Basically, keeping your code clean, tidy, and readable. Without automated tests, refactoring can be a risky and terrifying proposition. But when you have automated tests, it's a lot less scary. In this video, I'll show you how you can use unit tests written in xUnit to make refactoring relatively painless. Along the ...
Data-driven Unit Tests in xUnit with the [Theory] Attribute
Переглядів 503 місяці тому
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 the [InlineData] attribute. This will allow us to write tests that run multiple times with different test data.
Demo 3: Code Coverage with xUnit, C#, and VSCode
Переглядів 1473 місяці тому
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 quality and comprehensiveness of your automated test suite.
Demo 2 - Unit Testing with xCode & .NET Core - Subtract & Multiply
Переглядів 263 місяці тому
Continuing on with the xUnit / C# unit testing demos, this video goes through the process of implementing the Subtract and Multiply methods.
Demo 1 - Unit Testing with xCode & .NET Core - Implementing Calculator "Add"
Переглядів 533 місяці тому
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 xUnit.net test framework inside of Visual Studio Code.
Unit Testing with xCode & .NET Core
Переглядів 543 місяці тому
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 definitions like "what is a unit test" and what's the test-driven development (TDD) process.
Slide Speaker: Creating Your First Video
Переглядів 735 місяців тому
Slide Speaker helps you create videos with voice-over from your PowerPoint presentations. This video will take you through the process of creating your first video. Step 1: Upload your presentation Step 2: Add the text you want to say for each slide Step 3: We'll create the audio and video for you Step 4: Download the video and do whatever you want with it www.slidespeaker.ai/
Getting Started with Slide Speaker: Product Overview
Переглядів 865 місяців тому
Slide Speaker helps you create videos with voice-over from your PowerPoint presentations. This video will give you an overview of what the product does. BTW, this video was *created* using Slide Speaker itself. www.slidespeaker.ai/ Step 1: Upload your presentation Step 2: Add the text you want to say for each slide Step 3: We'll create the audio and video for you Step 4: Download the video and ...
How to Fix Azure App Service Remote Debugging in Visual Studio 2022
Переглядів 5645 місяців тому
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 kept getting a strange authentication error. Turns out that it was related to the App Service settings for basic auth. Here's how I fixed it.
Find and Fix a SwiftUI App Crash using LLDB
Переглядів 996 місяців тому
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 explodes. And of course it doesn’t give me a good error message. This video walks you through how I used the command line version of the LLDB debugger to find the real problem and fix the bug.
Azure DevOps: Git Pull Requests (Part 2 of 2), Code Review & Merge
Переглядів 2,4 тис.11 місяців тому
Azure DevOps: Git Pull Requests (Part 2 of 2), Code Review & Merge
Azure DevOps: Git Pull Requests (Part 1 of 2), Create a Branch from a Work Item
Переглядів 2,7 тис.11 місяців тому
Azure DevOps: Git Pull Requests (Part 1 of 2), Create a Branch from a Work Item
Azure DevOps: Git Branching & Merging with Visual Studio
Переглядів 7 тис.11 місяців тому
Azure DevOps: Git Branching & Merging with Visual Studio
Azure DevOps: Git Basics (Part 4 of 4)
Переглядів 1,8 тис.11 місяців тому
Azure DevOps: Git Basics (Part 4 of 4)
Azure DevOps: Git Basics (Part 3 of 4)
Переглядів 2 тис.11 місяців тому
Azure DevOps: Git Basics (Part 3 of 4)
Azure DevOps: Git Basics (Part 2 of 4)
Переглядів 3,3 тис.11 місяців тому
Azure DevOps: Git Basics (Part 2 of 4)
Azure DevOps: Git Basics (Part 1 of 4)
Переглядів 5 тис.11 місяців тому
Azure DevOps: Git Basics (Part 1 of 4)
Azure App Services + ASP.NET Core: Course Summary
Переглядів 21Рік тому
Azure App Services ASP.NET Core: Course Summary
Demo: Implement an ASP.NET Core Authorization Policy Handler
Переглядів 90Рік тому
Demo: Implement an ASP.NET Core Authorization Policy Handler
Demo: Implement Development Mode Security in ASP.NET Core
Переглядів 56Рік тому
Demo: Implement Development Mode Security in ASP.NET Core
Middleware & Claims, Part 2 of 2: Use Middleware to Populate Custom Claims from a Database
Переглядів 90Рік тому
Middleware & Claims, Part 2 of 2: Use Middleware to Populate Custom Claims from a Database
Middleware & Claims, Part 1 of 2: Call /.auth/me from Middleware to Get More User Information
Переглядів 119Рік тому
Middleware & Claims, Part 1 of 2: Call /.auth/me from Middleware to Get More User Information
Demo: Implement & Configure Multiple Authentication Providers with Azure App Service Security
Переглядів 571Рік тому
Demo: Implement & Configure Multiple Authentication Providers with Azure App Service Security
How Does Azure App Service Security Actually Work?
Переглядів 128Рік тому
How Does Azure App Service Security Actually Work?