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.
Silverlight 在客户端工作,因此将任何敏感数据(如连接字符串、密码等)放入代码中似乎不是一件好事。我想在 Silverlight 中构建整个 Web 应用程序,做很多授权和数据库查询。如何使其安全?任何提示和技巧以及我应该避免哪些事情?
我从未开发/使用过 Silverlight 应用程序,但我假设您会使用 Web 服务来代理您的应用程序和数据库之间的通信。
这至少是 Flex 的工作方式。
编辑:这也是 Silverlight 的工作方式