Is this starter kit a good example of creating a n-layered web application?

Last post 04-04-2009 6:16 PM by ArminStockner. 3 replies.

Sort Posts:

  • Is this starter kit a good example of creating a n-layered web application?

    04-02-2009, 2:27 PM
    • Member
      11 point Member
    • Tulsim83
    • Member since 02-15-2008, 7:03 PM
    • Posts 22

    Thanks.

    Tulsi

  • Re: Is this starter kit a good example of creating a n-layered web application?

    04-02-2009, 4:15 PM
    • Contributor
      2,031 point Contributor
    • ArminStockner
    • Member since 09-19-2006, 2:18 AM
    • Germany, Bavaria
    • Posts 375

     Take a look at this. This is the very best article I have ever read about this topic.

     http://imar.spaanjaars.com/QuickDocId.aspx?quickdoc=416

     I am glad to hear your feedback

     

    Please: Don't forget to click "Mark as Answer" on the post that helped you. That way future readers will know which post solved your issue.
  • Re: Is this starter kit a good example of creating a n-layered web application?

    04-03-2009, 3:01 PM
    • Member
      11 point Member
    • Tulsim83
    • Member since 02-15-2008, 7:03 PM
    • Posts 22

    Thanks for the article link.  

    I've briefly read through some pieces of the article and it definitely seems very like a very good description.  However, it seems like a lot of added work which I can imagine would probably make sense for larger applications.  But what about smaller applications?  Do you think all the added work is justified?  When does it make sense to incorporate n-tiered design in an application?

     Thanks.

    Tulsi

     

  • Re: Is this starter kit a good example of creating a n-layered web application?

    04-04-2009, 6:16 PM
    Answer
    • Contributor
      2,031 point Contributor
    • ArminStockner
    • Member since 09-19-2006, 2:18 AM
    • Germany, Bavaria
    • Posts 375

     Well this is not easy to say. So if you have just a couple of pages which are displaying some content with few code behind you can do it without BLL and DAL.

    You should use n-tier-architecture if your code does change alot. Or you make a lot of enhancements in your projects. So n-tier-architecture improves your flexibility and changeability of your website. 

    And think about what is if your page will grow?

    So keep in mind if you change or enhance a lot do it with n-tier

    Please: Don't forget to click "Mark as Answer" on the post that helped you. That way future readers will know which post solved your issue.
Page 1 of 1 (4 items)