Convert ORM to Entity Framework

Issue #206 resolved
Brian Lewis repo owner created an issue

Currently, linqtoSQl objects are used for CRUD operations, but most data IO is done using lower level ADO.NET on a database connection exposed by the LinqToSqlContext.

Change this so that CRUD operations use EF, while still exposing the connection object out of the EF context so that most UI operations remain unchanged.

Comments (2)

  1. Brian Lewis reporter

    this will necessitate rework of Books, Performance Assessments, and Schools CRUD operations.

  2. Log in to comment