#14 Net Core Api Project Restructure

Опубликовано: 15 Июль 2026
на канале: Srinivas Mateti
103
1

This is 14th Video of the series
1) Renamed existing training data base to a real time project data base and created data base structure for the project
2) Renamed existing training project to a real time project and fixed rename issues
3) Re structured services and model in a real time project architecture by using different layers- close to onion architecture
4) Installed entity framework nuget package and used in class library project
5) Referenced class library projects in other projects as appropriated
6) Explained issues and references importance when working in multiple projects