Building Business Layer

Last post 11-11-2008 5:36 PM by the_web_coder. 2 replies.

Sort Posts:

  • Building Business Layer

    11-10-2008, 7:03 PM
    • Member
      4 point Member
    • muek
    • Member since 10-02-2008, 4:50 PM
    • Posts 11

     Hi there,

    I have a question.

    I developing a ASP .NET site with MSSQL 2005 database and I would like to know your opinion of which of this tools are the best to develop Business Layer: MyGeneration or Datasets?

     

  • Re: Building Business Layer

    11-10-2008, 11:17 PM
    • All-Star
      17,710 point All-Star
    • vivek_iit
    • Member since 06-18-2006, 6:13 PM
    • New Delhi
    • Posts 3,171
    • TrustedFriends-MVPs

     If the project is not too complex and has limited scope, than datasets are fine. But if you want scalability then you might need to use custom classes and a generation tool which supports them, so MyGeneration might help (or Codesmith). You can understand more about architectural options by referring this book:

    http://www.packtpub.com/application-architecture-and-design-for-asp-.net-3.5/book

    HTH,

    Vivek

     

  • Re: Building Business Layer

    11-11-2008, 5:36 PM
    • Participant
      1,048 point Participant
    • the_web_coder
    • Member since 02-17-2004, 4:58 AM
    • IOM
    • Posts 165

    muek:

    I developing a ASP .NET site with MSSQL 2005 database and I would like to know your opinion of which of this tools are the best to develop Business Layer: MyGeneration or Datasets?

    My Business Layer Domain Model is developed using a mixture of BDD & DDD and following good OOP principles, no tools involved.

    Mike Cromwell
    My Blog
Page 1 of 1 (3 items)