From the course: Advanced ASP.NET Core: Unit Testing

What you should know - ASP.NET Core Tutorial

From the course: Advanced ASP.NET Core: Unit Testing

Start my 1-month free trial

What you should know

- [Instructor] Let's talk about a couple of things that you need to know. During this course we'll add unit testing to three different projects, Console, Web API, and then MVC project. All these projects are built on top of ASP.NET Core version 3.1, which is the current latest stable version of .NET Core. But you can use any version of .NET Core 2.2 or later. As a programing language I'll use C#. So having basic knowledge of C# is required. I'll be using Visual Studio 2019 Community Edition but you can use any version of Visual Studio 2017 or later. Throughout this course, if you would like to follow along while I'm coding you can download the exercise files on the course page.

Contents