No announcements
Found 2135218 threads
-
0 Votes
Changing object state in EF 1
Even though the Customer entity contains no foreign keys to other tables, will that solution work for objects with entity references (e.g.Answered | 4 Replies | 4001 Views | Created by James Holcomb - Thursday, July 8, 2010 1:49 PM | Last reply by Michael Sun [MSFT] - Thursday, July 15, 2010 1:30 AM -
0 Votes
Build test results in MTM
I want to see test results from test cases ran during build process in MTM.Answered | 15 Replies | 3737 Views | Created by nicpon - Monday, December 3, 2012 9:21 PM | Last reply by Lily_Wu - Thursday, December 13, 2012 9:32 AM -
0 Votes
Where is EF?
Isn't EF part of VS 2012?Answered | 10 Replies | 1795 Views | Created by KevinBurton - Wednesday, October 17, 2012 3:49 PM | Last reply by VictoriaBolton - Monday, October 22, 2012 8:57 AM -
1 Votes
Object disposed but still in memory
GC will remove the objects from memory when it is no longer used and if it is not referenced by reachable objects, am i right?Answered | 6 Replies | 3994 Views | Created by raju40 - Sunday, February 7, 2010 3:13 PM | Last reply by DiegoCattaruzza - Monday, February 8, 2010 1:05 PM -
2 Votes
LS and EF
On the SL client, it wraps a Ria "Entity" object.)Answered | 2 Replies | 2826 Views | Created by Kostas Christodoulou - Wednesday, July 6, 2011 8:06 AM | Last reply by Kostas Christodoulou - Thursday, July 7, 2011 7:22 AM -
0 Votes
Unit Test a Custom Provider
What I had in mind was, performing tests against the public method of the provider, UpdateItem for instance.Answered | 10 Replies | 9039 Views | Created by George Hemmings - Wednesday, March 10, 2010 12:39 AM | Last reply by George Hemmings - Tuesday, March 16, 2010 6:46 PM -
2 Votes
EF and databinding
(Plus, in my case, it takes about 30 seconds to build all the WPF controls for the entities.)Answered | 2 Replies | 3755 Views | Created by IanThompson - Monday, May 9, 2011 11:30 PM | Last reply by skst - Thursday, June 30, 2011 3:06 AM -
1 Votes
Providing connection string to an EF 5.0 model
You can still use the default code generation by setting "Code Generation Strategy" property in the designer to default and deleting the two files under the edmx node in Solution ...Answered | 3 Replies | 2464 Views | Created by chuck02323 - Thursday, August 30, 2012 8:36 PM | Last reply by Fernando Soto - MCSD - Friday, August 31, 2012 3:06 PM -
0 Votes
Why EF is not able to drop and create my database in the unit test
Hi DA924x, I know that i shouldn't call it unittest but it is because i have these problems when i test my EF syntax.Answered | 5 Replies | 596 Views | Created by arnaud.helin - Sunday, August 21, 2016 11:55 PM | Last reply by Zhanglong Wu - Thursday, August 25, 2016 8:17 AM -
5 Votes
Doing Difficult stuff in EF
Here's a post that can give you some ideas: ...Answered | 4 Replies | 3481 Views | Created by Dean Blakely - Sunday, September 12, 2010 12:01 AM | Last reply by Michael Sun [MSFT] - Friday, September 17, 2010 1:37 AM -
0 Votes
TFS 2013 (Building and Testing) vs TFS 2015 (Building and Testing)?
Can you provide any information on this?Answered | 3 Replies | 754 Views | Created by AUtfsAdmin - Tuesday, January 26, 2016 1:14 PM | Last reply by Tingting MO - Thursday, January 28, 2016 1:30 AM -
2 Votes
Unit Testing EF6 with Include
I have worked on a few projects using an ORM like nHibernate, EF and in-house written object code generators and not one time have I seen the ORM or the generator code being ...Answered | 7 Replies | 7149 Views | Created by SeligDrahcir - Saturday, September 28, 2013 11:57 PM | Last reply by dwaldo - Friday, December 13, 2013 5:12 PM -
0 Votes
When to use EF vs standard .net SQL client call ?
EF has a backdoor that can be used for ADO.NET and SQL Command object.Answered | 2 Replies | 3350 Views | Created by Serge Calderara - Wednesday, July 21, 2010 8:46 PM | Last reply by Michael Sun [MSFT] - Monday, July 26, 2010 5:31 AM -
3 Votes
Out Of Memory during build in Visual Studio
Virtual memory keep raising build after build (but please notice that I'm just building and not running the application).Answered | 41 Replies | 40465 Views | Created by Maxpenguin - Monday, May 28, 2007 3:33 AM | Last reply by AbhishekDeo - Thursday, August 23, 2012 7:38 PM -
0 Votes
I can't join in memory object with db entity.
> And how to combine in memory object and db entity with join?Answered | 4 Replies | 4402 Views | Created by EvgenyGin_J - Sunday, September 12, 2010 8:00 PM | Last reply by KristoferA - Monday, September 13, 2010 3:14 AM -
2 Votes
Could I access object through object name(string) in EF?
Your entities would have to be cast to something other than a string since they are whole objects generally with multiple properties.Answered | 4 Replies | 10384 Views | Created by zzdfc - Thursday, June 25, 2009 9:09 AM | Last reply by Dave Russell - Friday, June 26, 2009 11:11 AM -
1 Votes
will compiler reserve memory for this object?
compiler reserve memory for container object since that's a temporary object?Answered | 2 Replies | 3319 Views | Created by Garrett2011 - Sunday, October 3, 2010 9:10 AM | Last reply by Garrett2011 - Tuesday, October 5, 2010 8:11 AM -
2 Votes
Abstracting EF layer
Or you can just install EF in both projects.Answered | 5 Replies | 791 Views | Created by Wild.Bill.Work - Tuesday, March 20, 2018 4:01 PM | Last reply by DA924x - Thursday, March 22, 2018 7:44 PM -
0 Votes
Which objects are sitting in memory?
Hello, The system view sys.dm_os_buffer_descriptors returns information about all the data pages that are currently in the SQL Server buffer pool.you can use this view determine the ...Answered | 3 Replies | 1830 Views | Created by sqljoker - Thursday, February 14, 2013 10:55 AM | Last reply by Fanny Liu - Friday, February 15, 2013 7:27 AM -
0 Votes
Save POCO class object using snapshot approach in EF 4
Yes. but what if I have a collection of objects but only one object is modified so I need to update only one object.Answered | 3 Replies | 5561 Views | Created by samir eclp - Wednesday, June 23, 2010 8:18 AM | Last reply by Michael Sun [MSFT] - Tuesday, June 29, 2010 1:21 AM
No announcements