LCA 321 Week 3

Jacob Wright
Apr 19, 2021

1)This week I learned about tying tables together in Relationships.

2)LINQ to SQL allows you to query operations on SQL server, whereas Entity Framework allows you to query on various RDBMS.

3)Virtual classes allow for lazy loading.

4)Automatically pluralizes entity set names, while having entity names be singular.

5)Mapping of POCO entity classes, automatic change tracking, Identity resolution, Unit of Work, among many other additions.

--

--