Top "Ado.net-entity-data-model" questions

Covers the Entity Data Model-part of ADO.

Returning datatable using entity framework

I am using entity framework. There is one particular situation in my application where I have to use a stored …

c# entity-framework ado.net-entity-data-model
there is no ado.net entity data model in visual studio

After installed Visual Studio 2013 and create a new MVC4 internet application project : Visual Studio Doesn't have Ado.net Entity Data …

visual-studio-2013 ado.net-entity-data-model
Oracle ODP.Net With Entity Framework 6 - Entity framework database compatible provider could not be found

I am trying to build an MVC 5 Web application with Entity Framework 6 that works on Oracle Database , am trying to …

.net oracle entity-framework ado.net-entity-data-model odac
References for DBContext, DBSet<> in Entity Framework

I am trying to use ADO.Net Codefirst feature of latest Entity Framework 4.0. As part of that I have installed …

c# .net entity-framework entity-framework-4 ado.net-entity-data-model
Can't Create Entity Data Model - using MySql and EF6

I'm trying to add an edmx Entity model to my C#/Web Project in Visual Studio 2013. My problem is that …

mysql entity-framework visual-studio-2013 mysql-connector ado.net-entity-data-model
EF4 is throwing an error "Schema specified is not valid"

I'm getting a weird EF4 "Entity Framework v4" error when I do a select on the context. There I get …

entity-framework .net-4.0 entity-framework-4 ado.net-entity-data-model
How to display a collection in View of ASP.NET MVC 4 Razor project?

I have the following Model: public class ContractPlain { public int Id { get; set; } public Guid ContractGuid { get; set; } public int …

c# asp.net-mvc-4 razor render ado.net-entity-data-model
Missing "Ado.Net Entity Data Model" on Visual Studio 2013

I have created new web project but I can't find ADO.net Entity DAta Model to add it. How to …

visual-studio ado.net ado.net-entity-data-model
ADO.NET Entity Connection String for Multiple Projects

I am using multiple layer project where the DataModel hosts the ADo.NET Entity model and DataAccess layer does the …

entity-framework ado.net linq-to-entities ado.net-entity-data-model
asp.net mvc - pass partial data model to partial view

I wish to build a partial view that gets a model column and print it. Something like that: At the …

asp.net-mvc razor partial-views ado.net-entity-data-model