views:

271

answers:

3

Hi,

I have recently been exploring Apache Ofbiz and was impressed by its ability to customize most areas of the application: UI, workflow, entities.

Is there any similar (not necessarily an ERP system) application developed in C#/.Net which offers a similar level of customization?

I am looking for examples of applications developed in C# that are highly customizable in terms of UI, Workflow and Entity Model

+1  A: 

I was also impressed by the possible customizations of Microsoft Dynamics CRM.

GvS
A: 

This is not quite what you are asking for, but have a look at the Managed Extensibility Framework (MEF), a good toolkit for customisable applications in C#.

Anthony
A: 

I actually worked on such an application, it's called Synergi (www.synergi.com). The workflow and UI is basically described in a database and rendered (ASP.net) on the client. Contact me or the company if you want more information. :)

noocyte