Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我真的很喜欢在 asp.net vnext 中,我可以在我的应用程序运行时更改控制器的代码,只需刷新它就可以工作。
我想为我的应用程序实现同样的事情,它是如何发生的?如何动态更改类型的实现?
ASP.net vNext 通过使用 aFileSystemWatcher查看源文件何时更改,然后停止应用程序、重新编译并重新启动它来实现此目的。
FileSystemWatcher