Pages

This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Sunday, 13 January 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.