SQL Compact does not work with Linq to Sql, what should I use?

Theres plenty of options: Norg/Default. Aspx LightSpeed mindscapehq.com/products/lightspeed EntityFramework msdn.microsoft.com/en-us/library/bb39957... I want to distribute my application without anything else to install on the user's computer None of the above will require you to install anything on the users computer, but the first two will require you to distribute assemblies with your application, no differently to distributing your own assemblies with the app.

Theres plenty of options: Nbernate - nhforge.org/Default.aspx LightSpeed - mindscapehq.com/products/lightspeed EntityFramework - msdn.microsoft.com/en-us/library/bb39957... "I want to distribute my application without anything else to install on the user's computer. " None of the above will require you to install anything on the users computer, but the first two will require you to distribute assemblies with your application, no differently to distributing your own assemblies with the app.

Notes on using it with SQL Compact: technet.microsoft.com/en-us/library/cc83....

You might also want to consider a couple of alternative packages such as DbLinq (which appears to be a generalization of LINQ to SQL) and/or System.Data. SQLite (which integrates the SQLite engine into its assembly and is supported by DbLinq).

Sql CE is an excellent database engine - fast, lightweight and reliable. And ADO.NET is about as difficult to work with as Paint and Notepad are. It's still possible to write applications without using Linq.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions