c# - Is there any sense or organisation to the Umbraco .Net namespaces? -


umbraco has variety of namespaces, however, seem ill-organised , complicated.

for instance, what's difference between

umbraco.businesslogic 

and

umbraco.cms.businesslogic 

is there behind way they're organised?

off top of head,

umbraco.businesslogic = business logic whole application

while

umbraco.cms.businesslogic = business logic powering umbraco backend admin section, acting facade umbraco.businesslogic authorization, etc thrown in.

when think it, makes sense because of how more complicated administration section is, compared actual site application present (just url rewrite lookup against xml/db , combining bunch of xslt/controls/masterpages/contents/etc).


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -