A tag for ADO.
I have query in a stored procedure that calls some linked servers with some dynamic SQL. I understand that EF …
sql-server entity-framework-4 temp-tablesI have a model generated from db with Entity Framework. When I have any change in database, I update model …
entity-framework entity-framework-4 entity-framework-4.1 entity-framework-5I have an asp.net mvc (EF) project , I had downloaded oracle data provider with version 4.112.2.50 -32bit on my …
asp.net-mvc oracle entity-framework entity-framework-4 odp.netI came across a scenario where I had to use Union all, how can I achieve so in LINQ to …
c# linq tsql entity-framework-4 union-allI created a "Code Only" POCO for use against an existing database using Entity Framework 4 and the CTP4. When I …
c# .net entity-framework entity-framework-4UPDATE 3: According to this announcement, this has been addressed by the EF team in EF6 alpha 2. UPDATE 2: I've created a …
c# sql performance entity-framework-4 containsThis is easy for me to perform in TSQL, but I'm just sitting here banging my head against the desk …
c# linq entity-framework-4 aggregateI am having two object classes public class User { public Guid Id { get; set; } public string Name { get; set; } // Navigation …
c# entity-framework entity-framework-4 ef-code-first lazy-loadingI'm using Entity Framework 4 for a simple app and would like to bake my connection credentials into the following connection …
c# asp.net configuration entity-framework-4Currently I am deploying my application to a shared hosting environment and code-first with migrations has been working great except …
c# sql entity-framework entity-framework-4 ef-code-first