No announcements
Found 2135235 threads
-
1 Votes
Building an EF in-memory object provider for testing.
I thought of an in-memory provider simply because it would be very fast, and could be reset instantly.Answered | 6 Replies | 5948 Views | Created by Brian Vallelunga - Friday, November 14, 2008 7:56 PM | Last reply by Noam Ben-Ami - MSFT1 - Friday, November 20, 2009 7:46 PM -
3 Votes
EF, SaveChanges: How to release memory after adding object to entity?
Detaching object was the solution.Answered | 4 Replies | 17131 Views | Created by [Beer] - Sunday, May 29, 2011 8:04 PM | Last reply by [Beer] - Monday, May 30, 2011 10:24 AM -
0 Votes
Business Objects and EF
-Brian This posting is provided "AS IS" with no warranties, and confers no rights.Answered | 4 Replies | 3796 Views | Created by Mattaniah - Monday, March 30, 2009 5:46 PM | Last reply by Mattaniah - Friday, April 3, 2009 1:16 PM -
0 Votes
EF tracing and caching provider
Hello, Does anyone know if the EF caching and tracing provider listen on this blog post works with EF v1?Answered | 1 Replies | 4206 Views | Created by zeeshan hirani - Monday, November 1, 2010 5:50 PM | Last reply by JA Reyes - Monday, November 1, 2010 6:47 PM -
0 Votes
Querying objects in memory
Still trying to get my head around EF so I apologize if my question is basic.Answered | 3 Replies | 2857 Views | Created by TonyHernandez - Friday, July 16, 2010 12:39 AM | Last reply by darnold92 - Tuesday, July 20, 2010 5:19 AM -
1 Votes
WFP logo test - provider object
You need to make sure you follow the guidelines and fill out the WFPLogo.info (the pop-up at the beginning of the test run) correctly Your ...Answered | 2 Replies | 3170 Views | Created by SeReB - Thursday, September 6, 2012 2:27 PM | Last reply by SeReB - Friday, September 7, 2012 6:32 AM -
0 Votes
How to populate EF objects dynamically @
Best Regards, Larcolais Gong[MSFT] MSDN Community Support | Feedback to us Get or Request Code Sample from ...Answered | 4 Replies | 3153 Views | Created by Nilkanth - Saturday, June 25, 2011 9:55 AM | Last reply by Larcolais Gong - Friday, July 8, 2011 4:56 PM -
1 Votes
Create EF Provider for a new database provider
Did you take a look at the sample provider?Answered | 1 Replies | 1348 Views | Created by Vivek Dhami - Thursday, January 24, 2013 9:26 PM | Last reply by Paul P Clement IV - Friday, January 25, 2013 1:55 PM -
0 Votes
recommendations regarding testing scenarios using EF-CodeFirst
Hi Jan, Regarding your first question, Rowan Miller showed how to create a FakeDbContext and FakeDbSet on this blog post.Answered | 1 Replies | 4170 Views | Created by Jan C. de Graaf --working at New Limit-- - Wednesday, March 23, 2011 10:42 AM | Last reply by Morteza Manavi - Friday, March 25, 2011 2:32 PM -
0 Votes
Change the datasource & EF Provider during Run- and Debugtime
I agree with Daniel too, If you make a database app on your developer pc on an existing test-database, deploying it to more than one production server, should be ...Answered | 7 Replies | 1732 Views | Created by DanielGilbert - Thursday, March 15, 2012 8:52 AM | Last reply by DanielGilbert - Tuesday, March 27, 2012 7:27 AM -
0 Votes
Why I cannot free memory in EF 4.1?
Hi, Also keep in mind that a GC is basically based on the idea that there is no point in reclaiming immediately some memory if you have still some available ...Answered | 4 Replies | 2121 Views | Created by Dmitriy - Tuesday, January 24, 2012 8:21 PM | Last reply by Patrice Scribe - Wednesday, January 25, 2012 9:46 AM -
2 Votes
Linq-to-SQL/EF or NHibernate.
No POCO has nothing to do with unit testing.Answered | 10 Replies | 7715 Views | Created by Jignesh Desai - Monday, June 22, 2009 4:43 PM | Last reply by Durgesh20 - Friday, December 10, 2010 10:50 AM -
4 Votes
large object "out of memory"
As it turns out, Large Objects (any object 85.000 bytes or larger) is allocated on the Large Object Heap, and that heap is never defragmented or ...Answered | 14 Replies | 6045 Views | Created by megabitee - Wednesday, April 6, 2011 4:27 PM | Last reply by Evan Machusak - Friday, April 8, 2011 8:04 PM -
0 Votes
Thread and Memory Testing
You can use CLR Profiler to check the memory heap.Answered | 3 Replies | 2161 Views | Created by asdfghjkl_asdfghjkl - Wednesday, November 9, 2011 2:49 PM | Last reply by Paul Zhou - Thursday, November 17, 2011 6:23 AM -
0 Votes
BUILD Memories app
What's with the aversion to providing useful managed code samples to developers?Answered | 4 Replies | 4241 Views | Created by G Larson - Wednesday, October 19, 2011 10:09 PM | Last reply by Kevin Daly - Wednesday, February 1, 2012 1:33 AM -
0 Votes
Simple question with EF +WC+ database
Thanks, Chris Robinson - OData Test Team This posting is provided "AS IS" with no warranties, and confers no rights.Answered | 6 Replies | 4988 Views | Created by Serge Calderara - Saturday, October 22, 2011 3:17 PM | Last reply by Chris Robinson- MSFT - Monday, October 24, 2011 11:41 PM -
1 Votes
EF 4 - Conditional mapping makes memory consumption to reach huge values
I’ve submitted the problem to Microsoft Support and the answer …: “The current design of EF when using conditional mapping leads to huge memory ...Answered | 7 Replies | 2945 Views | Created by Marco Carreira - Wednesday, June 20, 2012 3:44 PM | Last reply by Marco Carreira - Wednesday, July 11, 2012 10:01 PM -
1 Votes
What locking mechanisms does EF provide?
EF doesn't have any locking mechanism as locking is always handled at the database (or more rarely application) level.Answered | 2 Replies | 2296 Views | Created by Rod at Work - Friday, August 17, 2012 6:56 PM | Last reply by Rod at Work - Thursday, August 30, 2012 3:51 PM -
0 Votes
Testing SQL Server Physical memory
For total server memory usage, monitor Memory\Available MBytes and you will show you available memory.Answered | 5 Replies | 6606 Views | Created by kashif412 - Tuesday, July 20, 2010 3:51 AM | Last reply by Jonathan Kehayias - Wednesday, July 21, 2010 3:46 AM -
0 Votes
EF Code First - Production, Test and Development Databases
I'm going to do it the other way round for fail safety - the Test person or Developer has to add a config item to enable database changing.Answered | 2 Replies | 5748 Views | Created by jrad - Tuesday, March 8, 2011 12:18 PM | Last reply by jrad - Thursday, March 10, 2011 11:27 AM - Items 1 to 20 of 2135235 Next ›
No announcements