hi this is kavita
Can anyone explain me what is close relation between sql and .net. when microsoft release new .net framework it also launch a new version of sql. can anyone explain me it good article and example?
thanks
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
AlanPosted Sep 27, 2007, 3:03 PM
Microsoft will be introducing something called 'language integrated queries' (or LINQ for short) in the next versions of C# and VB and the .NET Framework 3.5 will include a number of new classes to support this feature.
The syntax for LINQ is loosely based on SQL except the 'from' clause will appear first and the 'select' clause last in the query.
There's a series of three articles here which will help you to get up to speed on LINQ (and its siblings DLINQ and XLINQ) before VS 2008 is released.:
http://www.codeproject.com/vista/LINQ_1.asp
http://www.codeproject.com/vista/LINQ2.asp
http://www.codeproject.com/vista/LINQ_3.asp