How to combine 3 tables using entity framework and LINQ?

How many people are using MS entity framework?

  • Answer:

    It is difficult to answer this question, because ef is part of the .net framewokfrom version 4.0, but it is being promoted by Microsoft as its Data access technology of choice.

Jorge DeFlon at Quora Visit the source

Was this solution helpful to you?

Other answers

I am using it for our game. BTW, after so many hours, I gave up using sproc with OUTPUT paramter. Not worthwhile. Just use result column binding, if sproc can be modified.

Yoshi Watanabe

It is a good technology. The only problem is it lacks availability of proper documentation. Most books written are already obsolete also most articles in MSDN, as the newer versions got unveiled. Besides, the original examples and tutorials in MSDN are constricted to very basic and limited operations, and fails to give a clear picture for real world example, I have not found an example with an Entity model which contains tables with multiple keys or an action where multiple tables get modified simultaneously. Moreover, it is hard to find resources for integration of EF pages with other technologies for example AngularJS, simple AJAX operations etc.

Sabbir Asgar

I've been working on it on many projects. For example http://www.tixalia.com (english version on http://en.tixalia.com) works 100% with Entity Framework with Code First

Javi Navarro

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.