In this article we will use a simple database called “Company” with two tables:
[dbo].[Categories]([CategoryID], [CategoryName])
[dbo].[Products]([ProductID], [CategoryID], [ProductName])
1-1 Generate Entity Framework code
In this layer we generate the Entity Framework code (in project library) ...