Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Nullable enum field with Code First Approach doesn't create the enum Field in Database

Is it possible to modify entity object within ObjectStateManagerChanged handler?

Passing connection string to Entity framework at runt time for each call

My Mocked DbContext writes to db in Unit Test using Moq

Can i add a row number in object list while mapping with automapper?

Is there any alternative to DateTime.Ticks or DateTime.TimeOfDay in Linq-To-Entities?

Include children and grandchildren when selecting from database

Entity framework Unidirectional Association One to Many

Reexecuting IQueryable on different DbContext instance?

Update Exception with Entity-Framework?

Entity Framework CTP 5 - Code First Mappings - Can't map properly an enum list

How to deal with sql concurrency issues in a website

Why is my ApplicationDbContext getting disposed when I dispose of UserManager/RoleManager in my database initializer Seed()?

How do I use wildcards with LINQ?

linq entity-framework

Getting Records On The Bases Of Range(would be char,would be int)

vb.net entity-framework

Return List<Object> from Linq SQL (Lambda) with join and where