This tag is for questions about LINQ to Entities, which means LINQ queries using the ADO.
I'm trying to query data of the form with LINQ-to-EF: class Location { string Country; string City; string Address; … } by looking …
c# linq-to-entities multiple-columns where-inI am working on a Dynamic Data website and I have run into a wall. I have a Details page …
asp.net data-binding linq-to-entities dynamic-dataI have the data coming from Entity Data model table on my ASP.NET page. Now I have to export …
c# asp.net excel linq-to-entities export-to-excelSome people want to see the DB structure and dont have VS, is there a way to do this? Or …
entity-framework linq-to-entities visioSay I have the following table definitions in SQL Server 2008: CREATE TABLE Person (PersonId INT IDENTITY NOT NULL PRIMARY KEY, …
entity-framework sql-server-2008 .net-3.5 linq-to-entitiesOverview One of the things I've asked a lot about on this site is LINQ. The questions I've asked have …
linq linq-to-sql linq-to-entities linq-to-objectsBack in late 2008 there was a lot of debate about the future of LINQ to SQL. Many suggested that Microsoft's …
linq linq-to-sql linq-to-entitiesI usually use the term entity to represent a business data object and in my mind, the linq to entities …
c# linq linq-to-entities linq-to-objectsI can't get AJAX CT Autocomplete to work. The problem is when I start writing in textbox nothing happens. The …
c# asp.net linq-to-entities ajaxcontroltoolkit autocompleteextenderI'm trying to build something like conditional queries to get only needed data from the underlying database. Currently I have …
c# entity-framework linq-to-entities anonymous-types