Chapter Fifteen. Database Programming with ADO.NET

Many modern applications work with different information storages. The ultimate solution for storing large amounts of data is using database engines that provide easy access and high optimizations for different operations on your data. The .NET environment introduces ADO.NET, which represents a set of classes for performing various database operations from your .NET applications. In this chapter we review these classes with emphasis on discussing data providers, working with datasets, and describing different scenarios of working with a database that you may implement in your PerlNET programs.

Get Programming PERL in the .NET Environment 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.