In this tutorial we will learn about What are the different options available for the dotnet publish command ...
In this tutorial we will learn about How do you create a new solution using the CLI ...
In this tutorial we will learn about How do you add an existing project to a solution using the CLI ...
In this tutorial we will learn about How do you remove a project from a solution using the CLI ...
In this tutorial we will learn about How do you create a new class library project using the CLI ...
In this tutorial we will learn about How do you add a reference to another project in an ASPNET Core project using the CLI ...
In this tutorial we will learn about How do you run unit tests for an ASPNET Core application using the CLI ...
In this tutorial we will learn about What command is used to create a new test project using the CLI ...
In this tutorial we will learn about How do you add a testing framework eg xUnit NUnit to a test project using the CLI ...
In this tutorial we will learn about How do you run a specific test or a group of tests using the CLI ...
In this tutorial we will learn about How do you create a new migration using the CLI ...
In this tutorial we will learn about What command is used to apply migrations to the database using the CLI ...
In this tutorial we will learn about How do you roll back a migration using the CLI ...
In this tutorial we will learn about How do you update the database to a specific migration using the CLI ...