DotNetStories
In this rather short post I will be demonstrating with a
hands-on example the usefulness of the
Linq Zip operator.
In this post I will be writing LINQ queries against an array of strings, an array of integers.Moreover I will be using LINQ to query an SQL Server database.
In this post I would like to talk about a new feature in C# 3.0 that is called extension methods.