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.
我正在为 Outlook 做一个加载项。我会定期从 WCF 服务获取更新信息,我需要在某个地方保存上次更新加载项的时间。我在哪里可以保存这些信息?
在 app.config 文件中的 appSetting 中,听起来是个好地方:
<appSettings> <add key="UpdateDate" value="2013-08-27 10:00:00" /> </appSettings>