many questions
hi
I am having difficulties understanding the naming conventions for the folder and namespace structure that is mentioned in this book called asp website programming using c#
I have created two user controls, header and footer.ascx, they have a namespace of Wrox.ThePhile.Web.Controls.User.
Do i create a folder called Wrox\ThePhile\Web\Controls\User and place my two files inside?
I have to create a class library called cores. I am not quite sure in which directory to place this folder in.
The assembly name is Wrox.Webmodules.Core. Do i place the assembly in the webmodule directory?
I also have to create the class library called Controls that is part of the main solution. The name space is Wrox.ThePhile.Web.Controls
Once again i am not quite sure which directory to place this in.
Question is this the same folder that i place my two user controls in?
Thanks
|