A History of .NET

This is the third of a four part series where Robert is joined by Phil Japikse to discuss unit testing. This series expands on the 2017 Unit Testing episode. In this episode, Robert and Phil cover the Moq framework. Mocking provides the ability to simulate an object. For example, you can test a call to a database without having to actually talk to it. The Moq framework is an open source unit testing framework that works very well with .NET code and Phil shows us how to use it.
Links:
Episodes in this series:
Brilliant, awesome. Thanks Phil, thanks Robert for the presentation. Are these Moq techniques also applicable within specflow as with xUnit?
@ParfaitCyriaque, Thank you. The MOQ techniques are independent of the test runner.
Again very interesting. Learned few tricks there my self. Love that you let your human side show and don't "photoshop" over stuff :) Keep up the good work
I'm definitely loving this series, I'm wishing to watch next show since now [H]