Showing posts with label Linq. Show all posts
Showing posts with label Linq. Show all posts

Sunday, February 1, 2015

Brief Introduction of Linq

Today I am going to explain a very good topic....Linq. So, First question is What is Linq. Linq is basically stand for Language-Integrated Query. Basically LINQ address the current database development model in the context of Object Oriented Programming Model. If you wants to develop database application on .Net most of us prefer to use ADO.Net. ADO.Net is working as middle ware in application and give us complete object oriented wrapper around the database SQL. So Programmer must have good knowledge of object oriented programming concept as well as SQL to develop an application....