No announcements
Found 1775120 threads
-
0 Votes
connection string mvc 5 entity framework 6
Please try this: <add name="ConnectionStringName" providerName="System.Data.SqlClient" connectionString="Data ...Answered | 1 Replies | 587 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
Entity Framework and connection strings
You would have to copy and paste that connection string that was created in the DAL in its app.config to the Web.config in order for .NET to find the connection ...Answered | 4 Replies | 6573 Views | Created by knit - Tuesday, February 5, 2013 12:19 AM | Last reply by darnold924 - Tuesday, February 19, 2013 5:01 AM -
0 Votes
Entity Framework Connection Strings
Try the following approach, Have set of configuration keys to contain information about fields in the connection string(like db name, server name ...Answered | 2 Replies | 9502 Views | Created by BSavoie - Wednesday, February 9, 2011 9:27 PM | Last reply by Rajesh Kolla - Wednesday, February 9, 2011 10:05 PM -
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 ...Answered | 3 Replies | 1068 Views | Created by Cristinamaria - Sunday, March 10, 2019 5:38 PM | Last reply by Cristinamaria - Tuesday, March 12, 2019 6:15 PM -
0 Votes
Entity Framework connection string issue
Rather than wasting time on investigating the issue I suggest reinstalling Framework 3.5 SP1.Answered | 1 Replies | 3645 Views | Created by dfghdh - Thursday, April 29, 2010 7:19 AM | Last reply by Srinivas Gantimahapatruni - MCPD - Thursday, April 29, 2010 3:02 PM -
2 Votes
Entity Framework, connection string & Management Portal: bug?
Are you able to do this using the new "Custom" option for connection string in the portal?Answered | 9 Replies | 7437 Views | Created by Fabrizio - fhtino - Saturday, September 1, 2012 5:40 AM | Last reply by Frank van Eykelen - Friday, January 25, 2013 4:32 PM -
0 Votes
Using SQLite with the Entity Framework 6
Hi Mariano, You can review the examples in the following blogs and thread to get more information about how to use SQLite with the Entity ...Answered | 1 Replies | 3489 Views | Created by Mariano Rossi - Tuesday, July 28, 2015 1:55 PM | Last reply by Lydia Zhang - Wednesday, July 29, 2015 6:47 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 | 9681 Views | Created by Thebighoser - Tuesday, December 1, 2009 7:59 AM | Last reply by Just Karl - Wednesday, January 15, 2014 4:11 PM -
0 Votes
save datagrid changes on db entity framework 6
forum=wpf If your original collection is not an ObservableCollection you could easily create a new ObservableCollection based on an ...Answered | 2 Replies | 5610 Views | Created by giuseppe ferrrari - Friday, June 10, 2016 11:18 AM | Last reply by Magnus (MM8) - Saturday, June 11, 2016 9:58 AM -
1 Votes
ETA on Entity Framework version 6 provider?
Here's the preview release for the EF6 support: ...Answered | 6 Replies | 3900 Views | Created by JeroMiya - Wednesday, February 27, 2013 4:20 PM | Last reply by Pratik Patel - MSFT - Monday, October 21, 2013 5:42 PM -
0 Votes
bindingsource ui and entity framework 6
Entity framework acts as a repository.Answered | 7 Replies | 793 Views | Created by giuseppe ferrrari - Thursday, April 28, 2016 3:07 PM | Last reply by Andy ONeill - Thursday, May 5, 2016 9:10 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 | 1802 Views | Created by Augusto Pedraza - Friday, September 27, 2013 3:50 PM | Last reply by Fred Bao - Monday, September 30, 2013 3:01 AM -
0 Votes
How to update Entity Framework Connection String
You could create a connection string programmatically using the EntityConnectionStringBuilder class and then pass this connection string to the context when you ...Answered | 1 Replies | 844 Views | Created by Sheen Ismhael A. Lim - Wednesday, June 25, 2014 11:35 AM | Last reply by Magnus (MM8) - Wednesday, June 25, 2014 1:45 PM -
1 Votes
Is Self-Tracking entity supported in Entity Framework 5?
We are seeing a lot of great Entity Framework questions (and answers) from the community on Stack Overflow.Answered | 2 Replies | 3454 Views | Created by paddyO - Thursday, November 15, 2012 3:18 PM | Last reply by Akash123123 - Friday, August 30, 2013 12:39 PM -
1 Votes
Azure Function Entity Framework Production Deployment Connection String
Thank you but my connection string contains the EF Models metadata...I just posted a potential fix to this.Answered | 3 Replies | 1467 Views | Created by Curia Systems - Friday, January 18, 2019 7:57 PM | Last reply by Curia Systems - Tuesday, January 22, 2019 3:27 PM -
1 Votes
MVC and Self Tracking Entities
Hello Stephen, I am not sure Self-Tracking Entities are especially well-suited for ASP.NET MVC scenarios at the moment.Answered | 2 Replies | 8975 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 -
0 Votes
connection string mvc 5 entity framework 6
User1124521738 ...Answered | 1 Replies | 184 Views | Created by Anonymous - Sunday, February 21, 2016 10:06 PM | Last reply by Anonymous - Monday, February 22, 2016 1:13 AM -
0 Votes
Dynamically change Entity Framework Connection String
The IP address network address sqlBuilder.DataSource = @"NEO-PC\SQLEXPRESS"; // The name of the database on the server sqlBuilder.InitialCatalog = ...Answered | 15 Replies | 12625 Views | Created by nereo.lopez - Monday, February 27, 2012 5:21 PM | Last reply by YArunKB - Wednesday, October 10, 2012 8:25 PM -
0 Votes
Row-level security in Entity Framework 6
http://stackoverflow.com/questions/170689/row-level-security-with-entity-framework I hope it helps.Answered | 1 Replies | 1009 Views | Created by duyhai707 - Saturday, October 10, 2015 10:06 AM | Last reply by Herro wong - Monday, October 12, 2015 7:09 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 | 8585 Views | Created by skychang - Friday, July 17, 2009 1:09 PM | Last reply by skychang - Saturday, December 24, 2011 7:48 AM - Items 1 to 20 of 1775120 Next ›
No announcements