LINQ
LINQ with an MVC Project
.
This blog contains basic information about LINQ. Also, we will see how can we use LINQ in an MVC project. What is LINQ? LINQ stands for Language Integrated Query. LINQ can be used to query from a variety of data…
LINQ to perform operation with DataTable in C#
.
If you are a C#.Net developer, then you must be familiar with Data Table and LINQ. In C#, a Data Table is an in-memory object to represents data in tabular format i.e. rows and columns. Once you get data in…
Linq in C# Programming
.
Before using LINQ in C#, please read my earlier blog to get some basic idea about what is LINQ? LINQ can be used in C# in different ways : One way is to use with Lambda ExpressionAnother way is to use…
Introduction to Linq to SharePoint
.
Introduction to Linq to SharePoint LINQ is a way to access external data sources.SharePoint Foundation 2010 comes with its own LINQ to SharePoint provider.The namespace which contains the provider is Microsoft.SharePoint.Linq.dll. LINQ provides strongly typed classes, this is an advantage…
Getting started with LINQ in C#
.
What is LINQ? LINQ stands for Language Integrated Query. LINQ defines keywords that you can use to select, filter, sort, group, and transform data. The minor miracle of LINQ is that different LINQ providers allow these keywords to work with…
