Saturday 9 March 2013

What is LINQ



What is Linq?
It is Language Integration Query.
If someone does not know about the syntax of SQL Server (working in SQL Environment). After understanding the syntax of LINQ they can easily work with Microsoft SQL Server .
Like: - Insert command, Select Command, Update Command and Delete Command.
In Linq we use var keyword to declare any object .
For example:-
Var obj=123;
Var objstring=”rahul Gupta” etc……
If we declare an object with var keyword then the object can store any type of Value.



0 comments: