No announcements
Found 2829930 threads
-
0 Votes
Retrying SaveChanges with Entity Framework DbContext in Sql Azure
I using entity framework 4.3.1 for an application running in Azure. I am putting retry logic in place, and I have taken a look at the Sql ...Answered | 2 Replies | 10782 Views | Created by Chris Keyser - Thursday, April 26, 2012 11:22 AM | Last reply by Stephanie Lv - Monday, April 30, 2012 9:12 AM -
0 Votes
Entity framework DBContext - SQL Azure.
Hi, I am working with Asp.Net web api, entity framework & SQL Azure. In my solution solution i have .edmx file generated ...Answered | 2 Replies | 2434 Views | Created by Ramesh Bolla - Friday, September 20, 2013 8:31 AM | Last reply by Fred Bao - Monday, September 23, 2013 6:44 AM -
0 Votes
Entity Framework SaveChanges() exception
The SaveChanges method is from System library DbContext class, and I can't find cod about it.Answered | 5 Replies | 3064 Views | Created by Pigger9 - Tuesday, October 29, 2013 4:50 PM | Last reply by Adavesh - Wednesday, October 30, 2013 2:17 AM -
0 Votes
Entity Framework SaveChanges Error
So I am getting this strange error with my entity framework saving. The following code is for adding elements to to my Elements Table and if they exist it simply retrieves ...Answered | 2 Replies | 2724 Views | Created by NerdHerd91 - Wednesday, September 5, 2012 4:58 PM | Last reply by Lisa Zhu - Friday, September 7, 2012 5:33 AM -
0 Votes
Entity Framework / DBContext Objects
call Dispose, but in most common scenarios you don’t need to. For example, the DbContext will be released off the database connection after the ...Unanswered | 2 Replies | 438 Views | Created by James 8.1 - Tuesday, December 20, 2016 7:50 PM | Last reply by James 8.1 - Thursday, December 29, 2016 12:29 AM -
0 Votes
Entity Framework concurrent savechanges deadlock
Have you ever tried the code i provided? You will see that it ends in a deadlock. The raw sql just demonstrates that the deadlock does not happen when i use ...Unanswered | 4 Replies | 803 Views | Created by blenet - Monday, March 11, 2019 9:12 AM | Last reply by blenet - Tuesday, March 12, 2019 7:37 AM -
2 Votes
Entity Framework SaveChanges()
Tyler, Thanks for the update, I haven't done much with EF so I'm still in the learning stage. I'll keep in mind waht you have ...Answered | 7 Replies | 2908 Views | Created by PeterA56 - Wednesday, May 9, 2012 6:23 AM | Last reply by PeterA56 - Thursday, May 10, 2012 1:24 AM -
0 Votes
Entity framework with DbContext --adding child rows
Hi Gtrshredding, That's because you didn't add the CountDetail entity into the context. The state of countDetail entity will remain Detached. SoAnswered | 1 Replies | 1115 Views | Created by Gtrshredding - Wednesday, May 8, 2013 10:48 PM | Last reply by Chester Hong - Friday, May 10, 2013 3:12 AM -
1 Votes
Using Entity Framework with SQL Azure - Reliability
(This is a cross post from http://stackoverflow.com/questions/5860510/using-entity-framework-with-sql-azure-reliability since I have yet to receive any ...Proposed | 2 Replies | 11480 Views | Created by M. Knafve - Wednesday, May 4, 2011 2:43 PM | Last reply by kunal chandratre - Wednesday, July 9, 2014 11:20 AM -
0 Votes
SQL Azure & Entity Framework
Yes - you can use entity data model with SQL Azure - I have done this and its working fine [httpAnswered | 2 Replies | 10412 Views | Created by MysoreRaja - Monday, October 19, 2009 6:53 PM | Last reply by MysoreRaja - Monday, October 19, 2009 7:02 PM -
0 Votes
Weird behavior with DbContext SaveChanges
I am trying to save 2 VendorPayment rows in DB and 17 RepCommission rows. In Sql Profiler I see that Entity ...Answered | 4 Replies | 1546 Views | Created by sunil dixit - Tuesday, June 25, 2013 4:53 AM | Last reply by Chester Hong - Monday, July 1, 2013 10:08 PM -
0 Votes
EF Bad Performance with DBContext and SaveChanges
Hi guys, I'm working with Entity Frameworks on a Sqlserver Database. My database has about 40 tables. I try to add 10000 new entities in my ...Answered | 3 Replies | 19554 Views | Created by MrSiggi - Tuesday, March 5, 2013 3:13 PM | Last reply by EniElezi - Thursday, April 20, 2017 1:41 PM -
0 Votes
Issue with Entity Framework SaveChanges() method generating SQL syntax
Hi, I hope I'm posting in the right forum category! I'm using the entity framework data model and and ran into the error stated below when trying to add ...Answered | 1 Replies | 3667 Views | Created by liexin - Thursday, December 1, 2011 1:43 PM | Last reply by Rune Gulbrandsen - Thursday, December 1, 2011 3:58 PM -
0 Votes
Deep cloning of object in Entity Framework 4 with DbContext
EntityObject, but I am working with code first approach using DbContext and poco entities and using Entity Framework 4. So I need deep cloning ...Answered | 7 Replies | 4973 Views | Created by Sanjeet_SwDeveloper - Monday, August 5, 2013 6:38 PM | Last reply by Herro wong - Thursday, August 15, 2013 9:28 AM -
0 Votes
SQL Azure and Entity Framework 4.1
Hi there I am planning to deploy an MVC3 with the entity Framwork 4.1 that attaches to SQL Azure and runs in Windows Azure ...Answered | 2 Replies | 6386 Views | Created by Marc Loeb - Sunday, July 31, 2011 2:37 PM | Last reply by Marc Loeb - Sunday, July 31, 2011 6:25 PM -
0 Votes
Changing schema in SQL Azure with Entity Framework
. This is what I did: - I added the column to a table in SQL server database. - I added a corresponding field to the entity class ...Unanswered | 1 Replies | 548 Views | Created by ata6502 - Friday, June 30, 2017 2:04 PM | Last reply by ata6502 - Wednesday, July 5, 2017 10:51 PM -
0 Votes
OData or Entity Framework for windows forms with sql azure
possible to use aps.net profiles and users created with lightswitch? what is with server side code and conncurency issues with entity ...Answered | 1 Replies | 1371 Views | Created by Dragonalw - Saturday, December 1, 2012 7:50 PM | Last reply by Martijn Bos - Monday, December 3, 2012 10:57 AM -
0 Votes
Entity Framework 4 With Migrations Beta1 with SQL Azure
Entity Framework Migrations to generate my database in SQL Azure, and I added the the SQL scripts that create my Database User to the end of my ... -
0 Votes
C# DBContext Entity Framework dynamic DBSet property
Hi I am new to Entity Framework and I have created class derived from DbContext with following example. public partial ...Answered | 6 Replies | 8885 Views | Created by drew_p - Monday, July 1, 2013 1:33 PM | Last reply by aidindelon - Sunday, November 3, 2013 7:05 PM -
0 Votes
Entity Framework SaveChanges not saving updated data
First off they are objects with properties not columns. You deal with columns using T-SQL which is generated by EF to be submitted to a database. But ...Answered | 4 Replies | 54192 Views | Created by Bill2010 - Thursday, May 3, 2012 8:18 PM | Last reply by Bill2010 - Thursday, May 3, 2012 10:24 PM - Items 1 to 20 of 2829930 Next ›
No announcements