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.
跨多个会话访问 MVC 中的全局变量的最有效方法是什么?
我想访问每个用户、公司名称、列表页面上的项目数量等可能缓存的数据库数据。
过去我创建了一个设置服务,并使用 IoC(例如Ninject)将其实例化为单例。这提供了比仅使用web.configAppSettings 更大的灵活性。
web.config