No announcements
Found 2153675 threads
-
0 Votes
EF 4.1 RC IsUnicode Bug
The SQL CE 4.0 provider does include full support for EF, although SQL CE itself does not support the full feature set of MSSQL Server so there are some ...Answered | 3 Replies | 6606 Views | Created by Felipe Fujiy Pessoto - Thursday, March 24, 2011 12:56 AM | Last reply by Rowan Miller - Friday, March 25, 2011 10:05 PM -
0 Votes
EF 4.1 RC1: How to Define Attribute Conventions?
Hi Chris, EF 4.1 does not include support for custom conventions.Answered | 2 Replies | 7777 Views | Created by Chris Thoman - Monday, April 4, 2011 3:38 AM | Last reply by Chris Thoman - Friday, April 22, 2011 1:33 AM -
0 Votes
EF 4.1 SaveChanges() not updating
//_context.AcceptAllChanges(); // EF will accept all changes after save when executed like this.Answered | 1 Replies | 2152 Views | Created by AlexeiF - Thursday, March 22, 2012 5:51 PM | Last reply by Fernando Soto - MCSD - Thursday, March 22, 2012 8:27 PM -
2 Votes
EF 4.1 RC Custom Mapping
Being able to concisely white list certain properties was one of the painful things we had to cut from the EF 4.1 release, but as we move forward we are definitely going to consider ...Answered | 5 Replies | 5072 Views | Created by Marty Spallone - Monday, April 4, 2011 7:17 PM | Last reply by David DeWinter - MSFT - Wednesday, April 13, 2011 2:47 PM -
0 Votes
EF 4.1 Code first collection loading problem when using abstract class
Hello All, I have a problem regarding EF 4.1 code first.Answered | 2 Replies | 4075 Views | Created by Passion_ - Monday, May 30, 2011 6:45 PM | Last reply by Jackie-Sun - Thursday, June 2, 2011 9:36 AM -
0 Votes
EF 4.1 design/pattern question for custom queries
After implementing this patterns I have added my custom queries to the concrete repository of every entity.Answered | 5 Replies | 3903 Views | Created by Alex Bibiano - Thursday, December 1, 2011 8:27 AM | Last reply by Holger Kreissl - Friday, December 2, 2011 9:24 AM -
0 Votes
List of Entity Framework 4.1 bug fixes?
http://blogs.msdn.com/b/adonet/archive/2011/04/11/ef-4-1-released.aspx HolgerAnswered | 3 Replies | 4022 Views | Created by mko - Tuesday, June 7, 2011 5:27 AM | Last reply by mko - Thursday, June 9, 2011 5:13 AM -
1 Votes
Localizing an MVC 3 Razor app with Data Annotations
I have an MVC app that has the data model outside in a seperate assembly, and it works for me.Answered | 6 Replies | 6040 Views | Created by Bill_Yeager - Friday, November 18, 2011 2:42 AM | Last reply by Bill_Yeager - Tuesday, November 22, 2011 6:36 PM -
0 Votes
mvc 4 ef 5
So changing your connection string to a new database or deleting the current one should force EF to create a new one, obviously this will destroy all data in the ...Answered | 1 Replies | 1993 Views | Created by foxjazz2 - Tuesday, August 28, 2012 3:34 PM | Last reply by Glenn Condron - Tuesday, August 28, 2012 4:54 PM -
0 Votes
Dynamic Loading and refreshing data in Accordion in MVC 4
but MVC is not Visual C++.Answered | 5 Replies | 1573 Views | Created by Siddy Boy - Tuesday, April 14, 2015 6:41 AM | Last reply by Armin Zingler - Wednesday, April 15, 2015 11:46 AM -
0 Votes
EF 4.1 June CTP seems to break model first database generation
Hi Mdej, Yes, EF Tool CTP update is required for EF June 2011 CTP.Answered | 18 Replies | 5904 Views | Created by MdeJ - Tuesday, August 16, 2011 10:40 AM | Last reply by Aram Gugusian - Friday, November 18, 2011 8:27 PM -
0 Votes
Data change tracking with EF 4.1 code first
Hello rlcorona, Welcome to the EF Forum!Answered | 3 Replies | 5110 Views | Created by rlcorona - Thursday, April 21, 2011 2:37 PM | Last reply by Alan_chen - Tuesday, May 10, 2011 3:54 AM -
0 Votes
EF 4.1 Foreign Key Problem
EF mustn't create separate FK for it.Answered | 2 Replies | 4561 Views | Created by TimJohnson_1 - Thursday, April 14, 2011 1:32 AM | Last reply by gsogo - Thursday, April 14, 2011 4:18 PM -
1 Votes
Map complex type per entity with EF 4.1 fluent API
Hi Ladislav, You can also customize the complex type columns names at the entity level with fluent API in EF 4.1.Answered | 1 Replies | 5629 Views | Created by Ladislav Mrnka - Thursday, March 24, 2011 10:08 AM | Last reply by Morteza Manavi - Thursday, March 24, 2011 2:58 PM -
0 Votes
Migration from EF 4.0 to 4.1 : parent.ChildList and child.Parent relationships not behaving as were in 4.0
Hi, I think the reason for this is that in 4.1 your entities are pocos and so EF is not notified when the parent property is changed for the child entity.Answered | 1 Replies | 1496 Views | Created by Sebas G - Monday, September 24, 2012 7:33 PM | Last reply by Glenn Condron - Tuesday, September 25, 2012 9:10 PM -
2 Votes
Error: Provider Name for SqlConnection not found in EF 4.1 RC
<configuration> <connectionStrings>Answered | 4 Replies | 11092 Views | Created by Slyer85 - Friday, March 25, 2011 8:21 AM | Last reply by Harikrishna yerra - Friday, May 18, 2012 11:33 AM -
0 Votes
EF 4.2 RC: where are spatial data?
See the comments on this post as well: http://blogs.msdn.com/b/adonet/archive/2011/09/28/ef-4-2-release-candidate-available.aspxAnswered | 5 Replies | 3786 Views | Created by Enrico Gobbo - Tuesday, October 11, 2011 7:47 AM | Last reply by Enrico Gobbo - Thursday, October 13, 2011 1:23 PM -
0 Votes
EF Dynamic Query - Like
From your description, I think this issue is related to EF Dynamic Query.Answered | 4 Replies | 2959 Views | Created by Syslock - Thursday, September 5, 2013 6:20 AM | Last reply by Fred Bao - Wednesday, September 11, 2013 12:51 PM -
0 Votes
EF, Pocos, MVC savechanges not working
In my MVC project I am trying to upload/read an excel file using the ExcelDataReader and populate the table using the context which I also use for passing to the WCF data ...Answered | 2 Replies | 4054 Views | Created by disuk - Tuesday, June 7, 2011 9:10 PM | Last reply by disuk - Thursday, June 9, 2011 2:59 PM -
0 Votes
EF 4.1 Code First with Oracle Database
I haven't explored complex scenarios, but had no issues loading data.Answered | 4 Replies | 17356 Views | Created by rsknowles - Tuesday, April 5, 2011 3:52 PM | Last reply by Paul Ramsperger - Monday, April 25, 2011 8:27 PM
No announcements