Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-6

ASP.NET-Identity: how to limit UserName length?

When exactly is the "first time" a DbContext accesses the database?

Does EF 6 support SQL Server 2014 Types?

Entity Framework 6 not creating tables in SQLite database

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