I’m reading the Self-Paced Training Kit for Microsoft .NET Framework 3.5 – ADO.NET Application Development…
…and loving it.
At first, I wasn’t because the first four chapters were boring, but now I’m reading about interesting stuff:
- Creating Database Connections
- Selecting and Querying Data
- DataSets (including Strongly-Typed DataSets)
- Updating Data
- Synchronizing Data (including the Microsoft Sync Framework)
- Introducing LINQ
- XML
- LINQ to SQL
- Using the Entity Framework
- ADO.NET Data Services