Murach's ADO.NET 3.5, LINQ,
and the Entity Framework with VB 2008
How to use LINQ data source controls with web applications
ASP.NET 3.5 provides a LINQ data source control that you
can use to work with SQL Server databases. Assuming that you
know how to create ASP.NET applications and work with data
source controls, this chapter will teach you the skills you
need to use LINQ data source controls in your web applications.
|
|
|
|
How the LINQ data source control
works |
484 |
|
How to configure a LINQ data source
control |
486 |
|
An Invoice Display application |
488 |
|
The aspx file for the Invoice
Display application |
490 |
|
|
How to configure a LINQ data source
control for updates |
492 |
|
How to provide for optimistic
concurrency |
494 |
|
How to insert a row using a LINQ
data source control |
496 |
|
A Terms Maintenance application |
498 |
|
The aspx file for the Terms Maintenance
application |
498 |
|
The Visual Basic code for the
Terms Maintenance application |
502 |
|
|
How to configure groups |
504 |
|
An Invoice Totals By Date application
that uses groups |
506 |
|
The aspx file for the Invoice
Totals By Date application |
508 |
|
|
|
|
|
|