LINQ the Bridge between the world of Objects & the world of Data
page 2 of 6
by Abdulla Hussein AbdelHaq
Feedback
Average Rating: This article has not yet been rated.
Views (Total / Last 10 Days): 29319/ 41

What is LINQ?

Language-Integrated Query (LINQ) as MSDN definition is a groundbreaking innovation in Visual Studio 2008 and the .NET Framework version 3.5 that bridges the gap between the world of objects and the world of data.

 Definitely you have faced some kind of tasks that required from you to deal with various data source such as SQL Database, XML document or Strongly typed of objects, and you have to do some operations on it, such as fetching data, saving data … etc, in that case you need to learn different query language or different syntax for each data source type and writing couple of complex statements, fighting with crazy loops and sets of objects and finding the most efficient object that match your requirements, and so on.

 LINQ makes these things get to be easier to deal with, and provide us a new rich query language that become a part of .NET platform.  You can say SQL statements are become part of the C# and VB.net code, you do not need to use SQLCommand or any other ADO.NET classes to write queries; you can simply use these SQL statement (keywords and familiar operators) within your code.


View Entire Article

User Comments

Title: G8   
Name: G MURALI
Date: 2010-12-22 7:05:14 PM
Comment:
VERY NICE AND SIMPLY SUPERB; THANKS FOR SUCH A GOOD DESCRIPTION AND INTERSTING TO WORK ON LINQ
Title: Nice One...!   
Name: Sam
Date: 2010-11-27 12:27:17 AM
Comment:
Not Bad...It Helps....
Title: Really veryt very good   
Name: Yashvi
Date: 2009-12-15 6:14:23 AM
Comment:
I had read a lot links to understand LINQ. But i didn't get anything to implement. But yours one is very usefull
Title: Very Useful Links   
Name: Horses
Date: 2009-06-01 12:20:14 PM
Comment:
Very Useful Links are provided here in this article. It is really a nice experience for me to visit your site & read some Quality articles. Thanks.

Product Spotlight
Product Spotlight 





Community Advice: ASP | SQL | XML | Regular Expressions | Windows


©Copyright 1998-2024 ASPAlliance.com  |  Page Processed at 2024-04-18 7:01:52 PM  AspAlliance Recent Articles RSS Feed
About ASPAlliance | Newsgroups | Advertise | Authors | Email Lists | Feedback | Link To Us | Privacy | Search