This post originated from an RSS feed registered with .NET Buzz
by John Papa.
Original Post: ADO.NET 2 Presentation - June 29th
Feed Title: John Papa
Feed URL: /error.htm?aspxerrorpath=/blogs/john.papa/rss.aspx
Feed Description: .NET Code Samples, Data Access, Patterns and Other Musings
Iâll be at VSLive in Boston at the end of this month demonstrating coding techniques with ADO.NET 2, so please drop by and say hi if you get a chance. The session is titled Get Ready for ADO.NET 2 and is at 5:45pm on June 29th. Below is the synopsis of the session ⦠and the agenda from my slide deck:
Data access using ADO.NET is at the core of most .NET enterprise applications. While ADO.NET 1.x is powerful, its successor ADO.NET 2 contains several new features that are can benefit an application. We'll review these new features and how to take advantage of them including binary serialization of DataSets, multiple active resultsets (MARS), and enhancements to strongly typed DataSets.