在 silverlight RIA 中使用数据库 daba 的最佳方式是什么

发布于 2024-09-03 13:06:31 字数 152 浏览 2 评论 0原文

我正在使用启用了 silverlight 4 RIA 的软件构建软件。问题是我不知道使用 MS SQL SERVER 中的数据的最佳方式是什么。 使用数据的最佳方式可能意味着:

  1. 代码干净、
  2. 开发时间快、
  3. 维护快

I'm building a software using silverlight 4 RIA enabled. The question is I don't know what is the best way to consume data from a MS SQL SERVER.
The best way of consuming data might mean the following:

  1. the code is clean
  2. the development time is quick
  3. maintenance is quick

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

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

发布评论

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

评论(1

始终不够 2024-09-10 13:06:32

RIA 服务是在 Silverlight 中开发数据库应用程序的最快方法。
http://www.silverlight.net/getstarted/riaservices/

如果您的应用是 RIA启用服务,就像这样简单:

  1. 为数据库创建实体框架模型 为
  2. 模型添加新的域服务
  3. 将数据源从 VS“数据源”拖放到 Silverlight UI 上
  4. 您就完成了。

RIA Services is the fastest way to develop database apps in Silverlight.
http://www.silverlight.net/getstarted/riaservices/

IF your app is RIA Services enabled, it's as easy as:

  1. Create Entity Framework Model for your database
  2. Add new Domain Service for the model
  3. Drag and drop Data Sources onto your Silverlight UI from VS "Data Sources"
  4. You're done.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文