/BooksDatabaseApp

Created an ADO.NET Entity Data Model (EDM) from an existing database via the Database-First Approach where each entity is mapped to the database table & for each database table the Entity Data Model generates a context & entity class. We also used LINQ queries to access data from the database.

Primary LanguageC#

Watchers