No announcements
Found 2845272 threads
-
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 | 581 Views | Created by arnaud.helin - Sunday, August 21, 2016 11:55 PM | Last reply by Zhanglong Wu - Thursday, August 25, 2016 8:17 AM -
1 Votes
whats defrence ef and ef code frist
Hi saeed3164; In working with Entity Framework there are three different approaches, (1) Database First, (2) Model First and (3) Code First.Answered | 1 Replies | 1477 Views | Created by saeed3164 - Friday, March 8, 2013 10:22 AM | Last reply by Fernando Soto - MCSD - Friday, March 8, 2013 2:39 PM -
8 Votes
EF4 with Repository and Unit of Work patterns – Is that necessary?
Repository/Unit of work, I am using with NHibernate in a project using WCF.Answered | 14 Replies | 12810 Views | Created by Abdallah.Hussein - Monday, September 27, 2010 1:16 PM | Last reply by Jorge Fioranelli - Wednesday, October 27, 2010 10:24 PM -
0 Votes
Is Unit of Work functionality already available inside the DbContext in EF 5
http://msdn.microsoft.com/en-us/library/system.data.entity.dbcontext(v=vs.103).aspx DbContext Class Entity Framework ...Answered | 1 Replies | 6019 Views | Created by DoWorkAync - Saturday, April 13, 2013 10:19 AM | Last reply by Carlos Sardo - Sunday, April 14, 2013 11:44 AM -
0 Votes
What is Unit of work in EF
" Within the context of Entity Framework, creating a unit of work involves sharing a single database context.Answered | 1 Replies | 141 Views | Created by Anonymous - Tuesday, March 28, 2017 2:40 PM | Last reply by Anonymous - Tuesday, March 28, 2017 3:20 PM -
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 | 7077 Views | Created by SeligDrahcir - Saturday, September 28, 2013 11:57 PM | Last reply by dwaldo - Friday, December 13, 2013 5:12 PM -
0 Votes
What is BizTalk Unit??
Each edition comes with a unit that has different compute capacity and memory.Answered | 1 Replies | 928 Views | Created by DeepthiAdith - Tuesday, August 5, 2014 9:42 AM | Last reply by GlennColpaert - Tuesday, August 5, 2014 10:55 AM -
1 Votes
What locking mechanisms does EF provide?
I do remember that good, ol' VB6 had optimistic locking, but that isn't what I'm talking about.Answered | 2 Replies | 2201 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 -
2 Votes
In what unit is the ScrollViewer.VerticalOffset?
Hi FrodeNilsen2, What was the other approach that you found?Answered | 12 Replies | 3595 Views | Created by FrodeNilsen2 - Friday, September 7, 2012 2:29 PM | Last reply by FrodeNilsen2 - Monday, October 22, 2012 9:28 AM -
0 Votes
How to work with snapshot in EF?
retries = 0; } catch { retries--; } } perhaps there is a better way to do that in ...Answered | 5 Replies | 2462 Views | Created by cimcity - Thursday, October 13, 2016 4:05 PM | Last reply by Zhanglong Wu - Thursday, October 20, 2016 7:57 AM -
0 Votes
What is the best way to unit test UWP library work?
No it doesn't work.Answered | 19 Replies | 2688 Views | Created by Xied75 - Monday, February 15, 2016 5:08 PM | Last reply by Jack Zhai-MSFT - Thursday, February 25, 2016 6:53 AM -
1 Votes
Database Unit Tests Not Working
I was wondering if this is actually what it should be called or is there a spelling mistake on both ends?Answered | 6 Replies | 10474 Views | Created by Ken Powers - Tuesday, March 19, 2013 6:26 PM | Last reply by Christopher Haws - Friday, October 30, 2015 7:06 PM -
0 Votes
Not sure if EF 4.0 is ready for PrimeTime
Javaman, Cowboy Coders Unite!Answered | 3 Replies | 3608 Views | Created by Mr. Javaman - Friday, January 21, 2011 11:41 PM | Last reply by Jackie-Sun - Wednesday, January 26, 2011 1:51 AM -
0 Votes
what is the smallest unit of database
I would think that the smallest unit would be the BIT datatype.Answered | 3 Replies | 6704 Views | Created by Pawan Rajput - Monday, October 17, 2011 2:41 PM | Last reply by Jay Bonk - Monday, October 17, 2011 4:07 PM -
2 Votes
No indication of what unit of measurment is represented
The team has confirmed the units are meters.Answered | 2 Replies | 1093 Views | Created by Copperbeardy - Saturday, August 31, 2019 3:24 PM | Last reply by Ricky_Brundritt - Tuesday, September 3, 2019 4:08 PM -
0 Votes
Long running process, EF, Prism, Unity?
For me, I would not choice to use singleton or the IUnit Of Work Pattern, because DbContext itself implements the Unit of work pattern, and if using the IUnit of ...Answered | 1 Replies | 593 Views | Created by Mr.Weera PongPruchya - Wednesday, October 21, 2015 8:27 AM | Last reply by Fred Bao - Thursday, October 22, 2015 1:57 AM -
0 Votes
recommendations regarding testing scenarios using EF-CodeFirst
So in your application you can probably switch between real EF implementation and these Fake ones with a DI container.Answered | 1 Replies | 4115 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 -
3 Votes
EF and Moq?
EF 3.5 doesn't go well with unit test because of the mocking problem.Answered | 3 Replies | 5123 Views | Created by benwalker - Tuesday, November 3, 2009 4:39 PM | Last reply by John Jebaraj - Friday, April 23, 2010 4:03 PM -
0 Votes
Unit test not working
Try the following SO link to see how to debug the unit tests.Answered | 4 Replies | 522 Views | Created by Violoncello Passionato - Saturday, August 15, 2015 2:53 AM | Last reply by Violoncello Passionato - Tuesday, August 18, 2015 2:03 PM -
1 Votes
need help on unit test
I am working on a wcf solution with entity framework by using vs2010.Answered | 5 Replies | 2265 Views | Created by peter 9 - Friday, November 25, 2011 4:46 AM | Last reply by Yi-Lun Luo - Monday, November 28, 2011 4:16 AM - Items 1 to 20 of 2845272 Next ›
No announcements