Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Combining LINQ-to-Entities Queries into Single Query

c# sql linq entity-framework

C# call a SQL Server user defined function via Entity Framework

Datagridview in winforms application updated automatically when there is any change in database

Entity Framework Code-first Many to many relationship on the same table

c# entity-framework

EF Code First convention to allow ICollection<T> properties to be empty collections rather than null?

FromSqlRaw injection EF Core 3.0

How to set display attributes to an E.F. generated enumeration?

c# entity-framework

SQL Server SUM and UNION losing decimal precision

Building an ObjectContext in EF Code First CTP4

EF 6 : Nested Complex type in another complex type

c# entity-framework

ASP.NET MVC dropdownlist not selecting value

Mock unit test returns ArgumentNullException on AsNoTracking()

Is Entity Framework also persistance layer?

Path is not displayed in wpf

How should a one to many relationship be managed in Entity Framework?

.Net Core 2.0 Web Api circular dependency after moving database context to DAL class library

Executing Raw sql with Entity Framework Core

Many-to-many without an inverse property