This tag is for questions about LINQ to Entities, which means LINQ queries using the ADO.
In a LINQ to entities expression like this: var vote = (from vote in db.Vote where vote.Voter.Id == user.…
linq entity-framework linq-to-entities defaultifemptyI was trying to implement the jQgrid using MvcjQgrid and i got this exception. System.NotSupportedException was unhandled by user …
asp.net-mvc-3 entity-framework linq-to-entities mvcjqgridI have the following query: from a in Products select new ProductVM { id = a.id, modified = a.modified.ToString() } Which …
entity-framework-4 linq-to-entities tostringHi I am trying to use the single column search in jqgrid using MVC 2 IN .NET (VS 2008) this is the …
entity-framework asp.net-mvc-2 search jqgrid linq-to-entitiesI'm trying to build a search page using LINQ to Entities, but the following code is giving me a runtime …
.net linq entity-framework linq-to-entitiesI need to do some filtering on an ObjectSet to obtain the entities I need by doing this : query = this.…
c# linq linq-to-entities linq-expressionsI've been having this SemaphoreFullException for quiet some time. To summarize.. I have hosted an application on IIS 7.5 with ASP.…
c# asp.net-mvc entity-framework linq-to-entities iis-7.5I have entities Group and User. the Group entity has Users property which is a list of Users. User has …
linq entity-framework linq-to-entities wcf-ria-servicesThe new version of C# is there, with the useful new feature Tuple Types: public IQueryable<T> Query&…
linq-to-entities tuples anonymous-types linq-to-nhibernate c#-7.0An error occurred while executing the command definition. See the inner exception for details. bbbbInnerException:aaaa System.ArgumentException: The version …
sql sql-server entity-framework entity-framework-4 linq-to-entities