Brief history: I work for a development shop, and we do a lot of ASP.NET based products. As our company portfolio grew, we are facing a tough issue on the development side. We have about 10 modules that we sell to client(s), and we want them to be sold under one url. Consider the analogy to google's services (search/email/finance/etc.).
Each module has its own life-cycle and it's own set of updates that go as their planned releases that don't necessary have to be in sync with other modules.
So, the current structure we have been using is :
The above setup has been working just fine, until I discovered its issues with scale...i.e., when we have 10 modules in the system, every developer has to download all 10 modules to his local system. Also, I am yet to figure out a way to be able to control the life-cycle of a particular module, while still maintaining the TFS structure intact.
The problem we have right now is to organize the code in TFS that would help us with the following :
Platform : TFS 2010, Visual Studio 2010, C#, jQuery, CSS
I'm not an expert on this, but it seems to me that you need to separate your development process from your access for customers.
The website and its resources should have an independent structure and deployment from the modules.
Your build and deployment scripts should take care of constructing the new production environment from the repositories.
There should be no dependency of the development structure on the structure of the website.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With