Sunday 24 July 2016

What is LINQ To SQL ?

Posted by : Manav Pandya

LINQ 

LINQ Stands For :-

"Language Integrated Query"

LINQ is basically used to manipulate queries easily with efficiency , because LINQ queries are vary much flexible and adjustable wherever you want .

LINQ enabled provide full "Type Safe" & "Compile Time Checking" scenario so that for developer rich refactoring support when writing LINQ queries .