CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2004
    Posts
    292

    Arrow Passing data between DAL and BLL, which is the best way

    There's just too many ways, in your experience what method would you recommend? I hope it would not involve circular reference...

    Thanks!
    Intelligent people talks because they have something to say,
    Fools talk because they have to say something....

  2. #2
    Join Date
    Aug 2002
    Location
    Madrid
    Posts
    4,588

    Re: Passing data between DAL and BLL, which is the best way

    What is DAL and what is BLL?
    Get this small utility to do basic syntax highlighting in vBulletin forums (like Codeguru) easily.
    Supports C++ and VB out of the box, but can be configured for other languages.

  3. #3
    Join Date
    Sep 2004
    Posts
    292

    Re: Passing data between DAL and BLL, which is the best way

    DAL = Data Access Layer
    BLL = Business Logic Layer

    BTW, this is for .Net 2.0...
    Intelligent people talks because they have something to say,
    Fools talk because they have to say something....

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

Featured