Blue Theme Orange Theme Green Theme Red Theme
 
Team Foundation Server Hosting
Home | Forums | ASP.NET 2.0 Tutorials | Web Services | How Do I...? | Class Browser | WPF Quick Starts | Advertise with Us
 | Consulting  
Submit an Article Submit a Blog 
Search :       Advanced Search »
Home » Blogs Home » Blog Detail

LINQ

 by Purushottam Rathore on Apr 22, 2009

Language Integrated Query(LINQ)
Comments: 0 Views: 4944 Printable Version 

Language Integrated Query (LINQ) is one of the most important additions in the .NET Framework in version 3.5.
Most of the developers are familiar with Structured Query Language (SQL). SQL is used to query relational database data ie to
perform operations on the data of the relational database. However, sometimes, the SQL queries that retrieve data from a relational database schema are abstracted away from business logic and middle-tier code. Furthermore, the representation of the data at the business logic and code level is generally through objects, arrays, and collections. So the developers have to regularly search for these constructs using the tailor-made loops.

From a long time, it has been a requirement for many programmers to have a language which can be used for querying data stored in programming constructs and object oriented mechanisms. One stable and well-entrenched industry standard is the SQL. It would be impossible to extend SQL so that it could be used to query programming constructs. However, Microsoft's ambition was to make things easier for programmers by creating a standard for querying data stored in coding constructs. Their efforts resulted in a new query language that targets data stored in objects and collections, which was named Language Integrated Query (LINQ). Moreover, LINQ was also extended to query relational database, XML data, and other data sources to fetch data stored in them. One thing to keep in mind here is that, data queried by using LINQ must be stored as objects. If LINQ is
used to query data from a relational data source, then the data must first be represented using an object model. Keep in touch for more details, lots of interesting things to come up.

Comment Request!
Thank you for reading this post. Please post your feedback, question, or comments about this post Here.
 
What do you say about this post? Post a comment here
*Title:
*Comment:
 
Comments not available.
6 Months Free & No Setup Fees ASP.NET Hosting!
Become a Sponsor

 Blogger's Profile
Age: Not Available
Location:
Title: Developer
Joined: Apr 19, 2007
Education: Masters Degree
 More Blogs from this Blogger
Play Background music on your website using asp.net
Repeat Background image using style in html tag.
Difference between datagrid datalist
Benefits and limitations of using Cookies
LINQ
View all »
 Latest Blogs
[Video] OnClose Handler
[Video] Storing and Loading the Window and Toolbar position
The Euclidean Algorithm
Swapping Exe Process
How Exe file is Generated by VS2005 C++ Project?
What is Exe
Header files: Multiple Inclusion problem - Solution B
Header files: Multiple Inclusion problem - Solution A
Header files: Multiple Inclusion problem - Reason
Header files: Multiple Inclusion problem
View all »
 Latest Jobs
More ... 
 Latest Interview Questions
More ... 
Team Foundation Server Hosting
 © 2012  contents copyright of their authors. Rest everything copyright Mindcracker. All rights reserved.