No announcements
Found 3453487 threads
-
0 Votes
Can Entity Framework 6.1 infer dataannotations automatically to perform mvc 5 input controls validation?
I think this feature should be an option for scaffolding, and taken a little further having naming conventions for fields like credit card or phone or e-mail etc, ( like it is already done ...Answered | 4 Replies | 71 Views | Created by Anonymous - Saturday, June 20, 2015 8:00 AM | Last reply by Anonymous - Tuesday, June 23, 2015 10:45 PM -
0 Votes
connection string mvc 5 entity framework 6
What is the connection string for mvc 5 entity framework 6 with userid and password for the web.config to connect to local sql server database?Answered | 1 Replies | 503 Views | Created by SashaStacyL - Sunday, February 21, 2016 10:04 PM | Last reply by lake Xiao - Monday, February 22, 2016 7:06 AM -
1 Votes
MVC and Self Tracking Entities
Given those inputs I think you can implement MVC controller actions using the regular change tracking mechanisms provided by Entity Framework.Answered | 2 Replies | 8906 Views | Created by Stephen J Ward - Tuesday, November 24, 2009 2:47 AM | Last reply by Stephen J Ward - Wednesday, November 25, 2009 12:11 AM -
1 Votes
Benchmark Entity Framework 5
Hi, From my opinion, in EF 5, the first time we execute a LINQ to Entities query EF will take the LINQ expression and compile it just like it did in EF 4.Answered | 3 Replies | 1739 Views | Created by Augusto Pedraza - Friday, September 27, 2013 3:50 PM | Last reply by Fred Bao - Monday, September 30, 2013 3:01 AM -
2 Votes
Entity Key Inference
This supports TPH mapping to views as well as excluding arbitrary columns from the entity mapped to the view.Answered | 7 Replies | 5345 Views | Created by Kevin Dahl - Wednesday, October 28, 2009 10:09 PM | Last reply by BobStretch - Tuesday, January 12, 2010 7:13 PM -
1 Votes
DataAnnotations
I don't see any validation apis in WinRT.Answered | 4 Replies | 4216 Views | Created by Ladislav Burkovsky - Wednesday, September 21, 2011 11:33 AM | Last reply by Grigori Melnik MSFT - Monday, August 27, 2012 8:54 PM -
0 Votes
Entity Framework performance
Though my design is slightly different - N-Tier and using a different control set (DevExpress).Answered | 3 Replies | 3192 Views | Created by Montanari F. _ - Monday, June 28, 2010 8:07 AM | Last reply by Srinivas Gantimahapatruni - MCPD - Monday, June 28, 2010 3:00 PM -
0 Votes
Bad Performance with entity framework
I've used: pregeneration of views Small EDMX file Store Procedures The performance has improved, but loading a grid can take 3 seconds or more.Answered | 4 Replies | 4401 Views | Created by Montanari F. _ - Tuesday, June 8, 2010 10:10 AM | Last reply by PaulSinnema - Friday, July 9, 2010 6:13 AM -
0 Votes
Schema Validation in Entity Framework
We are seeing a lot of great Entity Framework questions (and answers) from the community on Stack Overflow.Answered | 3 Replies | 3755 Views | Created by The ArchDeacon - Monday, February 18, 2013 10:31 PM | Last reply by Glenn Condron - Wednesday, February 27, 2013 12:33 AM -
1 Votes
Performance hit for ADO.NET Entity Framework
To understand the performance of queries in Entity Framework better, we need to understand the operation we performed, load metadata, pre-generate views, ...Answered | 1 Replies | 4347 Views | Created by Radu Olaru - Friday, December 3, 2010 7:54 AM | Last reply by liurong luo - Thursday, December 9, 2010 8:56 AM -
1 Votes
Is Self-Tracking entity supported in Entity Framework 5?
Hi Glenn, Can you give me a reason why it was discontinued ?Answered | 2 Replies | 3395 Views | Created by paddyO - Thursday, November 15, 2012 3:18 PM | Last reply by Akash123123 - Friday, August 30, 2013 12:39 PM -
0 Votes
MVVM number input validation
(conversionErrorCommand = new RelayCommand<PropertyError> (PropertyError => { if ...Answered | 3 Replies | 1269 Views | Created by Lukas___ - Sunday, January 10, 2016 9:15 PM | Last reply by Lukas___ - Thursday, January 14, 2016 7:25 AM -
0 Votes
MVC with entity framework code first
I have one database with two connections strings, note this is a mvc project with entity Framework and code first, what do I have to do?Answered | 3 Replies | 974 Views | Created by Cristinamaria - Sunday, March 10, 2019 5:38 PM | Last reply by Cristinamaria - Tuesday, March 12, 2019 6:15 PM -
1 Votes
Entity Framework performance
There are several options that can give u the same semantic like returning data in anonymous type and taking advantage of relationship span.Answered | 2 Replies | 5724 Views | Created by Codesuit.com - Monday, July 5, 2010 5:43 PM | Last reply by zeeshan hirani - Saturday, July 10, 2010 9:59 PM -
0 Votes
Entity Framework Validation Vs Asp.net Valdiations
Hi, In our product we are using entity framework validation.Answered | 3 Replies | 3447 Views | Created by usha23 - Monday, October 10, 2011 1:56 PM | Last reply by Kris444 - Tuesday, October 11, 2011 8:01 AM -
1 Votes
To Integrate Silverlight, ASP.Net MVC, and ADO.Net Entities Framework
ASP.Net MVC includes Model, View, and Controller.Answered | 14 Replies | 8547 Views | Created by skychang - Friday, July 17, 2009 1:09 PM | Last reply by skychang - Saturday, December 24, 2011 7:48 AM -
0 Votes
Entity Framework Context Management
Hi, To be honest, I don't know if what I proposed is available for the framework Entity framework 4.1 but it works for Entity Framework ...Answered | 1 Replies | 7377 Views | Created by Mike Dot Net - Monday, June 13, 2011 9:40 PM | Last reply by Alexandre Barault - Monday, June 13, 2011 10:16 PM -
1 Votes
Opening edmx file that is created in Entity Framework 5 in Entity Framework 4.4
Hello, The frameworks are not backward compatible; you can't edit newer EF versions with older tools.Answered | 3 Replies | 2203 Views | Created by Venkatesan Rethinam - Wednesday, July 17, 2013 8:40 AM | Last reply by Venkatesan Rethinam - Monday, July 22, 2013 8:02 AM -
1 Votes
Entity Framework works in console app. but not ASP.NET MVC
ASP.Net MVC forum on forums.asp.net.Answered | 4 Replies | 9597 Views | Created by Thebighoser - Tuesday, December 1, 2009 7:59 AM | Last reply by Just Karl - Wednesday, January 15, 2014 4:11 PM -
1 Votes
MVC when to use,MVC framework
Here's a link that gives a clear understanding of the Page Controller Patern and ...Answered | 8 Replies | 24333 Views | Created by Bhaskar Sharma - Monday, August 21, 2006 11:38 AM | Last reply by Amit Natekar - Tuesday, December 15, 2009 4:59 AM - Items 1 to 20 of 3453487 Next ›
No announcements