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 :)
精彩评论