I\'ve just discovered extension methods and I love th开发者_Go百科em so much that I\'m scared about their good use...
I want to include child objects on an IQueryable list.. I want to include a child object on selected columns of some table type IQueryable 开发者_Go百科list..
I have a variable that stores a select projection from a repository. The field in this variable are month and value. In a special case I would like to have all the value data divided by 100, WITHOUT c
How to write extensio开发者_Go百科n methods for converting IQueryable<T> and IEnumerable<T> to ReadOnlyCollection<T>?
I have a Class / API that uses an IQueryable<FirstClass> data source however I wish to expose an IQueryable<SecondClass>, where SecondClass is a wrapper class for FirstClass that exposes n
I have a many to many relationship (Sites, Categories, CategoriesXSite), I need to get all categories filtering by certain site names so I did my homework and made this linq:
What method would be considered best practice for parsing a LINQ string into a query? Or in other words, what approach makes the most sense to convert:
I have two queries in my RIA DomainService.one is a simple get using linq and the other is a get with a peramiter and a linq join.the simple 开发者_运维百科get when using include() returns the data i
Pardon my terminology i开发者_运维问答f incorrect but I\'d rather not expose the Azure Table Entity objects directly to the end user, although I want to expose IQueryable.
I am new to silverlight, many posts indicate using observablecollection is the best. Domainservice1 returns IQUERYABLE type.