No announcements
Found 2404999 threads
-
1 Votes
question to business-logic in the entities of the EF
and unmark them if they provide no help.Answered | 5 Replies | 3293 Views | Created by M.Erlinger - Wednesday, June 16, 2010 1:18 PM | Last reply by Srinivas Gantimahapatruni - MCPD - Monday, June 28, 2010 3:11 PM -
1 Votes
Is it a good practice to use DataContract attributes on business entities
Thank you Richard and that was my point actually that your business entities should not be responsible for designing service specific messages for external world.Answered | 6 Replies | 8065 Views | Created by Zohooo - Friday, August 27, 2010 11:52 AM | Last reply by Richard Blewett - Tuesday, August 31, 2010 7:21 AM -
0 Votes
Converting DAL to Business Objects with LINQ to Entities and multiple DBMS flavors
Hope this helps, if not just ask.Answered | 4 Replies | 5272 Views | Created by Travis.Shepherd - Thursday, March 31, 2011 12:22 AM | Last reply by Rune Gulbrandsen - Tuesday, April 5, 2011 2:05 PM -
2 Votes
Separation of business logic from data access logic in Entity Framework
Please remember to Vote & "Mark As Answer" if this post is helpful to you.Answered | 3 Replies | 7278 Views | Created by jmc_82 - Friday, November 5, 2010 12:56 PM | Last reply by JA Reyes - Monday, November 8, 2010 12:57 PM -
0 Votes
Change the node name from TypedPollingResultSet0 to a business entity
Is there a way to change to one of business entity name(like Customer or Order etc).Answered | 2 Replies | 1353 Views | Created by Bhava - Thursday, July 25, 2013 10:15 PM | Last reply by Bhava - Wednesday, July 31, 2013 9:42 PM -
0 Votes
Entity framework help
public void Delete<T>(T entity) where T : class { _context.Entry(entity).State = EntityState.Deleted; ...Answered | 5 Replies | 510 Views | Created by Jecuss - Monday, November 16, 2015 11:59 AM | Last reply by CoolDadTx - Monday, November 16, 2015 3:46 PM -
4 Votes
Loading an entity with reference data from another entity
Also you can use business rules to copy attributes down to related entities, but that's probably no better a solution than using a job and the staging tables.Answered | 5 Replies | 2496 Views | Created by Labry - Thursday, August 8, 2013 1:24 PM | Last reply by davidbaxterbrowne - Tuesday, September 24, 2013 5:15 PM -
3 Votes
Run Validation after Business Rule Extension with INSERTs to another Entity- (MDS 2016)
In your user defined script, you can udpValidateModel to initial the business rule validation for Entity A after you run the Staging Stored ...Answered | 3 Replies | 1606 Views | Created by Harold Espera - Saturday, May 21, 2016 9:31 AM | Last reply by davidbaxterbrowne - Saturday, June 4, 2016 3:11 PM -
0 Votes
Need help on Entity Framework Provider
Hi Rahul, Here's a link to the documentation on how to write your own ...Answered | 1 Replies | 3352 Views | Created by dfghdh - Wednesday, April 21, 2010 11:43 AM | Last reply by Jonathan Aneja -- MSFT - Monday, April 26, 2010 10:07 PM -
0 Votes
On tables and entities
The conceptual equivalent of a primary key is the ID field for the entity, which like a primary key must be unique.Answered | 1 Replies | 2648 Views | Created by Jayaram Krishnaswamy - Thursday, November 18, 2010 11:15 PM | Last reply by Steve Hoag - Friday, November 19, 2010 2:00 AM -
2 Votes
Inheritance problem in Entity Framework 4.0
HI. 77 EF provides Table-per-Type Inheritance way maybe will help you .Answered | 8 Replies | 5259 Views | Created by jainabhishek77 - Monday, May 17, 2010 12:24 PM | Last reply by Matthew LEAN . D - Friday, May 21, 2010 1:14 PM -
0 Votes
Please suggest a book to learn Data, Business Layer now that entity framework exists
this link was incredible http://diegworld.blogspot.com/2011/01/building-n-tier-applications-with.html however it left me with a big dubt... where, how do i ...Answered | 4 Replies | 3307 Views | Created by MarcusJason - Saturday, March 5, 2011 1:20 AM | Last reply by Hasibul Haque - Saturday, March 12, 2011 5:43 AM -
3 Votes
Entity Validation
in entity validation.Answered | 8 Replies | 1803 Views | Created by Graham Clements - Tuesday, March 13, 2012 2:19 PM | Last reply by Graham Clements - Tuesday, March 13, 2012 3:36 PM -
0 Votes
Two EF Entities referencing a common Entity type.
I included the Entity classes and Entity mappings I am currently using with my original question.Answered | 5 Replies | 813 Views | Created by seifordd - Sunday, February 7, 2016 3:31 AM | Last reply by DA924 - Sunday, February 7, 2016 3:59 PM -
0 Votes
Entity framework in a separate DLL
Hi Lasse What's probably happening here is the connection strings to the Entity Data Models are conflicting.Answered | 1 Replies | 6952 Views | Created by Lasse Johansen - Tuesday, December 23, 2008 11:27 AM | Last reply by Chris Dufour, MVP - Tuesday, December 23, 2008 7:55 PM -
1 Votes
Help required on requirement - Create Model / Entity / Views
Could you please share your email id so that I can ask for help?Answered | 3 Replies | 1146 Views | Created by kdinuk - Saturday, March 5, 2016 2:30 AM | Last reply by Vincent Chen (X) - Thursday, March 10, 2016 1:40 AM -
0 Votes
EF4.0 problem when trying to populate a new entity's EntityCollection<> with existing entities
Alan Chen[MSFT] MSDN Community Support | Feedback to us Get or Request Code Sample from Microsoft Please remember to mark the replies ...Answered | 2 Replies | 3583 Views | Created by Major Productions LLC - Thursday, June 2, 2011 4:40 PM | Last reply by Alan_chen - Monday, June 6, 2011 2:46 AM -
0 Votes
Example of Entity Framework
Hi Seshu, Entity framework is a server side data store.Answered | 1 Replies | 3729 Views | Created by netpicker9 - Friday, August 7, 2009 4:26 AM | Last reply by Syed Mehroz Alam - Friday, August 7, 2009 6:33 AM -
1 Votes
Any news on Entity Inheritance?
It's "usable" for business apps, if not perfect, but it's VERY good at what it was *designed* to do.Answered | 4 Replies | 2330 Views | Created by Sascha L - Tuesday, May 3, 2011 9:00 AM | Last reply by Spursoft Solutions - Tuesday, May 3, 2011 5:16 PM -
1 Votes
How to set a collection of related entities to read only in entity designer
To make the picture complete, I would add also server side logic, to prevent that Business contacts can be added/updated when the security condition is met.Answered | 4 Replies | 1939 Views | Created by Uwe Helmut - Tuesday, January 10, 2012 9:23 PM | Last reply by Justin Anderson - Tuesday, January 10, 2012 11:07 PM - Items 1 to 20 of 2404999 Next ›
No announcements