Forum Discussion

16 Replies

  • pkanavos's avatar
    pkanavos
    Copper Contributor
    Hot Reload in `dotnet watch` is great. Just a few days ago I used Hot Reload in a *console* application to generate DTOs from yet another dreaded "Excel Requirements Document". Make a change to the source, save, check the outcome, repeat until satisfied.

    I used VS Code as the editor but I could easily have used Sublime.
  • Eduard Keilholz's avatar
    Eduard Keilholz
    Copper Contributor
    Yup, love it... Plain old ASP Core API... Make some changes, hit the fire button and enjoy!