Tagged Questions
5
votes
1answer
669 views
C# integer primary key generation using Entity Framework with local database file (Sdf)
I'm writing a standalone application and I thought using Entity Framework to store my data.
At the moment the application is small so I can use a local database file to get started.
The thing is ...
2
votes
3answers
394 views
Entity Framework 4 CTP 5 POCO - Using an existing but empty SQL database on hosting environment?
I'm using EF 4 CTP 5 with an MVC 3 application, everything is working fine on my local machine, where EF 4 just create or drop the SQL CE whenever it needs to, since I have set the option to ...
1
vote
2answers
187 views
SQL CE 4 and Sql Ide's
What tools does everyone use to work with the SQl CE 4? With 3.5 we could open it in SQL Server Studio Management Studio but this is no longer an option it seems... and doing it in VS only allows you ...
1
vote
2answers
340 views
Migrate from SQLCE 4 to SQL Server 2008
So, being an early adopter, I have developed an application based on SQLCE4, ASP.Net MVC3 and Entity Framework CTP5 (code first) based on a fit of recklessness induced by reading this announcement.
...
0
votes
1answer
143 views
Entity Framework, SQL CE 4.0, and DB Test Automation
I want to perform "fast integration" (aka "desktop integration") tests of a project using EF 4.0/4.1 connected to SQL Server 2008. This means that I need to swap out the dependency upon SQL Server ...
0
votes
0answers
70 views
SqlCe4 inner expection -shared memory issue on test enviroment
I am trying to get a wpf4 application that uses the entity framework 4 & SQLCE4 to work on a test machine before packaging ready for a client. On my local dev environment everything works as I ...
0
votes
1answer
124 views
SQL CE Codefirst not generating columns for enum types
This is somewhat new territory for me.
I'm using MVC3 with SQL CompactEdition version 4.0 and EntityFramework version 4.1 (with CodeFirst), and MVC Scaffolding by Steven Sanderson (although I don't ...
0
votes
0answers
300 views
Profile output sql generated by Entity Framework
I'd like to find and look at the generated SQL from entity framework code-first. I cant use the sql profiler because its not provided with SQL CE.
If there is none for directly profiling entity ...