You'll find an embedded player for the recording at the top of this post. This video is just over 90
The first in a series of videos all about the CMDB that I'm attempting to build in .NET Core, using C# and TDD
TDD is always a hot topic, and Fizzbuzz is super simple to implement. So I decided to make a video of me showing you how to create a fully TDDed FizzBuzz implementation in .NET Core, using C# and xunit.
Developing software and applications is great, but it's getting it out to users that's important to do. Taking a leaf from the DevOps tree, this week I'll show you how to use AppVeyor with your .NET Core projects, and how we can facilitate Continuous Delivery with it.
Developing software and applications is great, but it's getting it out to users that's important to do. Taking a leaf from the DevOps tree, this week I'll show you how to use AppVeyor with your .NET Core projects, and how we can facilitate Continuous Integration with it.
A very brief introduction to unit testing in .NET Core, how it can be achieved and what the pitfalls are.