My MVC solution is built with a core and a client split to it. The core defines the majority of the application but each client has their own Controller assembly and Web project.
客户项目利用资源界定:
- Text to be rendered on markup pages
- DisplayName attribute values on ViewModels
- Text for messages etc. in the controller
- etc.
其核心用途是界定:
- Exception messages
- Validation messages
- etc.
由于某些客户可能只拥有资源,我只想为客户提供一套资源(资料来源)。 客户Name项目
核心资源所使用的其他资源必须在核心组别中确定。
这将使所有工作都得当,但是,由于核心资源项目的核心是无法独立改变的,整个客户的实际资源价值将有所不同(也不可能是核心会议参考客户资源项目)。
理想的情况是,我不想把资源放在一个大会中,以便在生产时能够改变这些价值,而无需重新加入。
我敢肯定我会处理这一错误,谁会给我一些指导?