No announcements
Found 2686524 threads
-
0 Votes
Code Generation in Entity Framework
It should be the designer for Entity Framework.Answered | 1 Replies | 585 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
Using Linq and Entity Framework with WCF
DTO pattern with POCO objects is HELL!!!Answered | 3 Replies | 3266 Views | Created by Xin.Qian - Friday, September 23, 2011 4:19 PM | Last reply by Renato Mattos - Friday, October 21, 2011 2:11 PM -
0 Votes
Entity Framework - Generate SQLite Database From Model
I can now create a EF model from an SQLite database but still cannot create SQLite DDL from an EF model.Answered | 9 Replies | 2973 Views | Created by mxb7642 - Thursday, July 21, 2016 5:15 PM | Last reply by ErikEJ - Saturday, July 23, 2016 6:28 PM -
0 Votes
Avoid entity framework replacing properties added by me
https://weblogs.asp.net/cibrax/code-generation-with-t4-an-entities-to-dto-example Best regards, Cole ...Answered | 6 Replies | 787 Views | Created by MC Shijith - Saturday, December 10, 2016 4:01 PM | Last reply by Zhanglong Wu - Tuesday, December 13, 2016 1:45 AM -
0 Votes
DTO, Interface, Mappers Ideea
DTO’s are essentially to reduce calls when working with a remote interface.Answered | 4 Replies | 5955 Views | Created by zapacila89 - Wednesday, July 22, 2009 7:10 AM | Last reply by Paul Gielens - Wednesday, July 29, 2009 9:55 AM -
0 Votes
Entity Framework - Existing Database, classes in seperate library
The DTO(s) are in a classlib project called Entities.Answered | 5 Replies | 511 Views | Created by JDWilson - Wednesday, May 4, 2016 6:39 PM | Last reply by Zhanglong Wu - Tuesday, May 10, 2016 4:57 AM -
0 Votes
How is POCO a replacement for DTO's
I think it's more essential to think about sending autogenerated entities vs. manually created DTO objects and whats best for the WCF service.Answered | 3 Replies | 5245 Views | Created by kfrost - Saturday, March 5, 2011 4:54 PM | Last reply by Alan_chen - Thursday, March 10, 2011 3:14 AM -
0 Votes
Issue with WCF and Entity Framework and child nested classes
Can you explain DTO?Answered | 6 Replies | 1965 Views | Created by spark29er - Monday, September 21, 2015 11:28 PM | Last reply by DA924 - Tuesday, September 22, 2015 4:44 PM -
1 Votes
Automapper and creating DTO class from stored procedure
You have a misconception of what a DTO is for and about.Answered | 2 Replies | 2570 Views | Created by Thomas Lee3 - Monday, October 1, 2018 6:20 PM | Last reply by Thomas Lee3 - Tuesday, October 2, 2018 2:14 PM -
0 Votes
bindingsource ui and entity framework 6
You could refer to my blog post about how to implement a generic data access layer in Entity Framework for some ideas on how use Entity ...Answered | 7 Replies | 629 Views | Created by giuseppe ferrrari - Thursday, April 28, 2016 3:07 PM | Last reply by Andy ONeill - Thursday, May 5, 2016 9:10 AM -
0 Votes
Flexible Data Source Entity Framework
For more information, please refer ...Answered | 2 Replies | 518 Views | Created by napster - Friday, September 2, 2016 3:22 AM | Last reply by Zhanglong Wu - Friday, September 2, 2016 5:27 AM -
0 Votes
Entity Framework View Generation Fails
I've written an updated version, which can be downloaded ...Answered | 5 Replies | 5233 Views | Created by Vincent Bivona - Wednesday, July 13, 2011 3:19 AM | Last reply by Robert Važan (SK) - Wednesday, September 25, 2013 8:50 AM -
1 Votes
Entity Framework 4.1 in n-tier application – updating/deleting related objects
The properties of the DTO are mapped into the EF entity's properties and the code called to add, update or delete the entity using the EF model.Answered | 3 Replies | 9906 Views | Created by Job Lot - Wednesday, May 11, 2011 7:22 AM | Last reply by Job Lot - Thursday, May 12, 2011 4:47 AM -
0 Votes
HiLo key generator for the Entity Framework
:)Michael Sun [MSFT] MSDN Community Support | Feedback to us Get or Request Code Sample from MicrosoftAnswered | 3 Replies | 6969 Views | Created by mhnyborg - Friday, July 2, 2010 8:17 AM | Last reply by Michael Sun [MSFT] - Monday, March 21, 2011 3:41 PM -
1 Votes
Entity Framework to WCF JSON
Yeah, you use DTO(s) and leave the EF entitles at the DAL, which is a Separation of Concerns.Answered | 1 Replies | 649 Views | Created by Bondbyte, Inc - Wednesday, March 23, 2016 6:02 PM | Last reply by DA924x - Wednesday, March 23, 2016 11:50 PM -
0 Votes
Code First Objects and DTO objects - differences ?
Yes you should create both entities and DTOs.Answered | 6 Replies | 656 Views | Created by doug4jj - Tuesday, March 14, 2017 7:02 PM | Last reply by doug4jj - Friday, March 17, 2017 2:17 PM -
1 Votes
Is Entity Framework overkill for our project?
Here are some interesting links that you could read: Performance considerations for EF5 How to use a T4 template for View ...Answered | 3 Replies | 1861 Views | Created by blowfly - Monday, November 19, 2012 10:36 AM | Last reply by Fabian Fernandez Bargas - Tuesday, November 20, 2012 10:59 AM -
1 Votes
How to expose a DTO with a calculated field through WCF?
Maybe, you need to not use a DTO that is using auto properties.Answered | 1 Replies | 2033 Views | Created by David Armenteros - Thursday, March 8, 2018 6:22 PM | Last reply by DA924x - Thursday, March 8, 2018 7:42 PM -
0 Votes
How to generate Entity Framework Model from database without Associations?
<copied> If I am generating hundreds of entities via the designer and have to update model from database on a regular basis, having to go into the ...Answered | 3 Replies | 1647 Views | Created by Think About - Monday, September 9, 2013 10:04 AM | Last reply by darnold924 - Monday, September 23, 2013 6:35 AM -
0 Votes
Entity framework and legacy web sevices
I am developing a web application where the data comes from two sources: SQL server DB and a few 3rd party web services that return DataSet.Answered | 1 Replies | 358 Views | Created by ForeignKey - Tuesday, October 27, 2015 9:01 PM | Last reply by DA924 - Tuesday, October 27, 2015 9:34 PM - Items 1 to 20 of 2686524 Next ›
No announcements