The ADO.
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-toolsI'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 timeoutexceptionI 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-expressI 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-generateI 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-6I have a devexpress GridControl for which I am setting it's datasource like so: var regs = (from vcap in context.…
devexpress entity-framework-5 datasourceI 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 datacontextI 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-5Currently 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-5We 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