ASP.NET Core has been designed from the ground up with testability in mind. XUnit is the open source testing framework the ASP.NET team uses to test their own code.
xUnit.net is a free, open source, community-focused unit testing tool for the .NET Framework. Written by the original inventor of NUnit v2, xUnit.net is the latest technology for unit testing C#, F#, VB.NET and other .NET languages. xUnit.net works with command line tools, Visual Studio, Visual Studio Code, ReSharper/Rider, CodeRush, and NCrunch.
This presentation shows how to 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.
Video producer: https://oredev.org/
Hi to all, the contents present at this web page are really awesome for people knowledge, well, keep up the nice work fellows.