开发者

wpf application with embedded database

开发者 https://www.devze.com 2023-02-06 16:44 出处:网络
I am a .net developer and I am looking forward to learn wpf. I don\'t want to use services to connect with a database. I want to use an embedded database.

I am a .net developer and I am looking forward to learn wpf. I don't want to use services to connect with a database. I want to use an embedded database.

开发者_Python百科

Could anyone help me by providing me a tutorial or just to inform me of how could I start with my application as it concerned the database?

Thanks


Look into Sql Server Compact.


The BookLibrary sample application of the WPF Application Framework (WAF) shows how to use the SQL Sever Compact in a WPF application.


SQLite is also good :)

0

精彩评论

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