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
Post a Comment