Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-6

How to add a child table while saving a parent table in ASP.Net MVC 5?

What is the purpose of .`ToListAsync()`

The parameterized query expects the parameter p1 which was not supplied

EntityFramework 6 with Oracle: Is there a "standalone" ODAC (i.e. without ODBC), and does every client PC need to have it installed?

Code First TVF in 6.1.0-alpha1-30113

EF move migration to new project

Accessing Entity Framework In Class Library From ASP.NET Core Web App

There is no ViewData item of type 'IEnumerable<SelectListItem>' that has the key "key"

IEquatable breaks loading of Entity Framework entities

I want to use Entity Framework + ASP Identity but I don't want EF to generate tables for me

Can i use foreign key to unique constraint in EF6?

Entity Framework - How to Insert to table with foreign keys without retrieving foreign table rows first

Publishing with Multiple Context in Same Database

How to pass an Expression into Entity Framework LINQ query OrderBy clause

Why EF can't sort items by the order of another collection and how to workaround?

Mocking DbSet<T> inline