Tuesday, June 28, 2016

Developing ASP.NET Core applications using dotnet watch

By Victor Hurdugaci Introduction dotnet watch is a development time tool that runs a dotnet command when source files change. It can be used to compile, run tests, or publish when code changes. In this tutorial we’ll use an existing WebApi application that calculates the sum and product of two numbers to demonstrate the use cases of dotnet watch. The sample application contains an intentional bug that we’ll fix as part of this tutorial. Getting started Start by downloading the sample application.

http://codango.com/developing-asp-net-core-applications-using-dotnet-watch/

We are happy to share this resource that we found. The content displayed on this page is property of its original author or their organization.

No comments:

Post a Comment