我正试图建立一个网站(如一个CMS)。 我铭记这一架构:
一个主要kel子,作为金字塔,并在框架上安装了 collection或包裹。
The problem is I don t know how to implement it, and I have no refrence to start with.
Can anyone please help me with this? Any help is higly appreciated.
感谢。
我正试图建立一个网站(如一个CMS)。 我铭记这一架构:
一个主要kel子,作为金字塔,并在框架上安装了 collection或包裹。
The problem is I don t know how to implement it, and I have no refrence to start with.
Can anyone please help me with this? Any help is higly appreciated.
感谢。
你们可以首先看看一些开放源CMS项目,例如:http://www.dotnetnuke.com/。
你们试图为框架所安装的一揽子计划建立许多声音,例如与网站部分共享。 共享点有“免费”版本,包含在小区。
@InSane:我是否正在使用ASP。 NET - C#。
Here is more detail:
Suppose I have a website, which has an engine, this engine does not do anything special, except for managing and running some packages, or plug-ins.
The plug-ins or packages do different things, for example a package for user management, one for news management, one for reporting and so on.
我希望能够澄清一点。
你们的最大关切是什么? 明确了解你的优先事项将有助于指导高级别决策。
如果设想3个政党能够作出并增加自己的“申请”或模块,那么你就不得不考虑他们可能想要的东西。
就模式和原则而言,你可能需要考虑整个草案,更需要考虑: 适用《依赖性转移、稳定摘要和稳定依赖原则》。
页: 1 网上世界:http://msdn.microsoft.com/en-us/library/a2884 5428VS.71%29.aspx” rel=“nofollow”>Attributes,反省也可提供帮助。
Suppose I would like to depict data flow between two servers in Visio. I have boxes to represent servers and arrows to represent communication / data flow. In this situation: Server A always ...
I m setting up an application, and I m looking into purchasing a license for SQL Server. My question is pretty simple (though may have a complicated answer...) How many users accounts do I really ...
I m currently working with an online application that requires multiple screens/steps in order to complete. The application domain is modeled using an object graph. Persistence to and from a database ...
我有一个网络应用程序,由数据、业务和数据分析项目安排。 随着该系统的发展,所有三个项目都进行了部署,并将其部署在一个一揽子计划中。 ......
Why does the high part of the stack (in Exception.StackTrace) gets truncated? Let s see a simple example: public void ExternalMethod() { InternalMethod(); } public void InternalMethod() { try ...
I would like to know how do i incorporate a feature like wcf within and MVC application. My current idea of the architecture is as follows: EntityFramework -> ASP.NET MVC (Views) ...
I ve moved to a new project team and while going over the codebase, found that the team have created a number of local web services which then get called by server code in other web pages within the ...
I am starting a project to create an "object versioning" feature for our software (.NET 3.5 / SQL Server 2008), basically it needs to do this: a user is looking at a customer: last name is "Smith-...