Scenario:
Currently, we have one solution that supports a single deployable object, the WinForm / WPF client, this solution has a level architecture with projects representing different levels (Data, Business, UI). We will introduce other deployable objects such as LiteClient, server, and RIA.
We are considering a restructuring, where we will have several solutions, one for each deployable enterprise (Client Solution, Server Solution, RIA Solution, etc.), these solutions will share various projects, for example, a data-level project. This, in fact, is a shared, one-stop solution recommended by the Microsoft P & P team ( http://msdn.microsoft.com/en-us/library/Ee817674(pandp.10).aspx )
Question:
Besides the administrative overhead of this approach, are there any serious goths of the world awaiting us if we accept it.
visual-studio structure solution
Aidan
source share