How to create an ASP.NET MVC 3 control/component that can be reused by other applications

前端 未结 2 1212
死守一世寂寞
死守一世寂寞 2021-02-03 12:26

I am required to deliver a component, inlcuding business logic and UI, to be used on a ASP.NET MVC 3 web site that is being developed by other company.

I know my way aro

2条回答
  •  南笙
    南笙 (楼主)
    2021-02-03 13:30

    I recommend you to refer the MVC Control ToolKit Project page of CodePlex

    Also see ASP.Net MVC Sprite Project

提交回复
热议问题