Visual Studio 解决方案和正在运行的应用程序之间的 .NET 互操作性

发布于 2024-11-06 01:56:04 字数 236 浏览 0 评论 0原文

对 .ASPX 页面的修改会使 ASP.NET 编译器自动重新编译网站。我目前所处的情况是模板在代码中编译并缓存在变量中。编译过程在应用程序启动时运行,这很好(不应该在每个请求上运行)。当新的模板文件添加到解决方案中或修改现有模板时,理想情况下应该再次运行编译过程。

是否可以将 Visual Studio 中的函数调用到我的应用程序中?或者这里存在一些设计缺陷?这一切都发生在开发阶段,而不是在生产阶段。

Modifications to .ASPX pages make the ASP.NET compiler recompile the website automatically. I'm currently in a situation where templates are compiled in code and cached in a variable. The compilation process runs when the application starts this is good (should not be on every request). When new template files are added to the solution, or when existing templates are modified the compilation process should be run once again ideally.

Is it possible to invoke a function from Visual studio into my application? Or is there some design flaw here? This all takes place during development phase, not when in production.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风苍溪 2024-11-13 01:56:05

我开始使用 FileSystemWatcher 它可以满足我的需要高效。

I started using a FileSystemWatcher which does what I need quite efficiently.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文