2.0 and namespacing, what are you doing?
- From: "sloan" <sloan@xxxxxxxxx>
- Date: Fri, 2 Jun 2006 10:20:41 -0400
This is just a in-general question.
As 2.0 has launched, and you guys are developing apps in 2.0 .. What are
you doing about your namespace'ing ?
Before 2.0 , my namespaces went something like this
GranadaCoder.*
(I put all framework pieces there, like GranadaCoder.Data ,
GranadaCoder.Drawing , GranadaCoder.Exceptions , GranadaCoder.UIFramework ,
etc)
and
GranadaCoder.Applications.*
(like GranadaCoder.Applications.PetStore ,
GranadaCoder.Applications.EducationSystem , etc
and under each app, I had (for example)
(GranadaCoder.Applications.PetStore.Data ,
GranadaCoder.Applications.PetStore.BusinessLogic ,
GranadaCoder.Applications.PetStore.Presentation.Web.1 )
...
With 2.0, I started working on a
GranadaCoder.Data ...
But its built in 2.0, and I'm seeking what others have done to deal with
2.0.
Maybe its nothing. But there is no way to abandon my 1.1 code right now
...........
Thanks for any tips.
.
- Follow-Ups:
- Re: 2.0 and namespacing, what are you doing?
- From: Scott M.
- Re: 2.0 and namespacing, what are you doing?
- From: dkode
- Re: 2.0 and namespacing, what are you doing?
- Prev by Date: Re: Source code documentation
- Next by Date: Re: Classes derived from ServicedComponent do not support constructors with arguments?
- Previous by thread: Re: Source code documentation
- Next by thread: Re: 2.0 and namespacing, what are you doing?
- Index(es):
Loading