开发者

Can Prism and ASP.NET Web Parts work together?

We are trying to pick a modular programming solution at my work. The choice right now is Prism or ASP.NET Web Parts.

One Boss person asked if you could wrap a Prism Module in an ASP.NET Web Part so they can b开发者_如何转开发e used anywhere (kind of a "can I have my cake and eat it too" kind of question.)

While I don't think this is a feasible solution, I don't really know.

Anyone out there that knows some about both Web Parts and Prism that could hazard an explanation as to if this could or could not work?


The latest Prism version only supports WPF & Silverlight. It does not provide any default support for the ASP.Net programming model.

If you (or your boss) are looking for guidance for decoupled applications with ASP.Net, you can probably check ASP.Net MVC which shares many of the Prism core concepts (presentation patterns, containers, areas/regions). Specifically, p&p developed a guidance about developing Web Apps which you can find here and download from here.

I hope this helps.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜