将 XAML 文件保存到数据库中

发布于 2024-07-19 10:23:41 字数 132 浏览 1 评论 0原文

我有一个 Silverlight 应用程序,我可以创建演示文稿幻灯片(例如在 PowerPoint 中),并且我想将此幻灯片(XAML 和 .cs 文件)保存在数据库或其他地方,以便我能够加载和使用它们。

看待, 安德烈.

I have a Silverlight application in witch i can create presentation slides(like in PowerPoint), and i whant to save this slides(XAML and .cs files) in database or somwhere else, where i can be able to load and to use them.

Regard,
Andrei.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

十秒萌定你 2024-07-26 10:23:41
  1. 您应该将 XAML 和 .CS 文件编译为 Silverlight 类库 (DLL)
  2. 将 DLL 存储在数据库中
  3. 根据需要动态下载 DLL

阅读 本文这篇文章由 Dino Esposito 在 MSDN 杂志上发表。

  1. You should compile the XAML and .CS files into Silverlight Class Libraries (DLLs)
  2. Store the DLLs in your database
  3. dynamically download the DLLs as needed

Read this article and this article by Dino Esposito in MSDN Magazine.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文