Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-6

Stored Procedure sometimes returns short, sometimes returns int

c# .net entity-framework-6

c# - Entity Framework ConnectionString won't update after changing App.Config in runtime

Line of code not working unless stepped through using breakpoint

Value cannot be null: connection while testing database

Combine Code First & Database First In Single Model?

System.Core error: "Code supposed to be unreachable" using C# Entity Framework and Linq with Expression

How can I get Glimpse to work with EF6?

loading navigation properties with raw sql query

c# entity-framework-6

"argument 'sql' cannot be null" when including "Go" in EF DbMigration

Read appsettings in asp net core console application

Add-Migration without parameterless DbContext and DbContextFactory constructor

c# entity-framework-6

Intercept all EF6 Linq queries

When are queries executed on DbContext

How to ensure that Autofac is calling Dispose() on EF6 DbContext

ASP.NET Identity - Error when changing User ID Primary Key default type from string to int AND when using custom table names

entity framework 6 - check if record exists before insert and concurrency

How do I go about unit testing with Entity Framework and Moq?

One to many recursive relationship with Code First

What database systems are fully supported by Entity Framework 6 and/or 7?

dynamically change the model - Database First