Testing in ASP.NET Core with XUnit and MoQ

9/22/2016 at Southeast Valley .NET User Group in Chandler, AZ

ASP.NET Core has been designed from the ground up with testability in mind. XUnit is the testing framework the ASP.NET team uses to test their own code. Let’s add some tests to a sample ASP.NET Core project, and see how easy it is to strip away dependencies not necessary for the test.