Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Creating dynamic expression for entity framework

Using the same SqlConnection for EntityFramework and "normal" SQL calls

c# entity-framework azure

Entity Framework Core - update related collection

EF Core: ValueGeneratedNever() vs. not using this method at all

Entity Framework is being restored via .NetFramework and not Core V2.0 which is my projects framework

c# entity-framework

Dotnet EF update not generating database

.NET TransactionScope and MSDTC

Entity Framework Code First with DbUp

Index out of range exception in FieldNameLookup.GetOrdinal when running SqlQuery EF

Why the database data is not being updated but object did and without error?

How to use "dotnet watch run" with .Net Core 3, Visual Studio 2019 and docker

How to use a stored procedure in ADO.NET Entity Framework

c# .net linq entity-framework

Entity Framework Association with Non Key fields

entity-framework

How to make string as primary key in entity framework!

entity-framework

Entity Framework 4 - Not always updating boolean property using ApplyCurrentValues

entity-framework

How to define a collection in a POCO in Entity Framework 4?

in .net, what programming model would be good for prototyping, but then reusable for production (for business logic/data access layers)

Can someone please clarify the key difference between Entity Framework and Typed Datasets?

Is it really necessary to implement a Repository when using Entity Framework?

Optimistic concurrency model in Entity Framework and MVC