开发者

Bind Silverlight to a database?

开发者 https://www.devze.com 2023-04-05 11:59 出处:网络
I heard that Mango will have a local database available. I\'m a bit of a novice regarding this whole thing

I heard that Mango will have a local database available. I'm a bit of a novice regarding this whole thing

Is it possible to use Silverlight data binding to connect to a database and automatically receive updates etc or is it something that takes a bit more work? Perhaps it is necessary to add helper functions 开发者_高级运维that return lists from the database and you bind to those internal lists instead of directly to the database?


There is a msdn tutorial on how to build a MVVM application using a local database for windows phone 7 mango.

You may also take a look at MVVM Light Toolkit.

0

精彩评论

暂无评论...
验证码 换一张
取 消