Wednesday, June 6, 2018

Visual Studio - Adding or removing workloads and components




Modify Visual Studio by adding or removing workloads and components 1. Open Visual Studio 2. Go to Tools - Get Tools and Features 3. Select workloads or components 4. Click in Modify

No comments:

Post a Comment

Visual Studio - Swagger and Swashbuckle with ASP.NET Core 2

Swagger and Swashbuckle with ASP.NET Core 2 Swagger is a specification used to document an API. As I am sure we all know API documen...