Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Get the Max Length of a column in Entity Framework

Selecting Distinct Count and Sum of columns received as sub-query in Entity Framework

c# sql entity-framework

Can I have multiple DbContexts in the same project

c# entity-framework

LINQ to Entities Method Not Recognized - Extension Method Style

The 'data source' keyword is not supported. (ASP.Net app, Entity-framework 5, Code first, migrations)

entity framework database issue - A network-related or instance-specific error occurred while establishing a connection to SQL Server

Entity Framework and Models with Simple Arrays

entity-framework

Unit testing code using IQueryable

c# Lambda Query fetching one of the property weirdly null

How correctly implement Unit Of Work per scope and Repository in desktop server side application using Entity Framework 4?

How to properly separate model validation from Controller into Service?

EF Migrations: Truncate table

Entity framework appending a decimal place to a field of type decimal(10,0)

Creating Dynamic Search Queries with Entity Framework Web API using passed in parameters as the search fields

Rename column (and preserve data) with Entity Framework (code first) using Jet Engine