No announcements
Found 1148633 threads
-
0 Votes
Model First approach in entityframework core
User-2054057000 posted In short Model First Approach is when you create the classes in your Application and these classes represents the tables of the ...Unanswered | 2 Replies | 620 Views | Created by Anonymous - Thursday, June 27, 2019 6:03 AM | Last reply by Anonymous - Thursday, June 27, 2019 10:31 AM -
0 Votes
Entityframework code first Migration
Code first migrations are intended to cover this scenario.Answered | 6 Replies | 803 Views | Created by beela - Thursday, January 7, 2016 10:15 PM | Last reply by beela - Wednesday, January 13, 2016 8:41 AM -
0 Votes
Code-First AND Model-First
TESTSEFEntities for model first.Answered | 3 Replies | 2912 Views | Created by thierry schmit - Friday, August 12, 2011 4:51 PM | Last reply by thierry schmit - Friday, August 12, 2011 5:22 PM -
0 Votes
ParallelLibrary with EntityFramework
Parallel requests work the best if you have either a lot of computation (so multiple cores can be used) or there is blocking - if you're working ...Answered | 2 Replies | 4023 Views | Created by Pengo11 - Thursday, October 4, 2012 12:51 PM | Last reply by Pengo11 - Saturday, October 6, 2012 12:36 PM -
0 Votes
EntityFramework refresh didn't update the Table properly
You should see "Update Model from Database...Answered | 2 Replies | 2178 Views | Created by ps_prakash02 - Thursday, February 11, 2016 7:09 AM | Last reply by chanmm - Thursday, February 18, 2016 11:09 AM -
0 Votes
WPF EntityFramework - First project
I created a project MyDataSources, using the wizard to create an Entity Data Model.Answered | 5 Replies | 5398 Views | Created by WRBehning - Tuesday, March 20, 2012 10:30 PM | Last reply by Mr. Javaman II - Wednesday, March 21, 2012 9:47 PM -
0 Votes
EF Database First Approach
See http://sankarsan.wordpress.com/2010/10/14/entity-framework-ctp-4-0-database-initialization If you have something already existing and want to create a v 2, it would be Code ...Answered | 1 Replies | 2286 Views | Created by murehwa - Tuesday, April 3, 2012 11:01 PM | Last reply by Patrice Scribe - Wednesday, April 4, 2012 11:08 AM -
1 Votes
Enitity Framework Database first design
You may eventually find this tool very helpful for your case: https://github.com/sjh37/EntityFramework-Reverse-POCO-Code-First-Generator We're ...Answered | 2 Replies | 506 Views | Created by Harshul Antriwale - Wednesday, November 16, 2016 7:30 AM | Last reply by Naomi N - Wednesday, November 16, 2016 11:26 AM -
0 Votes
Using EntityFramework and WindowsAzure.Storage
From: Arindam @dattaarindam200 via Twitter @AzureSupport In onion architecture Entities are at the center and are independent of external dependencies.Using EntityFramework ...Answered | 2 Replies | 1601 Views | Created by Dani Muszbek Microsoft (MSFT CSG) - Wednesday, October 7, 2015 8:20 PM | Last reply by Arindam Datta - Sunday, October 11, 2015 4:55 AM -
0 Votes
Entityframework code first add problem in mvc 3
Typically, we should bring data into memory for data binding first.Answered | 2 Replies | 4823 Views | Created by youtubeline - Thursday, May 26, 2011 6:09 AM | Last reply by Larcolais Gong - Thursday, June 2, 2011 11:04 AM -
2 Votes
How to create a stored procedure with the model fist approach?
I'm afraid model first will not help you to create stored procedures in database.Answered | 1 Replies | 1403 Views | Created by Rainer Queck - Thursday, August 16, 2012 6:31 AM | Last reply by Allen_MSDN - Friday, August 17, 2012 1:49 AM -
0 Votes
Is it possible to use EntityFramework without mapping
Hi, Can I use entityframework without mapping to actual source.Answered | 1 Replies | 3965 Views | Created by artisticcheese - Tuesday, August 25, 2009 6:36 PM | Last reply by Noam Ben-Ami - MSFT1 - Tuesday, August 25, 2009 11:30 PM -
0 Votes
How configure SharePoint project for use EntityFramework?
The reason why you are receiveng the "assembly could not be loaded" error is that you are referencing EntityFramework and EntityFramework.SqlServer (in ...Answered | 3 Replies | 10509 Views | Created by Aleksandr Shramko - Thursday, March 6, 2014 12:04 PM | Last reply by Gianni Bosio - Saturday, August 19, 2017 3:51 PM -
1 Votes
Migrating EF model-first to Azure
In Visual Studio, you must select the .Net Framework version on the first page of the New Project dialog.Answered | 10 Replies | 9801 Views | Created by Bob.at.SBS - Saturday, August 18, 2012 12:41 AM | Last reply by Bob.at.SBS - Sunday, August 26, 2012 5:28 PM -
0 Votes
Database First Approach for Firebird DB
Do we have a way to use Database First Approach for Firebird DB ??Answered | 1 Replies | 2405 Views | Created by Anu Viswan - Monday, April 6, 2015 9:08 AM | Last reply by issam1975 - Monday, April 6, 2015 4:26 PM -
1 Votes
Build of simple project using EntityFramework failed
I've checked in very simple project using Entity Framework 5.0 and Code First approach.Answered | 2 Replies | 2595 Views | Created by Paul Kutakov - Tuesday, September 18, 2012 7:40 PM | Last reply by Paul Kutakov - Wednesday, September 19, 2012 7:42 AM -
0 Votes
EF Code-First not generating database in ASP.NET application
Anyhow, I was able to fix my issue thanks to a tutorial video on pluralsight.com showing how to use code first and migrations API to create the database.Answered | 3 Replies | 857 Views | Created by Gonzalo Sabogal - Thursday, December 3, 2015 10:53 PM | Last reply by Gonzalo Sabogal - Monday, December 7, 2015 5:35 PM -
0 Votes
Converting from EDMX model to Code First?
Hi, Maybe you want also consider the approach used in this article: ...Answered | 17 Replies | 20874 Views | Created by Kendall J Bennett - Friday, June 24, 2011 2:20 AM | Last reply by MEhran.NET1.0 - Monday, August 5, 2013 9:56 AM -
0 Votes
model-first mapping?
Take a look to the following ...Answered | 2 Replies | 2972 Views | Created by Chris-von-der-Wiese - Sunday, October 3, 2010 6:04 PM | Last reply by Chris-von-der-Wiese - Monday, October 4, 2010 1:31 PM -
0 Votes
Abstract class and EntityFramework
HI, With EF there are different ways you can model your type hierarchy.Answered | 2 Replies | 8672 Views | Created by Hadi2008 - Wednesday, December 14, 2011 4:29 PM | Last reply by JendaPerl - Thursday, December 15, 2011 8:50 AM - Items 1 to 20 of 1148633 Next ›
No announcements