Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-6

UTF-8 in *.cshtml

What if I call DbContext.Dispose without calling DbContext.SaveChanges?

"The RelatedEnd with role name X has already been loaded" error message

c# entity-framework-6

Cannot import anymore tables into edmx. "Running transformation: System.NullReferenceException: Object reference not set to an instance of an object."

How do I map a column to uppercase in .NET 4.5 C# Entity Framework 6 using both Oracle and SQL Server?

Auto Increment ID in Composite key Entity Framework

Generate SQL script to Seed initial data with Entity Framework v6.1 Code First

How to query a large DbSet with AsNoTracking and a CancellationToken

Entity Framework 6 Code First Concurrency

Does Entity Framework support COUNT(*) OVER()

Modify the expression tree of IQueryable.Include() to add condition to the join

Code-first, setting database collation

Emit DbContext.OnModelCreating on every context creation

LinQ to SQL throws Stackoverflow exception when using Any()

Entity Framework 6 - How to determine stored procedure input parameters

Entity Framework returning IQueryable of join of two tables

c# linq entity-framework-6

Math.Round in linq to entities vs linq to objects