C H A P T E R 6

LINQ to SQL

Within very disparate applications, developers must deal with certain problems that repeatedly arise in programming. One of the most common problems is the need to map objects and their properties to tables and columns in a database.

LINQ to SQL can be used as an object-relational mapping (ORM) framework and bridges this seemingly insurmountable gap. Now that LINQ to SQL has been adopted as the approach for Windows Phone database management, it is at the forefront of Windows Phone development.

Using a database on a phone may initially seem to be a strange thing to do. Surely databases are for large servers! However, the guarantees provided by modern databases for consistency and atomicity make it a useful data storage ...

Get Programming Reactive Extensions and LINQ 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.