Namespace confusion

M

mp

I have a multi project solution
Right click solution | select Property | default namespace = "Investments"

in the solution there are 3 projects
Investments.ViewLayer
Investments.PresentationLayer
Investments.Model

Investments.ViewLayer is the 'startup project'

each of these projects properties have their respective namespaces match the
project name
eg:
in project Investments.ViewLayer,
the objects (.cs files) in that project have:
namespace Investments.ViewLayer
{...

and the properties for the projects likewise have assembly name and default
namespace matching as well

is that a normal way to handle namespaces?

....there's a follow up question waiting but i better take this a step at a
time
.... it involves References (oh no, not that again <g>) and Interfaces

thanks
mark
 
M

mp

oops disregard this thread
it didn't send originally so i resent with changed subject line
now this one appears, sorry

mp said:
I have a multi project solution
[]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top