ASPX/ASCX 页面/控件的呼叫概述

发布于 2024-12-27 12:28:15 字数 1539 浏览 0 评论 0原文

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

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

发布评论

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

评论(1

甜扑 2025-01-03 12:28:15

我最终只编写了一个简单的控制台应用程序,它遍历所有文件夹并使用正则表达式来查找许多文件之间的连接。它允许我收集所有类名,并通过将数据转储为 XML 来解决我的问题,然后用它来创建所有实际连接。我成功地将代码从数百个 ASCX 文件减少到不到 60 个文件,因为生成的信息我可以将其重构为更实用的结构。
这是一项繁重的工作,不幸的是,在工作时间。我的雇主是该代码的正式所有者,因此我不能否认它。这也不是很好的代码。对于一次性解决方案来说功能足够了。

I ended up just writing a simple console application that walks through all folders and uses regular expressions to find the connections between the many files. It allowed me to collect all class names and solve my problem by dumping data as XML which I then used to create all the practical connections. I've managed to reduce the code from over hundreds of ASCX files to less than 60 files because of the resulting info which I could then refactor into a more practical structure.
It was a lot of work and unfortunately, during work hours. My employer is officially owner of this code so I can't shate it. It's not very nice code either. Just functional enough for a one-shot solution.

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