Top "Entity-framework-6" questions

For questions about the The ADO.

Scaffolding controllers with repositories in Mvc5, EF6, VisualStudio 2013

In vs2012 I used to use Steve Sanderson's mvcScaffolding Package with this package I could scaffold Action Methods with unit …

visual-studio-2013 asp.net-mvc-scaffolding entity-framework-6 asp.net-mvc-5 t4scaffolding
Calling Oracle stored procedure using Entity Framework with output parameter?

I have a simple Oracle stored procedure that gets three parameters passed in, and has one output parameter: CREATE OR …

c# oracle entity-framework entity-framework-6 oracle-manageddataaccess
Ignoring properties when calling LoadFromCollection in EPPlus

I am trying to generate an Excel file using the following code: public static Stream GenerateFileFromClass<T>(IEnumerable&…

c# excel entity-framework-6 epplus
Razor Syntax gives errors in View before compiling (No intellisense)

I was going through the list of NuGet Packages and I was updating everything things like bootstrap, jQuery, etc. but …

c# entity-framework-6 razor-2 .net-4.5 asp.net-mvc-5.2
Register entityFramework with MySql.Data 6.7.2.0 connector

I have tried to configure my web project to use MySQL pre release of .net connectors, version 6.7.2.0. However, i keep …

asp.net asp.net-mvc mono entity-framework-6 mysql.data
postgresql does not appear in Data Source when generating .ADO.net Entity Data Model

I succeeded in accessing an existing postgresql dbase by using npgsql directly. I used for this: PostgreSQL 9.0.10 (32 bit) Visual Studio 2015 …

c# postgresql entity-framework-6 visual-studio-2015 npgsql