-
"Entity framework" Versus "Linq to SQL classes"
I came over entity framework 4.1 on the following link http://msdn.microsoft.com/en-us/data/gg702905, and it seems that it offers a great built in functionalities such (.find, .add, .Entry().state = entitystate.modified, etc). I used to work with the “Iinq to SQL” classes where i build these facilities by myself by wrtting a model classes. But i have the following questions about EF:-
1. there are a couple of examples in the web (such as nerd dinneron mvc2) that uses the EF but still code the (find , add, delete,etc) methods on a repository class. so what is the reason of coding these methods and not using the methods provided by the ET?.
2. if i want to implement a more complicated business logic (for example to find a list of recommend items or find the latest items) ,rather than finding a single item; so how i will be implementing these business logic with EF. should i create a model classes that implement these logic and call them from my controller classes as i use to do with “Linq to SQL classes”?
BR
Similar Threads
-
By Vikas Garg in forum Careers
Replies: 18
Last Post: 07-13-2002, 11:58 AM
-
By .NETANON in forum .NET
Replies: 0
Last Post: 04-26-2002, 05:23 AM
-
Replies: 8
Last Post: 04-03-2002, 06:41 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks