No announcements
Found 2153747 threads
-
0 Votes
EF 4.1 Capabilities
The company has now committed to delivering functionality to dynamically add tables at runtime and we are currently redesigning the system, we have written a ...Answered | 3 Replies | 3994 Views | Created by Mark Coull - Sunday, March 20, 2011 11:14 PM | Last reply by Mark Coull - Tuesday, March 22, 2011 11:39 PM -
0 Votes
asp.net mvc3 with EF 4.1 with existing database
What about if i use EF 4.0Answered | 3 Replies | 2807 Views | Created by ramkanuganti - Friday, June 22, 2012 4:47 AM | Last reply by darnold924 - Friday, June 22, 2012 4:43 PM -
0 Votes
Adding Dynamic Data to MVC 3 w/ EF 4.1
Then add the settings and pages from dynamic data to MVC.Answered | 1 Replies | 51 Views | Created by Anonymous - Monday, January 9, 2012 5:13 PM | Last reply by Anonymous - Tuesday, January 10, 2012 12:30 PM -
1 Votes
EF 4.1 Limitations
For EF 4.1 newly added feature list and not supported list, please see this ADO.NET team ...Answered | 1 Replies | 2925 Views | Created by miksh - Friday, August 26, 2011 1:32 PM | Last reply by Michael Sun [MSFT] - Monday, August 29, 2011 8:17 AM -
0 Votes
Adding Dynamic Data to MVC 3 w/ EF 4.1
Can you tell me if there is any support for Entity Framework complex types in Dynamic Data now?Answered | 3 Replies | 58 Views | Created by Anonymous - Monday, January 9, 2012 3:16 PM | Last reply by Anonymous - Tuesday, January 10, 2012 8:52 PM -
0 Votes
Deployment issue with EF 4.1
Hi, the EntityFramework.dll for EF 4.1 in not part of .NET 4.0 and so has to either be "bin" installed or all of EF 4.1 has to be ...Answered | 2 Replies | 2321 Views | Created by ContinuousLearning - Thursday, August 25, 2011 3:14 PM | Last reply by Alan_chen - Tuesday, August 30, 2011 7:32 AM -
1 Votes
Problems with EF 4.1 Installer
I still cannot install EF 4.1 on this machine, it keeps telling me that This application requires .NET Framework 4.0 Client Profile RTM...Answered | 7 Replies | 9409 Views | Created by LanceLinq - Wednesday, April 20, 2011 3:41 PM | Last reply by LanceLinq - Saturday, April 23, 2011 10:25 PM -
8 Votes
EF 4.1 DbContext CommandTimeout?
You can set it at least in the EF 4.1: using System.Data.Entity; using ...Answered | 2 Replies | 34200 Views | Created by StormRider01 - Wednesday, April 13, 2011 10:19 PM | Last reply by StormRider01 - Friday, April 29, 2011 6:00 AM -
0 Votes
EF 4.1 Validation Question
In that case I think you would benefit from EF Validation, as it can verify if the value is specified at all (Required) has the proper length (MaxLength or StringLength) or matches a certain ...Answered | 4 Replies | 4644 Views | Created by Guy Dillen - Monday, March 21, 2011 11:21 AM | Last reply by Andriy Svyryd - Wednesday, March 23, 2011 6:12 PM -
0 Votes
EF 4.1 & TPC inheritance
Hello Morteza, try it in EF 4.0 CTP5 and/or EF 4.1 RC, it works perfectly and the model is correct, because if my base class vehicle is not abstract that means that you can ...Answered | 6 Replies | 5418 Views | Created by Miguel Fernández Corral - Thursday, April 14, 2011 7:34 PM | Last reply by Miguel Fernández Corral - Thursday, April 21, 2011 4:49 AM -
0 Votes
Bug in EF 4.1 DatabaseGeneratedOption.Computed?
I am able to save data with a computed column computing values based on formula I specified and EF does not give any problems saving/updating this entity.Answered | 8 Replies | 18229 Views | Created by Ladislav Mrnka - Saturday, March 26, 2011 11:00 PM | Last reply by Vasim - Sunday, August 12, 2012 6:13 AM -
0 Votes
EF 4.1 with SQL Server CE 3.5
EF can work with SQL CE 3.5 as long as you do not rely on the creation and migration (from EF 5.0) features of EF.Answered | 13 Replies | 8451 Views | Created by Stephen Schaub - Friday, June 17, 2011 3:03 PM | Last reply by Axel Eckenberger - Tuesday, October 2, 2012 12:17 PM -
6 Votes
EF 4.1 Code First and TPC Inheritance Mapping
Hi Morteza and Miguel, What you are describing seems to match a an issue we found very late in EF 4.1 RTW cycle and we decided to postpone because our ...Answered | 3 Replies | 8516 Views | Created by Morteza Manavi - Tuesday, April 19, 2011 9:10 PM | Last reply by Morteza Manavi - Thursday, April 21, 2011 2:05 AM -
0 Votes
DbEntityValidationException After Upgrading to EF 4.1
But I repeat, I did not have this issue before upgrading to EF 4.1 so I really suspect this is a bug.Answered | 7 Replies | 7723 Views | Created by KassemD - Sunday, March 27, 2011 10:06 PM | Last reply by Jackie-Sun - Monday, April 4, 2011 8:44 AM -
4 Votes
How to manage transactions with EF 4.1 (and DbContext)?
I am currently looking for the "official/recommended" way of using transactions in EF 4.1, too.Answered | 4 Replies | 16246 Views | Created by jesuissur - Tuesday, May 10, 2011 4:11 PM | Last reply by darkroastjava - Wednesday, August 17, 2011 7:40 AM -
0 Votes
How to populate EF objects dynamically @
Hello, I am working on ASP.NET MVC 3 with EF 4.1 project.Answered | 4 Replies | 3042 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
EF 4.1 TPT Bug?
I was pulling my hair out after upgrading to EF 4.1 RC and running into the same issue with my TPT configuration.Answered | 4 Replies | 5668 Views | Created by Rick Langel - Friday, March 18, 2011 5:10 PM | Last reply by PinkFloyd - Saturday, March 26, 2011 6:56 PM -
2 Votes
ef 4.1 to 5 issue
Unfortunately for me a new-be to EF the book is written for ef 4.1 and I have ef 5 so some code is causing me a problem.Answered | 3 Replies | 910 Views | Created by Steve on Quick Wheels - Friday, May 3, 2013 8:39 AM | Last reply by JayChase - Friday, May 3, 2013 9:14 AM -
0 Votes
EF 4.1 prefix table names globally
Hi David, The following articles demonstrates a workaround on how to implement custom and global conventions in EF 4.1.Answered | 2 Replies | 4909 Views | Created by David Blankenbush - Monday, May 9, 2011 3:53 PM | Last reply by Sergey Barskiy - Saturday, August 11, 2012 6:00 PM -
0 Votes
EF 4.0 vs EF 4.1(ObjectContext vs DbContext) what are advantage and disadvantage?
Hi Mr.Weera PongPruchya; From the ADO.NET team blog :Answered | 1 Replies | 3332 Views | Created by Mr.Weera PongPruchya - Tuesday, December 27, 2011 3:51 PM | Last reply by Fernando Soto - MCSD - Tuesday, December 27, 2011 4:30 PM - Items 1 to 20 of 2153747 Next ›
No announcements