January 25, 2006 06:25 PM

LINQ to the Future

The beta of Microsoft’s new technology gives you a glimpse into the future of database-application development
Rating: (0)
SQL Server Magazine
InstantDoc ID #48759
Microsoft's new Language Integrated Query (LINQ—pronounced link) project is the next step in database-development technology. LINQ addresses the current database-development model's disconnect between the object-oriented programming model and procedural, T-SQL?based data-access code. Today, database-application developers use an object-oriented language such as C# or Visual Basic.NET to develop applications. ADO.NET serves as the object-oriented data-access middleware that connects the app...

...This article is for paid Professional Members only.

Already a Professional Member? Please log in now:

NOT A PROFESSIONAL MEMBER? YOU CHOOSE:

Professional Membership

Monthly

Annual

VIP Membership

Monthly

Annual

Add a Comment

Um, please do not confuse LINQ with DLINQ, as they are separate things. My whole rant is up on my blog, http://donxml.com/allthingstechie/archive/2006/02/06/2522.aspx but here is the jist of it:

LINQ is defined as "The LINQ Project is a codename for a set of extensions to the .NET Framework that encompass language-integrated query, set, and transform operations. It extends C# and Visual Basic with native language syntax for queries and provides class libraries to take advantage of these capabilities."

LINQ, by itself, has nothing to do with database development technology, but with integrated language query. The query extensions are over any .NET array or collection, not databases. The DLINQ component of the LINQ Project, provides a run-time infrastructure for managing relational data as objects without giving up the ability to query. XLINQ does the same thing, but for XML.

Don2/12/2006 9:27:03 PM


See http://donxml.com/allthingstechie/archive/2006/02/06/2522.aspx

SQLDiva

Melissa2/8/2006 10:01:09 AM


You must log on before posting a comment.

Are you a new visitor? Register Here
GOOGLE LINKS
SPONSORED LINKS
FEATURED LINKS