I am going to develop small WPF application. Target platform is .NET 3.5. The main goal is to make it portable (move to any folder and it works out of the box). It should run on Windows 7 machine without any additional installations. However I need a database into it (not need ORM support, just simple storage). Could you please suggest database that would be better for this purpose? I think about SQL CE 4.0 but I am not sure whether it requires additional installations like C++ libs or not. Including DLLs is OK.
Asked
Active
Viewed 270 times
0
-
You can just include files with SQL CE 4.0, as described on my blog – ErikEJ Oct 13 '12 at 07:22
-
Will it work on .NET 3.5? I heard that SQL CE 4.0 does not support this platform. – Pavel Shchegolevatykh Oct 13 '12 at 08:12
-
Then you heard wrong... Yes, it will Work with .NET 3.5 SP1 just fine. – ErikEJ Oct 14 '12 at 11:49
-
Okay thank you. It's really great that I can use it. – Pavel Shchegolevatykh Oct 15 '12 at 19:15