Thursday, August 6, 2015

Linq - Language Integrated Query

Disclaimer : It's self study material, either directly produced/copied or modified as needed to suit                              "MY" understanding. Giving specific credits is little difficult. In-case of any concern                            seeing your wordings being presented here , please feel free to write, will try to remove                        or  add credits as demanded.
Credits : C#,VB.Net books, article, blogs, msdn etc.
--------------------------------------------------------------------------------------------------------------------------
Introduction

LINQ is  programming language syntax that is used to query data. We can query any kind of data like xml, object etc.
It's a data access technology like ADO.Net
.NET Framework includes libraries that allow anyone to create a LINQ provider that can query any data source.

No comments:

Post a Comment