如何将 T4MVC 与 StructureMap 结合使用?
如何将 T4MVC 与 StructureMap 结合使用?
我已经使用 T4MVC 来消除应用程序中的魔法字符串。 T4 生成了一些类来处理这个问题。我需要将 StructureMap 与这些生成的类一起使用。
How to use T4MVC with StructureMap?
I've used T4MVC to kill the magic strings in my application. T4 generated some classes to handle that. I need to use StructureMap with these generated classes.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
StructureMap 和 T4MVC 大多数是正交技术,因此在同一个应用程序上使用它们应该与单独使用它们没有太大区别。
如果您在尝试在同一应用程序中使用它们时遇到特定问题,请在您的问题中添加更多详细信息。
StructureMap and T4MVC are mostly orthogonal technologies, so using them on the same app should not be much different from using them separately.
If you are running into a specific issue while attempting to use them in the same app, please add more details to your question.