Author: sephiroth100 | Posted on: 11/23/2010 6:30:42 AM | Views : 914

Hi,
I'm looking for some advice as I'm pretty new to all this with no formal training or exposure to a commercial environment.
I'm looking at the best way of structuring my project - at the moment its pretty flat and doesn't use namespaces to any great effect, but the project is growing and needs some attention before the job gets too big.
I have a number of classes that are pretty much common to most of the project along with some static method and linq queries.
Each one has its own class file
1. CommonClasses
2. CachedData (Linq queries)
3. HtmlLControls (methods which return data for use in user controls)
There are quite a few more, but I'll explain with the 3 above for simplicity


My project has a few common elements running through it -"stores", "products", and "categories" being a few of them.  Each of the class files above might contain a class for "st ...

Go to the complete details ...