Top "Entity-framework-6" questions

For questions about the The ADO.

Entity Framework 6 Cannot build after adding stored procedures to data model

I just downloaded entity framework 6 and created a brand new project to test it. We currently use EF 5. After adding …

entity-framework entity-framework-6
SQLite EF6 programmatically set connection string at runtime

I try to migrate form EF 3.5 to 6 (with SQLite as database). We can not set the connection string in the …

.net sqlite runtime entity-framework-6 connection-string
Bulk deleting rows with RemoveRange()

I am trying to delete multiple rows from a table. In regular SQL Server, this would be simple as this: …

c# entity-framework entity-framework-6
Setting schema name for DbContext

I know how to set the schema for a table in my context but is there a way to set …

c# entity-framework entity-framework-6 database-schema
How to use String property as primary key in Entity Framework

I'm new in EF and try to do my first steps by code first approach in ETF6.0 and now i …

c# sql database entity-framework entity-framework-6
'Code First From Database' Template not showing in Visual Studio Entity Data Model Wizard

according to Microsft in this article is should see an option 'Code First From Database' when adding a new item …

c# entity-framework visual-studio-2012 entity-framework-6
How to specify that DateTime objects retrieved from EntityFramework should be DateTimeKind.UTC

I have C# program where all DateTime objects are DateTimeKind.UTC. When saving the objects to the database it stores …

c# datetime entity-framework-6 utc
Return an object along with a 409 Conflict error in a Web API 2 POST call backed by Entity Framework?

I have a C# Entity Framework Web API 2 controller. Currently when an attempt is made via the POST method to …

c# asp.net-mvc entity-framework-6 asp.net-web-api2
How we can create 3 tier architecture in ASP.Net MVC application with EF?

I am creating a new project (web application) in ASP.NET MVC 5 with Entity framework 6. I have worked in 3 tier …

c# .net asp.net-mvc entity-framework-6 3-tier
Automapper causing error: missing type map configuration or unsupported mapping

I am new to Automapper. I have added Nuget package - Automapper into my Manager (BLL) and DAL layer. Now, …

entity-framework-6 nuget-package automapper-3