Though I have several years of software development experience but I am not a keen and adroit programmer, to perform better I need helping hands .Recently engage in an ERP project.For this project want a very effective structure ,which will be easily maintainable and have no compromise about performance issue .Bellow structures are now present in my old projects.
1)Entity Layer
2)BusinessLogic Layer.
3)DataLogic Layer
4)UI Layer.
Bellow picture describe how they are internally connected.

For my new project want to change my project structure ,want to follow bellow steps
1)Core Layer(common)
2)BLL
3)DAL
4)Model
5)UI
Bellow picture describe how they are internally connected.
Though goggling some initial type question’s are obscure to my they are :
1) For new project want to use Entity framework, is it a good idea?
2) Will it increase my project performance?
3) Will it more maintainable than previous structure?
4) Entity Framework core disadvantages/benefits are?
For my project need help to select best structure. will my new structure is best that old.
Any type of suggestion will be acceptable. Thanks in advanced.