Architectural decisions: ASP.NET MVC & Entity Framework

前端 未结 6 786
梦如初夏
梦如初夏 2021-02-06 19:29

I\'m having an architectural decision-problem: We\'re about to build a new application and we\'ve decided we\'ll be using ASP.NET MVC and Entity Framewo

6条回答
  •  遇见更好的自我
    2021-02-06 20:13

    I think you chosen a correct application architecture, we have also used the same application architecture in one of our projects...

    MvcProject
    Model
    View
    Controller
    
    DAL project
    Holds edmx and T4 templates
    

提交回复
热议问题