Just sharing some of my inconsequential lunch conversations with you... RSS  

Friday, January 23, 2009

Isolating components

We’re re-architecting an old .NET app so that we can isolate changes within modules. Basically we are slicing our app into vertical areas we can deploy as independently as we can from each other, and trying to close common infrastructure into isolated assemblies so even these can live isolated from each others.

The simplest way to do it was slicing the app into Web Applications. The problem arise with master pages. The solution we’ve tried and chosen was sharing Master Pages amongst Applications by Embedding it in an assembly. We will now try the same with user controls and modal pages. And what about js files, should we extend this approach so far?…

No comments:

Development Catharsis :: Copyright 2006 Mário Romano