Single Codebase multiple websites

前端 未结 8 1575
庸人自扰
庸人自扰 2021-02-02 17:29

We have developed a system that uses a single code base, consisting of four Visual Studio projects with an admin website, and customer facing website (each system has its own MS

8条回答
  •  孤独总比滥情好
    2021-02-02 17:44

    Establish a continuous integration server. Practice active code generation.

    See 10 tips to integrate CodeSmith into your processes.

提交回复
热议问题