Murach's ASP.NET 3.5 with VB 2008
How to use the ListView and DataPager controls
LINQ is a new feature of .NET 3.5 that allows you to query data using constructs that are built into Visual Basic. The VB code determines the source of the data: a list, a database, an XML file, and so on. Although LINQ is a subject that requires a book in itself, this chapter shows you the basics of using LINQ data sources to work with SQL Server databases.
|
|
|
|
How LINQ works |
590 |
|
How to use LINQ with SQL Server databases |
592 |
|
|
How to create an object model |
594 |
|
How to create entity classes |
596 |
|
|
An introduction to
the LinqDataSource control |
598 |
|
How to configure
a LinqDataSource control |
600 |
|
A Product List application |
602 |
|
The aspx file for the Product List application |
604 |
|
|
How to configure a LINQ data source
for updates |
606 |
|
How to use optimistic concurrency |
606 |
|
|
How to configure
groups |
608 |
|
An Invoices By Date application that
uses groups |
610 |
|
The aspx file for the Invoices By Date
application |
610 |
|
 |
|
|
|
|
© Copyright 1998-2009 Mike
Murach & Associates, Inc. All rights reserved.
|