How to separate model, view and controller in an ASP.NET MVC app into different assemblies

前端 未结 5 1211
一整个雨季
一整个雨季 2020-12-28 09:25

At the moment I am trying to get into the ASP.NET MVC framework.
For most of my test applications I used a single assembly/project. This worked fine for some smaller app

5条回答
  •  独厮守ぢ
    2020-12-28 10:01

    I realize that this is a really old question but I have written an article on how to exactly what you are asking for

    http://dotnetslackers.com/articles/aspnet/storing-asp-net-mvc-controllers-views-in-separate-assemblies.aspx

提交回复
热议问题