No announcements
Found 1775132 threads
-
0 Votes
Entity Frame work EDMX 6 MVC
dotnet-entity-framework - Microsoft Q&A Regards, Dave Patrick ....Answered | 1 Replies | 1267 Views | Created by SharikaRajeev - Sunday, December 20, 2020 6:03 PM | Last reply by Dave Patrick - Sunday, December 20, 2020 6:21 PM -
0 Votes
Entity Framework 7 Connection string
Pass Connection object or connection string to dbcontext?Answered | 2 Replies | 1416 Views | Created by aivarinns - Thursday, May 5, 2016 12:30 PM | Last reply by Zhanglong Wu - Friday, May 6, 2016 2:25 AM -
0 Votes
Entity Framework 6
HashSet<OrderLine>(); } public int Id { get; set; } public Nullable<System.DateTime> DeliveryDate { get; set; } public ...Answered | 2 Replies | 847 Views | Created by VishalKPandey - Monday, August 31, 2015 6:14 PM | Last reply by DA924 - Monday, August 31, 2015 7:08 PM -
0 Votes
Model View in MVC 5
ASP.Net MVC forum on forums.asp.net.Answered | 3 Replies | 1960 Views | Created by Samuel M kabiena - Wednesday, July 29, 2015 2:48 PM | Last reply by Just Karl - Thursday, July 30, 2015 10:44 PM -
2 Votes
Change Entity connection string at runtime
>So if I don't need metadata , why the wizard included them on connection string ?Answered | 4 Replies | 6408 Views | Created by dcode25 - Wednesday, March 19, 2014 12:51 AM | Last reply by ange.fr - Wednesday, March 26, 2014 4:04 PM -
0 Votes
Code Generation in Entity Framework
It should be the designer for Entity Framework.Answered | 1 Replies | 826 Views | Created by Jawsurgeon - Monday, December 21, 2015 5:47 PM | Last reply by Weiwei Cai - Tuesday, December 22, 2015 10:16 AM -
0 Votes
Set up entity framework connection string outside of app.config file
If using code first, create an overloaded constructor and pass in pass in the connection string while model first you can't because the DbContext is auto-generated.Answered | 4 Replies | 3961 Views | Created by Derek Bollocks - Tuesday, August 9, 2016 10:44 PM | Last reply by Zhanglong Wu - Monday, August 15, 2016 6:04 AM -
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 | 2265 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 Model connection string issue
The generated context has a constructor that takes a connection string as a parameter.Answered | 3 Replies | 4329 Views | Created by Iulian Ilies - Thursday, September 30, 2010 8:58 PM | Last reply by Pawel Kadluczka - Saturday, October 2, 2010 3:45 PM -
0 Votes
How entity framework is connected to database internallye
If id and password is not given in entity framework connection string what credentials are used to get connected to the database?Answered | 1 Replies | 660 Views | Created by PerplexedDev - Tuesday, September 9, 2014 12:38 AM | Last reply by darnold924 - Tuesday, September 9, 2014 1:40 AM -
0 Votes
Entity Framework: Connect to an external database
When you add a connection string to the app.config file the way to use that connection string is to use in the constructor of the DbContext ...Answered | 6 Replies | 7126 Views | Created by Bob F Johnston - Thursday, December 27, 2012 1:14 AM | Last reply by Fernando Soto - MCSD - Monday, December 31, 2012 3:03 AM -
0 Votes
Convert DateTime to string and Compare that with search text using Entity Framework 6
For more information about entity framework raw SQL, please refer to: https://msdn.microsoft.com/en-us/library/jj592907(v=vs.113).aspx Best ...Answered | 3 Replies | 6450 Views | Created by Kalaivanan Ramaiah - Wednesday, January 17, 2018 4:15 PM | Last reply by Zhanglong Wu - Friday, January 19, 2018 9:44 AM -
1 Votes
ASP.NET Configure Data Wizard error Error This version of the entity Data Source wizard is only compatible with Entity Framework 5.
https://blogs.msdn.microsoft.com/webdev/2014/02/28/announcing-the-release-of-dynamic-data-provider-and-entitydatasource-control-for-entity-framework-6/ ...Answered | 3 Replies | 10808 Views | Created by IrishDudeOH, MCSA - Tuesday, May 3, 2016 4:03 PM | Last reply by Weiwei Cai - Thursday, May 5, 2016 3:31 AM -
0 Votes
Update site with Entity Framework Model First type
By default, model first Entity Framework will create a local database dynamically.Answered | 1 Replies | 3307 Views | Created by ORover - Tuesday, August 13, 2013 2:07 PM | Last reply by MingXu-MSFT - Wednesday, August 14, 2013 8:00 AM -
1 Votes
Entity Framework problem
http://social.msdn.microsoft.com/Forums/en-US/adodotnetentityframework/threads Be aware that binding with MVC is only easy for those who know how to do ...Answered | 3 Replies | 2471 Views | Created by DIPAYAN SUKUL - Saturday, February 9, 2013 5:52 AM | Last reply by Shyam Kr - Monday, February 11, 2013 8: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 | 7915 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 -
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 | 2072 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
Connection string for SQLite with Entity Framework code-first approach
Is code-first approach of Entity Framework supported by SQLite database?Answered | 2 Replies | 9991 Views | Created by Anil1986 - Tuesday, October 6, 2015 7:44 PM | Last reply by Herro wong - Thursday, October 8, 2015 5:25 AM -
0 Votes
Entity Framework 5 invalid column name?
The post link:Answered | 11 Replies | 12314 Views | Created by intibnin - Monday, October 7, 2013 9:20 AM | Last reply by Fred Bao - Wednesday, October 9, 2013 9:02 AM -
0 Votes
Entity Framework 5 and Visual Studio 2012
Hello, I have moved this thread to ADO.NET Entity Framework and LINQ to Entities forum for better response.Answered | 4 Replies | 1582 Views | Created by Noobville - Wednesday, May 29, 2013 4:07 PM | Last reply by Fernando Soto - MCSD - Thursday, June 6, 2013 1:05 AM
No announcements