Search code examples
visual-studio-2010class-designer

in VS2010 Class Designer is it possible to specify namespace / folder for classes to go


in VS2010 Class Designer is it possible to specify namespace / folder for classes to go?

I created a design in a subdirectory however the classes seem to go into the root, and I can't see how to specific a folder or namespace?

Is the designer meant to be a one way or roundtrip tool?


Solution

  • this shows how to do it from a test-driven development perspective

    Link