facebook
LINQ in depth: advanced features

LINQ in depth: advanced features

In the previous article, we took a look at the evolution of the C # language and the innovations introduced to support LINQ, starting to discover its main features. Let’s continue now observing some peculiarities of the two syntaxes that LINQ makes...
LINQ: a language to rule them all!

LINQ: a language to rule them all!

One of the peculiarities that distinguish the .NET world from other technological stacks is definitely LINQ, an acronym for Language INtegrated Query. Introduced with the .NET Framework 3.5 and Visual Studio 2008, it is, in fact, the first framework independent...