Wednesday, June 13, 2018

Quick way to update MVC application?

Hey there, guys. I'm just starting off with .NET after working with Django, and I'm already running into problems -- there has to be a quicker way to update an application than closing the local server, running "dotnet run" (which takes forever), and then refreshing the page, right? With Django's development server, you can save any changes made in your code, refresh the page, and see those changes all while the server is running. Could I get some advice on this? Thanks!

Quick way to update MVC application? Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team