Top "Entity-framework-5" questions

The ADO.

Improve navigation property names when reverse engineering a database

I'm using Entity Framework 5 with Visual Studio with Entity Framework Power Tools Beta 2 to reverse engineer moderately sized databases (~100 tables). …

entity-framework ef-code-first t4 entity-framework-5 ef-power-tools
EntityFramework The wait operation timed out on long running task

I'm using EF5 to migrate some data from one database to another. I would generally use SQL for something like …

c# entity-framework entity-framework-5 timeoutexception
How to check if my SQL Server Express database exceeds the 10 GB size limit?

I am developing a web site, it uses SQL Server 2008 R2 Express for its database. And in testing, there is …

c# sql-server entity-framework entity-framework-5 sql-server-2008r2-express
Entity Framework Dynamic DbSet for all entities

I have a database mapped with Entity Framework, I need to implement a generic method for getting a a list …

linq-to-entities entity-framework-5 dynamic-data auto-generate
Updatable Views in Entity Framework 5/6

I have several Views that are updatable according to http://technet.microsoft.com/en-us/library/ms187956.aspx. All of my …

c# entity-framework-5 entity-framework-6
Data binding directly to a store query (DbSet, DbQuery, DbSqlQuery) is not supported Entity Framework 5

I have a devexpress GridControl for which I am setting it's datasource like so: var regs = (from vcap in context.…

devexpress entity-framework-5 datasource
Entity Framework model change error

I am getting the error "The model backing the 'DataContext' context has changed since the database was created. Consider using …

asp.net-mvc-4 entity-framework-5 datacontext
How I can read EF DbContext metadata programmatically?

I have application which uses EF-CodeFirst 5 (dll ver 4.4.0.0, on .net 4.0). I need to be able to read entity metadata, so …

ef-code-first metadata entity-framework-5
How to upgrade from Entity Framework 4.3 to EF 5

Currently we are working on the EF 4.3 . We would like to upgrade it to EF5. I have google the upgrade …

entity-framework entity-framework-4 entity entity-framework-5
EF 5 Migrations cannot connect to our database even though it does just fine at runtime

We have three projects. Company.Domain (class library) Company.PublicWebsite (MVC3 Web Application) Company.InternalWebsite (MVC3 Web Application) The two …

c# entity-framework ef-code-first entity-framework-5 entity-framework-migrations