Tuesday, 27 August 2013

How to join multiple project with same structure

How to join multiple project with same structure

I want join multiple project with same structure, For example:
Project1 Layers:
Project.Project1.Domain - Project.Project1.Data -
Projaect.Project1.Service - Project.Project1.UI.Web
Project2 Layers:
Project.Project2.Domain - Project.Project2.Data -
Projaect.Project2.Service - Project.Project2.UI.Web
and ....
I have EntityFramework in Data layer and asp.net mvc for UI.Web layer.
I've made these projects in different teams.

No comments:

Post a Comment