MVCFirstDemo
1.0.0
Implemented operations such as adding, deleting, modifying, and checking based on conditions
EntityFramework notes written in a simplified book
asp.net MVC notes written in a simple book
** Relationship between projects: **
The MovieEF project uses the EntityFramework-CodeFirst pattern to design entities and write contexts. The Movies project is an asp.net mvc project that references MovieEF entities for data display and other operations. MvcFirstDemo is an independent project, and the entity is implemented in the model folder according to the modelFirst mode of EntityFramework. WebApi also references the MovieEF entity and calls a Turing robot interface.