How to add a skin engine to asp.net MVC system

Posted by Am on Stack Overflow See other posts from Stack Overflow or by Am
Published on 2010-05-01T04:33:29Z Indexed on 2010/05/01 4:37 UTC
Read the original article Hit count: 533

I'm implementing a solution in ASP.NET MVC that later can be applied to couple of other fields. To do so it will require to re-brand the UI even though the underlying business logic wont need to change. I'd like to write the code in such a way that will allow other developers to only develop code that will only changes the UI. This is similar to the way that themes can be written against Wordpress Blog software.

Can any one suggest how to organize my project to make such feature work?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about Wordpress