Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

Parsing XML Data with LINQ

c# xml linq parsing

Linq To Sql: The member Date has no supported translation to SQL

c# linq linq-to-sql

Linq to Entities-- Havine a Guid in the where clause throws error

c# linq

C# loopless way to split string into multidimensional array or jagged array

c# linq

Using Linq and C#, is it possible to join two lists but with interleaving at each item?

c# .net linq

LINQ to XML: handling nodes that do not exist?

c# xml linq linq-to-xml

Issues to consider when choosing data access technologies?

.net linq linq-to-sql choice

Check if values of Dictionary contains an element with certain field value

c# linq

Linq to Entities DateTime Conversion

Linq Distinct on list

linq distinct

LINQ query checks for null

linq linq-to-sql

Linq: Select First Items from the Child List?

Nested select top 1 in Linq

c# .net sql linq

How can I iterate through a collection with Foreach to build an XDocument?

c# xml linq foreach linq-to-xml

How to select a distinct list of elements contained in another list?

c# linq

Is OData intended for use within Government and Financial envrionments? What security precautions do I need?

sql wcf linq odata devforce

Select unique items with LINQ

c# linq distinct

Is there a performance difference between these two algorithms for shuffling an IEnumerable?

Sampling a list with linq

c# linq algorithm

Another Permutation Word Conundrum... With Linq?