Chapter 3 Data Access
Just about every ASP.NET application needs to deal with data access, but the topic’s not a highlight of most developers’ days. You need effective, efficient data access for your sites, but you’d rather spend your time on features your users will notice, right? I’m with you.
Data access in ASP.NET 2.0 can be a little overwhelming due to the large range of access options available. It’s important to know how to pick the right data access strategy for your application—you want one that meets your current needs and can scale to meet future requirements. We’ll start this chapter with a review of the available options; then we’ll explore some practical tips for selecting and applying data access techniques that fit your ...
Get The ASP.NET 2.0 Anthology 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.