6.11. Where Are We?

You've seen the internals of the ADO.NET data presentation paradigms. You've explored how Windows Forms and Web Forms expose somewhat analogous programming paradigms for graphical user interfaces but produce either Windows GUI items or HTML. You've also learned how to use DataReaders, DataViews, expressions, and any class that implements IEnumerable to bind to Web Forms, and how the new data binding strategy makes data binding more flexible.

So far, your trip through data access has focused on a strict relational view of the world, both when you're using data providers and when you're using the DataSet class. I've talked about nonrelational data along the way, but now you're going to expand your data access horizons to include ...

Get Essential ADO.NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.