Browse by Tags

All Tags » VB.NET » Linq (RSS)

Zip operator in Linq with .NET 4.0 by Jalpesh P. Vadgama

Microsoft .NET framework 4.0 is having many features that make developers life very easy. Its also provides some enhancement to Linq also. I just found a great operator called Zip which merge the sequence of two entities. Here is the explanation of Zip...

Take,Skip and Reverse Operator in Linq by Jalpesh P. Vadgama

I have found three more new operators in Linq which is use full in day to day programming stuff. Take,Skip and Reverse. Here are explanation of operators how it works. Take Operator: Take operator will return first N number of element from entities. Skip...
Filed under: , , ,

Union,Except and Intersect operator in Linq by Jalpesh P. Vadgama

While developing a windows service using Linq-To-SQL i was in need of something that will intersect the two list and return a list with the result. After searching on net i have found three great use full operators in Linq Union , Except and Intersect...

What is LINQ? LINQ Developer Resources by Jalpesh P. Vadgama

LINQ is Language Integrated query. It is a integral part of visual studio 2008 and Microsoft .NET Framework 3.5. It is object to database mapping technology thorough which you can query any type of collections of object,XML of database. Recently I am...
Filed under: , , ,

What is Linq by Jalpesh P. Vadgama

Linq is the one of the most hottest release from Microsoft . Still lots of people don't know what linq is. I have found a great articles from Saqib Ullah . This articles covers all the aspects of Linq in each and every way. Following is the link for that...
Filed under: , , ,
More Posts