profanis
profanis

Reputation: 2751

wpf application with 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.

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

Upvotes: 1

Views: 2426

Answers (3)

klm_
klm_

Reputation: 1209

SQLite is also good :)

Upvotes: 2

jbe
jbe

Reputation: 7031

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

Upvotes: 2

decyclone
decyclone

Reputation: 30830

Look into Sql Server Compact.

Upvotes: 5

Related Questions