2.0 and namespacing, what are you doing?




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.


.


Loading