Results 1 to 3 of 3

Thread: [RESOLVED] Problem with CollectionBase (2.0)

Threaded View

  1. #1

    Thread Starter
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Resolved [RESOLVED] Problem with CollectionBase (2.0)

    I have a collection inherited from CollectionBase, it contains objects of a class which I made, and this is located in the Business Logic Layer, I want it that I could pass the collection to a method in the Data Access Layer then get those objects stored in them without actually referencing the bll since it would cause circular reference, is that even possible?

    I'm thinking perhaps I could use another assemby which would act as a bridge between the two layers though I'm afraid of any additional overhead... :-(

    Or is this can be done with Generic Collection instead?

    TIA
    Last edited by dee-u; Mar 24th, 2006 at 01:50 AM.
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width