开发者

Develop an application Module wise in asp.net?

How to develop an application in asp.net module wise In which we can add new module and remove existing module dynamically? Or Suppos开发者_StackOverflow中文版e we create an asp.net web application. how to convert that application in an module so that the application will work as a module of another application.


Your question is fairly open-ended as a "module" can be defined in many ways. I will mention three ways to solve this scenario. Before you jump to using WCSF, please verify that #1 and #2 don't meet your needs.


#1 WEB PARTS

Depending on if you want composite applications or simply just the ability to have features enabled or disabled for a user, a web part may be your answer. I have used web parts with success in the past and based on your needs it may work.

#2 Server Controls

This is straightfoward- you can simply refactor existing elements that you want shared across applications into server controls. Our team does this for many of our UI elements such as grids and user management pages. Depending on how you want modules, this may work too.

and finally...

#3 Web Client Software Factory

The Web Client Software Factory (WCSF) provides a set of guidance for architects and developers building enterprise Web applications. The factory includes samples, reusable code and a guidance package which automates key development tasks from within Visual Studio.

Using the Web Client Software Factory assets, developers can create Composite Web applications composed of independently developed and deployed modules. These modules are dynamically brought together at runtime into a common shell. Additionally the factory includes support for ASP.NET AJAX thus providing users with a richer and more responsive user experience.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜