No announcements
Found 136510 threads
-
0 Votes
Entity framework and Local Data cache
The Sync Framework Hub/Spoke provider (for Local data cache) is modelled after Ado.Net a few years back and since then there are no changes for that model.Answered | 1 Replies | 9564 Views | Created by Giuseppe Porcelli - Saturday, April 2, 2011 5:52 PM | Last reply by jigu2014 - Monday, April 4, 2011 4:56 PM -
0 Votes
.Net Core Framework with Entity Framework for Oracle
https://solitto.com.br/csharp/oracle-data-provider-net-core/Answered | 3 Replies | 2326 Views | Created by DeveloperAM - Monday, August 8, 2016 1:24 PM | Last reply by Solitto - Friday, February 16, 2018 1:01 AM -
0 Votes
Is it possible to combine the Sync Framework with the Entity Framework?
Bart, The Sync Framework works directly with the databases, basically using ADO.NET.Answered | 2 Replies | 11055 Views | Created by Bart Roozendaal - Sevensteps - Wednesday, January 6, 2010 2:26 PM | Last reply by Bart Roozendaal - Sevensteps - Thursday, January 14, 2010 11:28 AM -
0 Votes
Local database cache validity
Hi DbOutdatedSyncException applied only to peer to peer synchronization and synchronizes using a SyncKnowledge (part of Microsoft Sync Framework).Answered | 1 Replies | 10131 Views | Created by omonney - Monday, August 3, 2009 3:01 PM | Last reply by mjayaram - Tuesday, August 4, 2009 5:54 AM -
0 Votes
oracle sdo_geometry mapping in entity framework
https://stackoverflow.com/questions/tagged/entity-framework https://docs.microsoft.com/en-us/answers/topics/vs-general.html ...Answered | 2 Replies | 1858 Views | Created by Jayachandran Jayakumar - Wednesday, September 16, 2020 10:01 AM | Last reply by Dave Patrick - Thursday, September 17, 2020 3:09 AM -
0 Votes
sync framework + self tracking entities
SyncFx 4.0 CTP does not work with Entity Framework self tracking.Answered | 1 Replies | 7791 Views | Created by orsvaca - Monday, January 31, 2011 11:48 PM | Last reply by Ganeshan - Tuesday, February 1, 2011 12:56 AM -
0 Votes
Dynamic Grid: Entity Framework
Entity Framework: http://social.msdn.microsoft.com/Forums/en-US/adodotnetentityframework/threads Hope this helps!Answered | 1 Replies | 4887 Views | Created by Manoj.verma - Thursday, April 5, 2012 9:49 AM | Last reply by Ed Price - MSFT - Monday, April 9, 2012 4:36 AM -
0 Votes
Case Sensitive Record Insert failed in Sync Local Data cache
check out the documentation under "Client and Server Database Objects Supported by Sync Framework" Sync Framework supports ...Answered | 1 Replies | 6775 Views | Created by NilayM - Thursday, August 26, 2010 1:34 PM | Last reply by JuneT - Thursday, August 26, 2010 2:05 PM -
1 Votes
Could not register the database classes created with Entity Framework Data Model
I have created a Dynamic Data Entities website.Answered | 1 Replies | 2705 Views | Created by Gaurav G - Sunday, September 15, 2013 7:26 AM | Last reply by Eason_H - Monday, September 16, 2013 6:51 AM -
0 Votes
Early bound Programming model -Entity Framework
The Early bound framework, provides you with strongly typed classes of each of the entity defined in CRM including custom entities.Answered | 3 Replies | 4102 Views | Created by sakkad - Tuesday, October 18, 2011 6:53 AM | Last reply by Gonzalo Ruiz R - Tuesday, October 18, 2011 12:28 PM -
1 Votes
Entity Framework problem
http://social.msdn.microsoft.com/Forums/en-US/adodotnetentityframework/threads Be aware that binding with MVC is only easy for those who know how to do that, try ...Answered | 3 Replies | 2393 Views | Created by DIPAYAN SUKUL - Saturday, February 9, 2013 5:52 AM | Last reply by Shyam Kr - Monday, February 11, 2013 8:48 AM -
0 Votes
Files MPC in local cache needed
> Local Project Cache >> Cache Settings Copy the path and save it in a notepad as a backup.Answered | 10 Replies | 15178 Views | Created by mfregra - Thursday, June 9, 2011 10:02 AM | Last reply by David X Williams - Wednesday, August 24, 2011 4:37 PM -
2 Votes
Where is a forum for Entity Framework 4.0
I would suggest posting your question in one of Microsoft Sync Framework Forums located ...Answered | 2 Replies | 8655 Views | Created by Chapaev - Wednesday, May 4, 2011 8:58 PM | Last reply by Jundan Wu - Wednesday, May 4, 2011 11:59 PM -
2 Votes
Where is the forum for ADO.NET Entity Framework?
Where is the forum for ADO.NET Entity Framework?Answered | 2 Replies | 16058 Views | Created by PCSQL66 - Monday, June 30, 2008 11:25 PM | Last reply by Luigi Bruno - Wednesday, October 5, 2011 11:13 AM -
1 Votes
Using nhibernate and Entity Framework Together
Can i use nhibernate and entity framework together under one VS2010 solution?Answered | 1 Replies | 6714 Views | Created by TechnologyasArt - Monday, January 23, 2012 7:54 PM | Last reply by Tina_Tian - Thursday, January 26, 2012 3:17 AM -
0 Votes
Using sync framework or insert statement to insert data from local to remote?
In addition to Friendly's reply, Sync framework helps to solve a class of problems related to data movement.Answered | 2 Replies | 7659 Views | Created by aspfun - Thursday, April 22, 2010 3:34 PM | Last reply by jigu2014 - Thursday, April 22, 2010 8:22 PM -
0 Votes
asp.net mvc4 with ado.net entity framework with code first
No, neither ASP.NET nor MVC4 are required to be able to use Entity Framework with code first or database first.Answered | 1 Replies | 2050 Views | Created by P Narasimha - Saturday, December 6, 2014 11:02 AM | Last reply by Magnus (MM8) - Saturday, December 6, 2014 12:48 PM -
0 Votes
Ref cursor from PostgreSQL and entity Framework
Answered | 1 Replies | 1283 Views | Created by Gaganal_804 - Monday, August 3, 2015 4:14 AM | Last reply by Kristin Xie - Tuesday, August 4, 2015 1:24 AM -
1 Votes
Multitenancy using Entity framework code first using multiple databases
Data Access >>Answered | 1 Replies | 1967 Views | Created by Raj Mehta 1984 - Thursday, December 12, 2013 8:06 PM | Last reply by Caillen - Friday, December 13, 2013 11:19 AM -
1 Votes
Entity Framework works in console app. but not ASP.NET MVC
Have you already made sure the Entity Connection String is in the <connectionStrings> section of the web.config file?Answered | 4 Replies | 9673 Views | Created by Thebighoser - Tuesday, December 1, 2009 7:59 AM | Last reply by Just Karl - Wednesday, January 15, 2014 4:11 PM - Items 1 to 20 of 136510 Next ›
No announcements