Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How to pass a null value into a stored procedure with Entity Framework?

How to ask the database server for current datetime using entity framework?

Using DataAnnotations with Entity Framework

Exception raised when I'm trying enable migrations in EF 4.3.1

How to get original Entity from ChangeTracker

The provider for invariant name System.Data.SqlClient is specified multiple times

Scaffolding a Read Action in MVC "No parameterless constructor defined for this object."

Should Entity Framework lazy loading be disabled in web apps?

Multiple Versions of SQL Server using Entity Framework in a single ASP.NET application

Entity Framework Designer Won't add table

entity-framework

Passing Viewbag Data from View to Controller in ASP.Net MVC3 Razor

Entity Framework - C# or VB.Net

Why `DatabaseGenerated(DatabaseGeneratedOption.Identity)` doesn't work in MVC 4

Why should I use Any method instead of Count? [duplicate]

Unable to determine the principal end of an association between the types [duplicate]

One-to-One relationships in Entity Framework 7 Code First

How to update-database Programmatically in EntityFramework Codefirst?

An error occurred while starting a transaction on the provider connection. See the inner exception for details

c# linq entity-framework

Can I create a mock db context which I can add to, then search?

Linq Query with a Where clause in an Include statement [duplicate]