Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Physical Structure of Dev Enviroment Question
Message
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Physical Structure of Dev Enviroment Question
Miscellaneous
Thread ID:
00700135
Message ID:
00700135
Views:
64
I am an independent developer. I do work for several companies and have for years in VFP/Fox. My directory/file layout mirrors my framework. That structure basically states this.

* All of this is layed out on one of my servers. Not local.

Base - j:\Development\VFP\Classes
\Progs
\...
\...

DevCustomer - J:\Customer Files\Customer A
\Customer B
\Customer C

Projects - J:\Customer Files\Customer A\Project A
\Project B
J:\Customer Files\Customer B\Project A
\Project B
...

Base.
All of the VFP base classes are subclassed into my base classes and stored in the Base area. All other global type dev things progs, libraries etc are stored at this level as well.

DevCustomer.
When I add on a new customer. I subclass all of the base classes into that Customers directory structure. I place all specific project dependicies in the DevCustomer area.

Projects. Below a customer is a folder for each project for that customer. I may or may not subclass again for a project. If so that is stored in the Customers specific project area. A customers app is never based upon base clasess. At the very least they are based upon the customer classes and maybe upon another level of subclassing specific to the project.

====================
I am attempting to duplicate this with .net.

Issues.

I can see how to visually subclass a form. How do I subclass controls (I am thinking along the lines of how you do this in VFP)

I am trying to understand namespace assignments in regards to the above structure.

I am having a hard time understanding assemblies in relation to this. I might understand assemblies. I might only feel like I don't because I am afraid of what I don't know.

I am having a hard time with assembly trust since this is all located on an untrusted location to my .NET local install. I can't seem to increase the trust.
What ben makes tracks for what wil be. Words in the air pirnt foot steps on the groun for us to put our feet in to.

Riddley Walker
Next
Reply
Map
View

Click here to load this message in the networking platform