I’m new in WCF. In the application there will be CRUD and also some business rules.
Please recommend what should I chose EF or LINQ to SQL?
or WCF Data Services?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To add to Pawel’s points:
I recommend exploring EF Code First.
Scott Hanselman has a good intro post on EF Code First.
I’d also STRONGLY recommend Julie Lerman’s EF Code First book – it’ll help answer many of the questions you may have as you begin development.
Finally, be sure to keep an eye on the Data Access team’s blog – EF Code First is evolving VERY quickly and lots of great features are arriving regularly (my latest favorite being migrations in 4.3) 🙂
HTH.