How work with common utils project.

Posted by ais on Stack Overflow See other posts from Stack Overflow or by ais
Published on 2010-04-05T09:31:29Z Indexed on 2010/04/05 9:33 UTC
Read the original article Hit count: 211

For example, I have some project Common.Utils.csproj and use it in all other projects. I can store its (Utils) sourses in one repository and modify it only there, register dll in gac and use it as dll in other projects, or I can clone sourse anywhere I need, include project in solution, use it as source and push modifications. So, what is best practice?

© Stack Overflow or respective owner

Related posts about best-practices

Related posts about visual-studio