Chapter 10. Implementing the Data Access Layer

In the past several chapters, you have looked at the various object-oriented programming constructs such as classes, inheritance, and polymorphism as they are implemented in C# code. You have been introduced to and practiced using the Visual Studio integrated development environment. You should also have a firm understanding of how class structures and object collaboration are implemented.

You are now ready to put the pieces together and develop a working application. Because most business applications involve working with and updating data in a back-end relational database, you will look at how the .NET Framework provides the functionality to work with relational data.

After reading this chapter, you ...

Get Beginning C# Object-Oriented Programming 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.