Hi All,

When implementing/testing online, we have projects (containing few files) and we use them to build different algos.

During my tests/impl. I often run in a sutation where I just need to copy code from one project to another project.

I was wandering if you guys also see the need of having "solutions" like in Visual Studio IDE and having projects as a part of a solution.

In this way we can reuse easily what we built, instead of copying it.

Thanks

Nik

Author