No announcements
Found 1058874 threads
-
0 Votes
EF create local db
Hi guys! please tell me how create local db with ef? public AupContext() : base("name=AupContext"Answered | 3 Replies | 534 Views | Created by Jecuss - Wednesday, December 9, 2015 6:08 PM | Last reply by Fred Bao - Friday, December 11, 2015 1:37 AM -
1 Votes
Cannot connect to SQL database with Entityframework but with EF Core it's no problem
; I tried to create migrations and get data from db with EF Core 3.0 and all is okUnanswered | 1 Replies | 882 Views | Created by airfan1444 - Wednesday, November 13, 2019 10:54 AM | Last reply by DA924x - Wednesday, November 13, 2019 10:39 PM -
1 Votes
Unable to create a local SQL DB
expand the SQL Server node. If you do not see the server you need then you might need to add it. Or perhaps you need to use a different server. I get confused by the names local DB, ...Answered | 6 Replies | 434 Views | Created by Michael Knope - Friday, October 25, 2019 5:44 PM | Last reply by Michael Knope - Monday, October 28, 2019 3:33 PM -
1 Votes
How can use ADO.NET Entity Framework with SQL Server Azure?
In another post, iesoccer replied: I have already created a small EF application against SQL Azure with absolutely no issues. You have to use a local ...Answered | 1 Replies | 11178 Views | Created by VansFannel - Friday, August 28, 2009 9:43 AM | Last reply by ronlemire - Friday, August 28, 2009 12:54 PM -
0 Votes
Cascade delete
Hi everybody I have maybe a strange behaviors while deleting rows in tables with cascade delete switched on. My app create tables using EF 6 code first ...Answered | 2 Replies | 2982 Views | Created by Simone Cherici - Wednesday, May 6, 2015 4:07 PM | Last reply by Simone Cherici - Friday, May 8, 2015 7:45 AM -
3 Votes
How to use EF generated DDL to create database in App_Data folder?
2. Right-click the App_Data folder and create a new, empty SQL Server > database > 3. In the Models folder, create a new, empty EF DataAnswered | 2 Replies | 4812 Views | Created by mcbenton - Saturday, December 18, 2010 6:11 PM | Last reply by dogbnr - Friday, March 25, 2011 6:18 PM -
1 Votes
Entity Framework with SQL Azure - Real World Trials & Tribulations
I am using EF 4.1 with SQL Azure, in a model-first approach (via the designer). 1. Create a DB using EF 4.1 model designer. Add some ...Answered | 3 Replies | 6449 Views | Created by OceanMorning - Friday, December 2, 2011 2:49 PM | Last reply by Adi Unnithan - Thursday, December 8, 2011 6:25 PM -
1 Votes
web applications are developed using visual studio light switch
can make any html app and connect direct to db with EF or what ever, but you loose server side rules, calc fields, etc. But for some simple mobile app with limited ...Answered | 3 Replies | 3454 Views | Created by Ranga0458 - Monday, August 1, 2011 4:41 PM | Last reply by ADefwebserver - Monday, August 1, 2011 6:08 PM -
0 Votes
Proprietary application + EF Core + local DB?
). I also want to be able to use EF Core since it is very powerful and allows for a lot of automation that i would need to ... -
0 Votes
EF and DB Architecture
RIA doesn't support dynamic types. Pro: DB model don't get complicated Contra: More hand coding and maintenance 2. Use a DB view which ...Unanswered | 6 Replies | 4396 Views | Created by Aquilax - Wednesday, August 5, 2009 2:50 PM | Last reply by Aquilax - Monday, August 24, 2009 7:37 AM -
1 Votes
Create local data for wpf/ef project
the data locally in code. I'm stuck on how to create this data properly. I'm fairly new to WPF and EF so I may not use the correct terms. I ...Answered | 1 Replies | 711 Views | Created by db_dweeb - Thursday, January 16, 2014 3:12 PM | Last reply by Franklin Chen - Friday, January 17, 2014 6:16 AM -
3 Votes
Local DB
Now I am working on getting my MVC connected to the local db I created. I have my connection string (i think) and am looking for info on the web.config file.Answered | 3 Replies | 567 Views | Created by wiffleball - Wednesday, March 8, 2017 2:43 PM | Last reply by Teige Gao - Tuesday, March 14, 2017 8:00 AM -
0 Votes
Local and Remote DB?
objects? Any concurrency issues to look out for? It might be helpful to see a good graphic with all the elements - caches, remote db, local db, entities and ...Answered | 2 Replies | 4595 Views | Created by staceyw - Monday, April 10, 2006 4:53 PM | Last reply by staceyw - Monday, April 10, 2006 9:11 PM -
1 Votes
EF Local Caching
data in entity framework, we can use the EFProviderWrapperToolkit. The provider model provides uniform way for EF to query the capabilities of the database and execute queries and updates ...Answered | 2 Replies | 518 Views | Created by AyyappanSubramanian - Thursday, November 21, 2013 5:51 PM | Last reply by AyyappanSubramanian - Monday, November 25, 2013 5:39 AM -
0 Votes
SQL Azure Access through EF
I have already created a small EF application against SQL Azure with absolutely no issues. You have to use a local database to create the EF edmx file, but ...Answered | 9 Replies | 8583 Views | Created by Laith Noel - Monday, August 17, 2009 5:44 PM | Last reply by AbiIyer - Wednesday, August 26, 2009 8:27 PM -
0 Votes
using MVC3+EF quary DB
database sources : SQL SERVER thanks a lot ,actually i hava asked a lot of people to learn it(MVC3+EF)today because i am Beginner learner ...Answered | 3 Replies | 863 Views | Created by a old student - Tuesday, June 25, 2013 3:01 AM | Last reply by a old student - Friday, June 28, 2013 3:30 PM -
0 Votes
how to switch DB connection in EF
Hi, I have a WPF application based on EF 6. currently, it runs database first, and it runs on local. I need setup two remote servers, how can I dynamically switch the ...Answered | 3 Replies | 315 Views | Created by sdnd2000 - Friday, February 17, 2017 2:28 PM | Last reply by Niels van 't Hof - Friday, February 17, 2017 6:11 PM -
0 Votes
How to add Oracle db in EF
Hi , I want to connect to Oracle DB from my EF. I have installed ODP.Net components. However not able to see oracle data provider in the add ...Unanswered | 1 Replies | 715 Views | Created by Naveen27 - Tuesday, December 3, 2013 10:10 AM | Last reply by Fred Bao - Wednesday, December 4, 2013 1:26 AM -
0 Votes
Update remote db with local db
Number of addtional store procedure ....had in local db when compare to online db and for i want to create sp on online db...which had'nt on online ...Answered | 1 Replies | 1025 Views | Created by Taja_100 - Wednesday, January 22, 2014 12:31 PM | Last reply by Olaf Helper - Wednesday, January 22, 2014 12:39 PM -
0 Votes
how to switch DB connection in EF
Hi, I have a WPF application based on EF 6. currently, it runs database firstAnswered | 1 Replies | 418 Views | Created by sdnd2000 - Friday, February 17, 2017 2:29 PM | Last reply by Zhanglong Wu - Monday, February 20, 2017 1:55 AM - Items 1 to 20 of 1058874 Next ›
No announcements