Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Where do I put Business Process?
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
00790218
Message ID:
00790672
Vues:
18
Kevin,

These suggestions would be a good topic to add to your DOC's.

>Stephen,
>
>Personally, I like to mimic the namespace hierarchy of the .NET Framework. Since a significant part of the .NET learning curve includes figuring out which namespace a class belongs in, I can make developers' lives easier by imitating that.
>
>Based on this I would put your business objects in:
>
>
>CMS.AA.Business
>
>
>And if you create any custom data access classes, put them in:
>
>
>CMS.AA.Business.Data
>
>
>And if you create any event objects, put them in:
>
>
>CMS.AA.Business.Process or CMS.AA.Business.Event
>
>
>I would put your Windows Forms controls in:
>
>
>CMS.AA.Windows.Forms
>
>
>and your Web Form controls in:
>
>
>CMS.AA.Web.UI.WebControls
>
>
>Regards,
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform