S
soni29
when creating a project with namespace like:
wrox.csharp.basics.overflowtest
is it good practice to have the directory structure like that also:
c:\wrox\csharp\basics\overflowtext.cs
Also if it is then is there a way to make visual studio set it up for
me as i'm creating the cs files? or do i have to first create the
directory structures and then as i save files save them in the correct
places depending on the namespace i create.
wrox.csharp.basics.overflowtest
is it good practice to have the directory structure like that also:
c:\wrox\csharp\basics\overflowtext.cs
Also if it is then is there a way to make visual studio set it up for
me as i'm creating the cs files? or do i have to first create the
directory structures and then as i save files save them in the correct
places depending on the namespace i create.