InterviewSolution
Saved Bookmarks
| 1. |
What Is Linq To Entities? |
|
Answer» LINQ to Entities PROVIDES Language-Integrated Query (LINQ) SUPPORT for querying entities. LINQ to Entities enables developers to write queries against the database using one of the supported .NET Framework PROGRAMMING languages such as VISUAL Basic or Visual C#. LINQ to Entities provides Language-Integrated Query (LINQ) support for querying entities. LINQ to Entities enables developers to write queries against the database using one of the supported .NET Framework programming languages such as Visual Basic or Visual C#. |
|