Session

Testing in ASP.NET Core with XUnit and MoQ

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.

Rob Richardson

@rob_rich

Provo, Utah, United States

View Speaker Profile