► ExamplesDevelopment Models

Development Models

This section contains examples of different development models supported by Kentico. The following models are supported:

ASPX - development model similar to standard ASP.NET development. You build ASPX page templates in Visual Studio, which requires at least basic programming knowledge.

Portal Engine - browser-based development model where pages are built from web parts in a drag-and-drop user interface. No programming knowledge is required when using this model.

Mixed (PE & ASPX) - this model is a combination of the two mentioned above. You can use portal engine web parts in custom ASPX page templates.

MVC - development model based on ASP.NET MVC Framework, using the model-view-controller architecture.