Please Help!!! Project/Class Library/DLL with different namespace?

Last post 06-13-2009 3:29 PM by raj_kba. 2 replies.

Sort Posts:

  • Please Help!!! Project/Class Library/DLL with different namespace?

    06-13-2009, 4:59 AM
    • Member
      8 point Member
    • raj_kba
    • Member since 09-30-2007, 9:32 PM
    • Melbourne
    • Posts 47

    Hi
    We have the below 6 class libraries in our ASP.NET project


    1. Application.UI - //Contains all the aspx and UI control, css/ images web.config etc. (assembly name : Project.Application.UI)
    2. Controls,UI - //Contains all custom build user controls.  (assembly name : Project.Controls.UI)
    3. BusinessLogic // Contains all the business logic data/ complex business objects (assembly name : Project.BusinessLogic)
    4. DataObjects //Contains objects that represent database fields. (assembly name : Project.DataObjects)
    5. DataAccess // SQL data access components (assembly name : Project.DataAccess)
    6. Utilities// Contains helper classes with help functions  (assembly name : Project.Utilities)

    Recently someone decided to move some of Data Objects classes to Business Logic but leave the namespace unchanged. For example in the BusinessLogic library (Project.BusinessLogic) now contains classes with namespaces - Project.DataObjects. Is this a good approach?  What are the consequences of this?
    Please note: We also have intention to use security analysis tools (CAT.NET) and csProductBuild for the build process.

    Please help.
    Regards,
     raj_kba

     

    rajitha aththanayake
  • Re: Please Help!!! Project/Class Library/DLL with different namespace?

    06-13-2009, 9:15 AM
    • Star
      9,807 point Star
    • chintanpshah
    • Member since 11-19-2008, 5:39 AM
    • Ahmedabad
    • Posts 1,762
    can you please well-format you post?
    Hope this helps...

    Don't forget to mark as answer, if it helps
  • Re: Please Help!!! Project/Class Library/DLL with different namespace?

    06-13-2009, 3:29 PM
    Answer
    • Member
      8 point Member
    • raj_kba
    • Member since 09-30-2007, 9:32 PM
    • Melbourne
    • Posts 47

     Sorry it wasn't formatted before. It should be fine now - Thanks

    rajitha aththanayake
Page 1 of 1 (3 items)