Skip to Content
Beginning ASP.NET 3.5: In C# and VB
book

Beginning ASP.NET 3.5: In C# and VB

by Imar Spaanjaars
March 2008
Intermediate to advanced
766 pages
21h 15m
English
Wrox
Content preview from Beginning ASP.NET 3.5: In C# and VB

13.6. Summary

LINQ is a compelling and exciting new technology that ships with .NET 3.5. LINQ is going to take a big place in many data-access scenarios, including database access in ASP.NET web applications using LINQ to SQL.

Because LINQ is going to be so important, it has been integrated in many different places in .NET. LINQ is available for objects allowing you to query in-memory collections. Additionally, LINQ is available for XML, Entities, and DataSets, each type providing access to a different data store, but with the same, unified querying language. The final type of LINQ is LINQ to SQL that provides access to your SQL Server database.

To write LINQ queries, you use query operators that include keywords like Select, From, and Where and aggregation operators like Sum and Count. To get data out of a LINQ query you can use type inference to let the compiler determine the resulting type. This also allows you to create anonymous types, where the actual type returned by the query doesn't have a name, but its public interface is inferred by the compiler, giving you IntelliSense at compile time, and full access to the object at run time.

To work with LINQ to SQL in your ASP.NET web applications you have a couple of different options. First, you can write queries in the Code Behind of a page and then bind the results to a data-bound control using the DataSource property and DataBind method of the control. Although this method gives you a lot of flexibility in terms of the queries ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Professional ASP.NET 3.5 SP1 Edition: In C# and VB

Professional ASP.NET 3.5 SP1 Edition: In C# and VB

Bill Evjen, Scott Hanselman, Devin Rader

Publisher Resources

ISBN: 9780470187593Purchase book